📄 systemtable.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="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>
dd
</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">系统表</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"><a href="viewcategorytableAction.do">文件类目表</a></li>
<li>
<p style="margin-top: 10"><a href="viewpathtableAction.do">其他参数表</li>
</ul>
<input type="button" value="返回" onClick="javascript:location.href='newwelcome.jsp'">
</td>
<html:form action="systemtableAction.do">
<td width="569" height="513" valign="top">
<!--webbot bot="SaveResults"
U-File="D:\Document\web档案\原型\_private\form_results.txt"
S-Format="TEXT/CSV" S-Label-Fields="TRUE" -->
<p> </p>
<div align="center">
<center>
<table border="0" cellpadding="0" cellspacing="0" width="61%">
<tr>
<td width="32%">单位名称:</td>
<td width="68%"><html:text property="unitname" size="20" /></td>
</tr>
<tr>
<td width="32%">全宗号:</td>
<td width="68%"><html:text property="wholenumber" size="20" /></td>
</tr>
<tr>
<td width="32%">其他参数:</td>
<td width="68%">...</td>
</tr>
<tr>
<td width="32%"></td>
<td width="68%"></td>
</tr>
<tr>
<td width="32%"></td>
<td width="68%"></td>
</tr>
<tr>
<td width="100%" colspan="2">
<p align="center">
<html:submit>保存</html:submit>
<html:reset>重置</html:reset>
</td>
</tr>
</table>
</center>
</div>
<p> </p>
<p> </p>
</td>
</tr>
</table>
</html:form>
</body>
</html:html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -