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

📄 gongwcs.asp

📁 一套asp办公小软件
💻 ASP
字号:
<html>

<head>
<%if session("yonghm")<>"" then%>

<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>项目文件</title>
<link rel="stylesheet" type="text/css" href="Admin_Style.css">
<base target="_self">
 <LINK href="css.css" type=text/css rel=stylesheet>
<!--#include file="Global.asp" -->

</head>
<%
    id=request("id")
    'id=19    
    sql="select * from duinfw where id="&id
    set rs=server.createobject("adodb.recordset")
	rs.open sql,conn,1,1
	%>

<body leftmargin="50" topmargin="0" marginwidth="0" marginheight="0" style="background-color: #FFFFFF" >
<br>
<br>
<table border="0" width="706" id="table1">
	<tr>
		<td colspan="2">
		<p align="center">
		<img border="0" src="images/gongwt1.jpg" width="700" height="109"></td>
	</tr>
	<tr>
		<td height=10 colspan="2" >
		<p align="center">
		</td>
	</tr>
	<tr>
		<td colspan="2">
		<p align="center">
		<font face="仿宋_GB2312" style="font-size: 16pt"><%=rs("wenjh")%></font></td>
	</tr>

    <tr>
		<td colspan="2">
		<p align="center">
		<img border="0" src="images/gongwx1.jpg" width="700" height="17"></td>
	</tr>
	 <tr>
		<td colspan="2" >
		<p align="center">
		<font style="font-size: 22pt; font-weight:700"><br>
		<%=rs("zhutc")%><br>
 </font></td>
	</tr>
   <tr>
		<td colspan="2">
		<p align="center">
		<font face="仿宋_GB2312" style="font-size: 16pt"><%=rs("shuom")%></font>
		<br>
		<br></td>
	</tr>
   <tr>
		<td colspan="2">
		<p align="right">
		<font face="仿宋_GB2312" style="font-size: 16pt">北京法政实业集团有限公司</font><p align="right">
		</td>
	</tr>
	<%if rs("fawbm")="总办" then%>
   <tr>
		<td colspan="2">
		<p align="right">
		<font face="仿宋_GB2312" style="font-size: 16pt">总&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;办&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
		<br>
		<br>
		</td>
	</tr>
	<%else%>
	  <tr>
		<td colspan="2">
		<p align="right">
		<font face="仿宋_GB2312" style="font-size: 16pt">人力资源部&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</font>
		<br>
		<br>
		</td>
	</tr>

	<%end if%>
    <tr>
		<td colspan="2">
		<p align="right">
		<font face="仿宋_GB2312" style="font-size: 16pt"><%=rs("bianzrq")%>&nbsp;&nbsp;&nbsp;</font>
		<br>
		<br></td>
	</tr>
	
 <tr>
		<td colspan="2">
		<p>
		<font face="仿宋_GB2312" style="font-size: 14pt">主题词:<%=rs("zhutc")%></font>
		<br></td>
	</tr>
    <tr>
		<td colspan="2"><img border="0" src="images/xian.jpg" width="700" height="10"></td>
	</tr>
    <tr>
		<td colspan="2">
		<font face="仿宋_GB2312" style="font-size: 14pt">抄报:</font><font face="仿宋_GB2312" style="font-size: 12pt"><%=rs("chaob")%></font>
		
		<br></td>
	</tr>
    <tr>
		<td colspan="2">
		<font face="仿宋_GB2312" style="font-size: 14pt">抄送:</font><font face="仿宋_GB2312" style="font-size: 12pt"><%=rs("chaos")%></font>
		
		<br></td>
	</tr>
    <tr>
		<td colspan="2">
		<font face="仿宋_GB2312" style="font-size: 14pt">抄发:</font><font face="仿宋_GB2312" style="font-size: 12pt"><%=rs("faz")%></font>
		
		<br></td>
	</tr>
    <tr>
		<td colspan="2"><img border="0" src="images/xian.jpg" width="700" height="10"></td>
	</tr>
   <tr>
		<td width=50%>
		<font face="仿宋_GB2312" style="font-size: 14pt">存档:<%=rs("faz")%>份</font>
		
		<br></td>
		<td width=50%>
		<p align="right"><font face="仿宋_GB2312" style="font-size: 14pt">(共印<%=rs("faz")%>份)&nbsp;&nbsp;</font>

		 </td>
	</tr>

   
</table>
<%else %>

<P><a href="Admin_Login.asp" target="_top">请登录</a> </p>
<%end if %>

</body>

</html>



⌨️ 快捷键说明

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