⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 searchresult.jsp

📁 一套完整的档案管理系统
💻 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" face="楷体-GB2312">查询结果</font></p>
<html:form method="POST" action="backupResultAction" onsubmit="">
 
  <table    align="center"  border="1" cellpadding="3" cellspacing="0" width="777" height="22"  bgcolor="#3A5C9F">
    <tr>
      <td width="34" height="30">&nbsp;</td>
      <td width="72" height="30" align="center">档案种类</td>
      <td width="77" height="30" align="center">案卷号</td> 
      <td width="102" height="30" align="center">案卷标题</td>
      <td width="60" height="30" align="center">工程代号</td>
      <td width="60" height="30" align="center">保管期限</td>
      <td width="60" height="30" align="center">类目号</td>
      <td width="77" height="30" align="center">起始年月</td> 
      <td width="72" height="30" align="center">截止年月</td>
      <td width="102" height="30" align="center">案卷总件数</td>
      <td width="60" height="30" align="center">案卷总页数</td>
      <td width="60" height="30" align="center">责任者</td>
      <td width="77" height="30" align="center">密级</td> 
      <td width="102" height="30" align="center">立卷单位</td>
      <td width="60" height="30" align="center">状态</td>
      <td width="60" height="30" align="center">备注</td>
      <td width="60" height="30" align="center">删除标记</td>
      
    </tr>
    <logic:iterate  id="element" name="myhashtable" property="fileNames">
    
    <tr>
      <td width="34" height="30" align="center">&nbsp;<html:multibox property="enterName"><bean:write name="element" property="volumnid" filter="true"/></html:multibox></td>
      <td width="72" height="30" align="center">&nbsp;<bean:write name="element" property="archivetype" filter="true"/></td>
      <td width="77" height="30">&nbsp;<bean:write name="element" property="volumnno" filter="true"/></td>
      <td width="102" align="center" height="30">&nbsp;<bean:write name="element" property="volumntitle" filter="true"/></td>
      <td width="72" height="30" align="center">&nbsp;<bean:write name="element" property="code" filter="true"/></td>
      <td width="77" height="30">&nbsp;<bean:write name="element" property="retentionperiod" filter="true"/></td>
      <td width="102" align="center" height="30">&nbsp;<bean:write name="element" property="category" filter="true"/></td>
      
      <td width="72" height="30" align="center">&nbsp;<bean:write name="element" property="startdate" filter="true"/></td>
      <td width="77" height="30">&nbsp;<bean:write name="element" property="enddate" filter="true"/></td>
      <td width="102" align="center" height="30">&nbsp;<bean:write name="element" property="totalnum" filter="true"/></td>
      <td width="72" height="30" align="center">&nbsp;<bean:write name="element" property="totalpage" filter="true"/></td>
      <td width="77" height="30">&nbsp;<bean:write name="element" property="duty" filter="true"/></td>
      <td width="102" align="center" height="30">&nbsp;<bean:write name="element" property="security" filter="true"/></td>
      <td width="72" height="30" align="center">&nbsp;<bean:write name="element" property="archiveunit" filter="true"/></td>
      <td width="77" height="30">&nbsp;<bean:write name="element" property="status" filter="true"/></td>
      <td width="102" align="center" height="30">&nbsp;<bean:write name="element" property="remark" filter="true"/></td>
     
      <td width="102" align="center" height="30">&nbsp;<bean:write name="element" property="deleted" filter="true"/></td>
	
    </tr>
    </logic:iterate>
    </table>
    <p></p><p></p><p></p>
	<table    align="center"  border="1" cellpadding="3" cellspacing="0" width="777" height="22"  bgcolor="#3A5C9F">
    &nbsp;<html:multibox property="check" value="yes"></html:multibox>是否关联文件表备份&nbsp;&nbsp;&nbsp;
    &nbsp;输入备份文件名:<input type="text" name="backupFilename" size="18" />
    
  <p>&nbsp;<html:submit>备份选中文件</html:submit>&nbsp;&nbsp;
  <html:link page="/backupjsp/backUp.jsp">返&nbsp;回</html:link>
  </p>
  </table>
</html:form>

<p align="center"><html:errors/></p>

</body>

<script language="JavaScript">

function delconfirm()
{
    return confirm("您确认要删除选种文件吗?")
}

</script>	


</html:html>

⌨️ 快捷键说明

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