📄 sealuserecord.vm
字号:
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title></title>
<link rel="stylesheet" href="$request.getContextPath()/csslib/style.css" type="text/css">
<script language="javascript" src="$request.getContextPath()/jslib/function.js">
</script>
</head>
<body scroll=yes>
<br>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align=center>
<tr>
<td width="100%"><img src="$request.getContextPath()/image/getdir.gif"><font face="宋体, 新宋体"></font></td>
</tr>
<tr><td height=1 bgcolor="#FFFFFF" colspan=10> </td></tr>
</table>
<table width="98%" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#BEC3ED" bordercolorlight="#BEC3ED">
<tr height=25 style="background:url($request.getContextPath()/image/table_title.gif)" align="center">
<td width="16%"><font color=white><b></b></font></td>
<td width="32%"><font color=white><b></b></font></td>
<td width="17%"><font color=white><b></b></font></td>
<td width="10%"><font color=white><b></b></font></a></td>
<td width="15%"><font color=white><b></b></font></a></td>
</tr>
#foreach($sealuserecord in $page.getList())
<tr height=23 align="center" onMouseOver="rollIn(this)" onMouseOut="rollOut(this)" fprolloverstyle="background-color:#F0F0F0" fprolloverstyle2="background-color:#FFFFFF">
<td title="$!sealuserecord.getSealName()">
$!sealuserecord.getSealName()
</td>
<td title="$!sealuserecord.getDocTitle()">
$!sealuserecord.getDocTitle()
</td>
<td title="$!sealuserecord.getDocNoPre()">
$!sealuserecord.getDocNoPre()
</td>
<td title="$!sealuserecord.getOperator()">
$!sealuserecord.getOperator()
</td>
<td title="$!sealuserecord.getOperateDate()">
$!sealuserecord.getOperateDate().toString().substring(0,19)
</td>
</tr>
#end
</table>
<br>
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td align=right>
<form id=thisForm action="$request.getContextPath()/sendDocAction.do?method=getSealUseList" method="post">
<input type=hidden name=start value="1">
</form>
$!page.getPageHeader()
</td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -