📄 search.jsp
字号:
<%@ page contentType="text/html;charset=GB2312"%>
<%@ page language="java"%>
<%@ taglib uri="/web-inf/struts-bean.tld" prefix="bean"%>
<%@ taglib uri="/web-inf/struts-logic.tld" prefix="logic"%>
<%@ taglib uri="/web-inf/struts-html.tld" prefix="html"%>
<%@ include file="/share/share.jsp"%>
<html:html locale="true">
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<meta name="GENERATOR" content="Microsoft FrontPage 4.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<title>案卷信息查看</title>
</head>
<body>
<p align="center"><font size="5">案卷信息查看</font></p>
<html:form method="POST" action="searchrequestAction" >
<logic:iterate id="element" name="myhashtable" property="fileNames">
<div align="center">
<center>
<table border="1" cellpadding="0" cellspacing="0" align="center" width="777" bgcolor="#3A5C9F">
<tr>
<td align="right" width="125" valign="middle" height="36">档案种类:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="archivetype" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">工程代号:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="code" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">类目号:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="category" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">标题:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="volumntitle" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">案卷号:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="volumnno" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">保管期限:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="retentionperiod" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">起始年月:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="startdate" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">截止年月:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="enddate" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">总页数:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="totalpage" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">总件数:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="totalnum" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">立卷单位:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="archiveunit" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">责任者:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="duty" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">密级:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="security" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">状态:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="status" filter="true"/></td>
</tr>
<tr>
<td align="right" width="125" valign="middle" height="36">备注:</td>
<td align="left" width="231" height="36"><bean:write name="element" property="remark" filter="true"/></td>
</tr>
</table>
</center>
</div>
</logic:iterate>
<p >                                 
<!--
<html:submit property="chakan">查看此案卷下的文件</html:submit>   
<html:submit property="shenqing">阅读申请</html:submit>   
-->
<input type="button" value="返回" onclick="javascript:history.back()">
</p>
</html:form>
<p> </p>
<p> </p>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -