📄 model.jsp
字号:
<%--
模块名称:律所公告
模块功能:公告显示
版 本:V1.0
著 作 人:沈文炎 谢永刚
著作日期:2001-09-29
该模块所需的文件:BulletionAmend.jsp
使用说明:
主要技术说明:
参考文献:法律事务设计书
修改历史:= = = = = = = = = = = = = = = = = = = = = = = = = =
修改日期:
修 改 人:
修改理由:
修改出处:
= = = = = = = = = = = = = = = = = = = = = = = = = =
--%>
<%@ page contentType= "text/html; charset=gb2312" %>
<html>
<head>
<title>范 本 管 理</title>
<%@ include file="../inc/config.jsp" %>
</head>
<body class=page>
<!--显示工具条-->
<table width="98%" align="center" cellspacing="0" cellpadding="0" border="0">
<tr>
<td><a href="Model.jsp"><img src="../images/all.gif" height="22" border="0"></a><a href="ModelAdd.jsp"><img src="../images/add.gif" alt="增加内容" width="79" height="22" border="0"></a><img src="../images/delete.gif" alt="删除选中的内容" onClick="return Del();" style="cursor:hand" width="79" height="22"><a href="ModelSearch.jsp"><img src="../images/query.gif" width="79" height="22" border="0"></a></td>
<td width="108" height="30" align="center" background="../images/title_bg.gif">
<script language=JavaScript>
document.write("<span class=\"title\">"+document.title+"</span>");
</script>
</td>
</tr>
</table>
<table width="98%" background="../images/line.gif" border="0" cellspacing="0" cellpadding="0" height="12" align="center">
<tr>
<td> </td>
</tr>
</table>
<!--显示工具条结束-->
<!--显示分页-->
<%@ include file="../inc/page.jsp" %>
<!--显示分页结束-->
<!--显示内容-->
<table cellspacing="1" cellpadding="0" height="25" align="center" border="0" class="table_bg" width="98%">
<form name="thisForm" METHOD="post"><tr class="title_bg">
<td height="25" width="6%" align="center">
<input name="chkCheckAll" type="checkbox" enabled onclick="CheckAll();">
</td>
<td width="12%" align="center"> 范本编号</td>
<td width="24%" align="center"> 范本名称 </td>
<td width="22%" align="center"> 范本文件类型</td>
<td width="20%" align="center"> 录入时间</td>
<td width="9%" align="center">录入人</td>
</tr>
<tr class="tr_bg1">
<td height="25" width="6%" align="center">
<input name="rel" type="checkbox" enabled value="'31'">
</td>
<td width="12%" align="right">CD00930</td>
<td width="24%" align="right">明天下午开会</td>
<td width="22%" align="right">知识产权</td>
<td width="20%" align="center">2001-09-01 13:09</td>
<td width="9%" align="right">张小东</td>
</tr>
<tr class="tr_bg2">
<td height="25" width="6%" align="center">
<input name="rel" type="checkbox" enabled value="'4'">
</td>
<td width="12%" align="right">FG99930</td>
<td width="24%" align="right">王小东离婚案开始</td>
<td width="22%" align="right">财产纠纷</td>
<td width="20%" align="center">2001-09-01 08:40</td>
<td width="9%" align="right">王诚佳</td>
</tr>
</form>
</table>
<!--显示内容结束-->
<!--显示分页-->
<%@ include file="../inc/page.jsp" %>
<!--显示分页结束-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -