mulu.htm
来自「1、公文管理 公文管理是办公系统的核心」· HTM 代码 · 共 84 行
HTM
84 行
<!--#include file="conn.inc"-->
<%
sql="select * from document where kind='发文' and year(d_date)="&request("s_year")&" and zi='"&request("s_zi")"'"
set rs=server.createobject("adodb.recordset")
rs.open sql,conn,3,2
%>
<html>
<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>
<style>
<!--
p, td { font-family: 华文中宋; font-weight: bold }
.border1 { border: 2 solid #000000 }
.border2 { border-left-style: solid; border-left-width: 0; border-right-style: solid;
border-right-width: 1; border-top-style: solid;
border-top-width: 0; border-bottom-style: solid;
border-bottom-width: 1 }
.border3 { border-left-style: solid; border-left-width: 0; border-right-style: solid;
border-right-width: 0; border-top-style: solid;
border-top-width: 0; border-bottom-style: solid;
border-bottom-width: 1 }
.border4 { border-left-style: solid; border-left-width: 0; border-right-style: solid;
border-right-width: 1; border-top-style: solid;
border-top-width: 0; border-bottom-style: solid;
border-bottom-width: 0 }
-->
</style>
</head>
<body>
<table border="0" width="100%">
<tr>
<td width="100%">
<p align="center"><font size="5">卷 内 文 件 目 录</font></td>
</tr>
</table>
<table border="0" width="100%" bordercolorlight="#000000" cellspacing="0" cellpadding="0" bordercolordark="#FFFFFF" class="border1">
<tr>
<td width="4%" class="border2" align="center">序号</td>
<td width="13%" class="border2" align="center">文件作者</td>
<td width="19%" class="border2" align="center">文件编号</td>
<td width="13%" class="border2" align="center">文件日期</td>
<td width="40%" class="border2" align="center">标题</td>
<td width="5%" class="border2" align="center">张次</td>
<td width="6%" class="border3" align="center">备注</td>
</tr>
<tr>
<td width="4%" class="border2"></td>
<td width="13%" class="border2"></td>
<td width="19%" class="border2"></td>
<td width="13%" class="border2"></td>
<td width="40%" class="border2"></td>
<td width="5%" class="border2"></td>
<td width="6%" class="border3"></td>
</tr>
<tr>
<td width="4%" class="border4"></td>
<td width="13%" class="border4"></td>
<td width="19%" class="border4"></td>
<td width="13%" class="border4"></td>
<td width="40%" class="border4"></td>
<td width="5%" class="border4"></td>
<td width="6%"></td>
</tr>
</table>
<table border="0" width="100%">
<tr>
<td width="33%"></td>
<td width="67%">
<p align="right">填表人签字:<u>
</u> </td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?