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

📄 sysdisp.asp

📁 具有计划、任务、通告、公文、员工档案、等网络办公功能
💻 ASP
字号:
<%response.expires=0%>
<%Response.Buffer=true%>
<!-- #include file="../conn_lr.asp"-->
<!-- #include file="../css.asp"-->
<%
oabusyname=request.cookies("oabusyname")
oabusyusername=request.cookies("oabusyusername")
oabusyuserdept=request.cookies("oabusyuserdept")
oabusyuserlevel=request.cookies("oabusyuserlevel")
if oabusyusername="" then 
	response.write("<script language=""javascript"">")
	response.write("window.top.location.href='../../default.asp';")
	response.write("</script>")
	response.end
end if
%>

<html>
<head>
<title>档案管理制度</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<!-- #include file="../inc/css.asp" -->
<%	'定义变量
	on error resume next
	dim image,title,opFlag,Number
	opFlag=request("opFlag")
	if opFlag="" then opFlag="cmdAddNew"
	Number=request("Number")
	if Number="" then Number="0"
	
	SET rs=Server.CreateObject("ADODB.RecordSet") 
	rs.Open Session("SQL"),Session("conn"),1,3
	rs.move number
	
	title="档案管理制度"
	image="../images/document.gif"
%>
</head>
<body>
<form name="d" id="d" action="save.asp?opFlag=<%=opFlag%>&Number=<%=Number%>" method="post">
 <!-- #include file="../inc/title.asp" -->
  <table border="0" class=vtext cellspacing="1" align="center" width="95%" cellpadding="0" bgcolor=<%=Session("vtablebordercolor")%> >
    <tr valign="middle" > 
      <td height="30" colspan="3" align="center" valign="bottom" bgcolor=<%=Session("vtabletitlebackcolor")%>><strong><%=rs("vtitle")%></strong></td>
    </tr>
    <tr> 
      <td colspan="3" bgcolor=<%=Session("vcolcolor")%> ><%=rs("content")%></td>
    </tr>
    <tr> 
      <td bgcolor=<%=Session("vcolcolor")%> > </td>
      <td bgcolor=<%=Session("vcolcolor")%> >制订者:</td>
      <td bgcolor=<%=Session("vcolcolor")%> ><%=rs("men")%></td>
    </tr>
    <tr> 
      <td bgcolor=<%=Session("vcolcolor")%> > </td>
      <td width="12%" bgcolor=<%=Session("vcolcolor")%> >发布日期:</td>
      <td width="21%" bgcolor=<%=Session("vcolcolor")%> ><%=rs("times")%></td>
    </tr>
  </table> 
   <p align="center">
  	<button class=vinputbutton  style="height=24"  onClick="window.location.href='sysprint.asp?Number=<%=Number%>'"><img src="../images/print.gif" align="absmiddle"> 打印</button>                                                       
	<button class=vinputbutton name="Submit6" style="height=24"  onClick=javascript:history.go(-1);><img src="../images/back.gif" align="absmiddle"> 返回</button>                                                   
</p>
</form>
<% '关闭记录源
   rs.close
   set rs=nothing
%>   
</body>
</html>

⌨️ 快捷键说明

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