📄 showuser.jsp
字号:
<%@ page language="java" pageEncoding="GBK"%>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-bean" prefix="bean" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-html" prefix="html" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-logic" prefix="logic" %>
<%@ taglib uri="http://jakarta.apache.org/struts/tags-tiles" prefix="tiles" %>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>大唐任务管理系统</title>
<link href="css/main.css" rel="stylesheet" type="text/css"></link>
<link href="css/index.css" rel="stylesheet" type="text/css"></link>
<style type="text/css">
<!--
body {
margin-left: 30px;
margin-top: 15px;
margin-right: 15px;
margin-bottom: 15px;
background-attachment: fixed;
background-image: url(admin/images/downbg.gif);
background-repeat: no-repeat;
background-position: right bottom;
}
-->
</style>
</head>
<body>
<p><span class="gray-bold-word"></span></p>
<table width="90%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="35"><img src="images/3toptop_01.gif" width="35" height="28"></td>
<td width="5"><img src="images/3toptop_02.gif" width="5" height="28"></td>
<td width="200" align="center" background="images/3toptop_03.gif" class="gray-bold-word"><font color="black">普通员工信息查询</font></td>
<td width="5"><img src="images/3toptop_04.gif" width="5" height="28"></td>
<td width="20"><img src="images/3toptop_05.gif" width="20" height="28"></td>
<td background="images/3top_06.gif"> </td>
<td width="35"><img src="images/3toptop_07.gif" width="35" height="28"></td>
</tr>
</table>
<table width="90%" border="1" align="center" cellpadding="4" cellspacing="2" class="gray-bd3-2">
<tr>
<td colspan="10" align="center"> </td>
</tr>
<tr>
<td width="20%"><div align="center"><strong><span class="brightcyan-tb"></span></strong></div></td>
<td width="20%"><div align="center"><strong><span class="brightcyan-tb">人员ID</span></strong></div></td>
<td width="20%"><div align="center"><strong><span class="brightcyan-tb">人员姓名</span></strong></div></td>
<td width="20%"><div align="center"><strong><span class="brightcyan-tb">配置角色</span></strong></div></td>
</tr>
<tr>
</tr>
</table>
<p align="center"> </p>
<p align="center"> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -