📄 operatordetail.jsp
字号:
<%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
<%
String path = request.getContextPath();
String basePath = request.getScheme()+"://"+request.getServerName()+":"+request.getServerPort()+path+"/";
%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<base href="<%=basePath%>">
<title>My JSP 'OperatorDetail.jsp' starting page</title>
<meta http-equiv="pragma" content="no-cache">
<meta http-equiv="cache-control" content="no-cache">
<meta http-equiv="expires" content="0">
<meta http-equiv="keywords" content="keyword1,keyword2,keyword3">
<meta http-equiv="description" content="This is my page">
<!--
<link rel="stylesheet" type="text/css" href="styles.css">
-->
<style type="text/css">
<!--
#Layer1 {
position:absolute;
left:133px;
top:234px;
width:69px;
height:16px;
z-index:1;
}
#Layer2 {
position:absolute;
left:133px;
top:185px;
width:71px;
height:15px;
z-index:2;
}
#Layer3 {
position:absolute;
left:133px;
top:282px;
width:72px;
height:15px;
z-index:3;
}
#Layer4 {
position:absolute;
left:133px;
top:324px;
width:72px;
height:15px;
z-index:4;
}
#Layer5 {
position:absolute;
left:133px;
top:370px;
width:70px;
height:17px;
z-index:5;
}
.STYLE3 {font-family: "宋体"; font-size: 12px; }
.STYLE4 {font-size: 12px; }
#Layer6 {
position:absolute;
left:10px;
top:15px;
width:770px;
height:136px;
z-index:6;
}
#Layer7 {
position:absolute;
left:11px;
top:15px;
width:769px;
height:136px;
z-index:6;
}
.STYLE6 {
font-size: 16px;
color: #990000;
font-weight: bold;
}
.STYLE8 {
font-size: 12px;
color: #FFFFFF;
font-weight: bold;
}
.STYLE11 {font-size: 12px; color: #000000; }
-->
</style>
</head>
<body>
<td width="30"><img src="" alt="" name="a" width="30" height="1" id="a" /></td>
<td width="648" valign="top">
<table>
<tr>
<td colspan="5"> </td>
</tr>
<tr>
<td colspan="5" background="images/line_r2_c2.gif"><img src="" alt="" name="f2" width="1" height="1" id="f2" /></td>
</tr>
<tr>
<td colspan="5"><span class="STYLE6">人员详细信息:</span></td>
</tr>
<tr>
<td colspan="5"> </td>
</tr>
<tr>
<td colspan="5" background="images/line_r2_c2.gif"><img src="" alt="" name="f3" width="1" height="1" id="f3" /></td>
</tr>
<tr>
<td width="68" height="21" bgcolor="#990000"><span class="STYLE8">姓名</span></td>
<td width="84" bgcolor="#990000"><span class="STYLE8">性别</span></td>
<td width="85" bgcolor="#990000"><span class="STYLE8">入职时间</span></td>
<td width="95" bgcolor="#990000"><span class="STYLE8">职位</span></td>
<td width="183" rowspan="3"> </td>
</tr>
<tr>
<td colspan="4" background="images/line_r2_c2.gif"><img src="" alt="" name="f1" width="1" height="1" id="f1" /></td>
</tr>
<tr>
<td height="20" bgcolor="#999999"><span class="STYLE11">${userinfo.username}</span></td>
<td bgcolor="#999999"><span class="STYLE11">${userinfo.sex}</span></td>
<td bgcolor="#999999"><span class="STYLE11">${userinfo.hiredate}</span></td>
<td bgcolor="#999999"><span class="STYLE11">${userinfo.position}</span></td>
</tr>
<tr>
<td colspan="5" background="images/line_r2_c2.gif"><img src="" alt="" name="f4" width="1" height="1" id="f4" /></td>
</tr>
<tr>
<td height="22" bgcolor="#990000"><span class="STYLE8">出生年月</span></td>
<td colspan="4" bgcolor="#999999"><span class="STYLE11">${userinfo.birthdate}</span></td>
</tr>
<tr>
<td colspan="5" background="images/line_r2_c2.gif"><img src="" alt="" name="f5" width="1" height="1" id="f5" /></td>
</tr>
<tr>
<td height="18" bgcolor="#990000"><span class="STYLE8">学历</span></td>
<td colspan="4" bgcolor="#999999"><span class="STYLE11">${userinfo.degree}</span></td>
</tr>
<tr>
<td colspan="5" background="images/line_r2_c2.gif"><img src="" alt="" name="f6" width="1" height="1" id="f6" /></td>
</tr>
<tr>
<td height="17" bgcolor="#990000"><span class="STYLE8">专业</span></td>
<td colspan="4" bgcolor="#999999"><span class="STYLE11">${userinfo.major}</span></td>
</tr>
<tr>
<td colspan="5" background="images/line_r2_c2.gif"><img src="" alt="" name="f7" width="1" height="1" id="f7" /></td>
</tr>
<tr>
<td height="63" bgcolor="#990000"><span class="STYLE8">行业经历</span></td>
<td colspan="4" bgcolor="#999999"> <div class="STYLE11">${userinfo.experience}</div></td>
</tr>
<tr>
<td colspan="5" background="images/line_r2_c2.gif"><img src="" alt="" name="f8" width="1" height="1" id="f8" /></td>
</tr>
<tr>
<td height="30" colspan="5"><div align="right">
<label>
<input type="button" name="Submit" value="返回" onclick="location='queryOperator.do'" />
</label>
</div></td>
</tr>
<tr>
<td colspan="5" background="images/line_r2_c2.gif"><img src="" alt="" name="f10" width="1" height="1" id="f10" /></td>
</tr>
<tr>
<td colspan="5"> </td>
</tr>
</table></td>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -