search.jsp

来自「一套完整的档案管理系统」· JSP 代码 · 共 109 行

JSP
109
字号

<%@ 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 >&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp&nbsp
 
	<!--
       <html:submit property="chakan">查看此案卷下的文件</html:submit>&nbsp&nbsp&nbsp
	   
		<html:submit property="shenqing">阅读申请</html:submit>&nbsp&nbsp&nbsp
		-->
        <input type="button" value="返回"  onclick="javascript:history.back()">
	
  </p>
</html:form>

<p> </p>
<p> </p>
</body>


</html:html>

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?