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

📄 categorytable.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"%>
<html:html locale="ture">

<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>
<table    align="center"  border="0" cellpadding="3" cellspacing="0" width="777" height="22"  bgcolor="#3A5C9F">  <tr>
    <td width="139" height="513" valign="top"> 
      <ul>
        <li>
          <p style="margin-top: 10"><a href="viewsystemAction.do">系统表</a></li>
        <li>
          <p style="margin-top: 10"><a href="viewfilekindtableAction.do">档案种类表</a></li>
        <li>
          <p style="margin-top: 10"><a href="viewdocumentkindtableAction.do">文件种类表</a></li>
        <li>
          <p style="margin-top: 10">文件类目表</li>
        <li>
          <p style="margin-top: 10"><a href="viewpathtableAction.do">其他参数表</li>
      </ul>
	   <input type="button" value="返回" onClick="javascript:location.href='newwelcome.jsp'">
    </td>
    <td width="569" height="513" valign="top">
      <html:form method="POST" action="categorytableAction.do" >
       
        <div align="center">
          <center>
          <table border="1" cellpadding="0" cellspacing="0" width="61%" height="121">
            <tr>
              <td width="21%" height="18" align="center" >类目号</td>
              <td width="53%" height="18" align="center">类目名称</td>    
              <td width="26%" height="18" align="center">删除</td> 
            </tr>
            <logic:iterate id="element" name="myhashtable" property="fileNames">
            <tr>
              <td width="21%" height="25" align="center">&nbsp<bean:write name="element" property="category" filter="true"/></td>
              <td width="53%" height="25" align="center">&nbsp<bean:write name="element" property="categoryname" filter="true"/></td>
              <td width="26%" height="25" align="center"><html:multibox property="enterName"><bean:write name="element" property="categoryid" filter="true"/></html:multibox></td>
            </tr>
            </logic:iterate>
            
          </table>
          </center>
        </div>
        
                <p align="center"><a href="systemjsp/addcategory.jsp">添加</a>&nbsp; <html:submit onclick="return confirm('您确认需要删除所选择的文件类目吗?')">删除</html:submit>&nbsp;&nbsp;     
                <html:reset>重置</html:reset>
      </html:form>
      <p> </p>
    </td>
  </tr>
</table>

</body>


</html:html>

⌨️ 快捷键说明

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