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

📄 fdisp.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
%>

<head>
<title>设计方案</title>
<meta http-equiv=Content-Type content="text/html; charset=gb2312">
<!--  #Include File=../main/css.asp -->

<%	'定义变量
 	dim Number,opFlag,title,image
	on error resume next
	Server.ScriptTimeOut =4
	'获取输入参数:记录号和操作标志
	Number=cint(request("Number"))
	opFlag=request("opFlag")

	'创建记录访问对象
	Set rs = Server.CreateObject("ADODB.Recordset")
	rs.Open Session("SQL"),Session("conn"),1,3
	rs.move number	
        title="设计方案详细信息"
	image="../images/design.gif"	
%>
<style>
.css0{border:none;}
</style>
</head>



<body link=DarkGoldenrod>

 <form  name="submitinput" action="fsave.asp?opFlag=<%=opFlag%>&Number=<%=Number%>" method="post"  >
	<!-- #include file="../inc/title.asp" -->
    <table cellspacing=1 cellpadding=2 width=95% bgcolor=<%=Session("vtablebordercolor")%> border=0 class=vtext align="center">
        <tr> 
            <td bgcolor=<%=Session("vtabletitlebackcolor")%> width="75" align="right" nowrap height="25">方案名称:</td>
            <td bgcolor=<%=Session("vcolcolor")%> colspan="3" > 
                <p align=left> <%=rs("Dname")%> </p>
            </td>
        </tr>
        <tr> 
            <td bgcolor=<%=Session("vtabletitlebackcolor")%> width="75" align="right" nowrap height="25"> 
                方案编号: </td>
            <td bgcolor=<%=Session("vcolcolor")%> width="35%" height="25" > 
                <%=rs("Id")%> </td>
            <td bgcolor=<%=Session("vtabletitlebackcolor")%> width="70" align="right" nowrap> 
                <p align="left">设计人:</p>
            </td>
            <td bgcolor=<%=Session("vcolcolor")%> width="30%" > 
                <p align=left> <%=rs("Dman")%> </p>
            </td>
        </tr>
        <tr> 
            <td bgcolor=<%=Session("vtabletitlebackcolor")%> width="75" align="right" nowrap height="25">设计时间:</td>
            <td bgcolor=<%=Session("vcolcolor")%> colspan="3" > 
                <%=rs("Ddate")%> </td>
        </tr>
        <tr> 
            <td bgcolor=<%=Session("vtabletitlebackcolor")%> width="75" align="right" nowrap height="25">发布时间:</td>
            <td bgcolor=<%=Session("vcolcolor")%> colspan="3" > 
                <%=rs("Pdata")%> </td>
        </tr>
        <tr> 
            <td bgcolor=<%=Session("vtabletitlebackcolor")%> width="75" align="right" nowrap height="25">采用情况:</td>
            <td bgcolor=<%=Session("vcolcolor")%> colspan="3" > 
                <%=rs("Athing")%> </td>
        </tr>
        <tr>
            <td bgcolor=<%=Session("vtabletitlebackcolor")%> width="75" align="right" nowrap height="25">内容简介:</td>
            <td bgcolor=<%=Session("vcolcolor")%> colspan="3" ><%=rs("Beizhu")%> </td>
        </tr>
         <%if rs("Urls")<>"" then %>
         <tr> 
            <td bgcolor=<%=Session("vtabletitlebackcolor")%> width="75" align="right" nowrap height="25"> </td>
            <td bgcolor=<%=Session("vcolcolor")%> colspan="3" >请用鼠标右键单击<div onMouseOver="document.oncontextmenu=enabledmouse;" onMouseOut="document.oncontextmenu=hiderightmouse;"><a  onClick="event.returnValue=false" href="<%=Session("mailaddroot") & rs("Urls")%>" ><b><font color="#800080">方案下载</font></b></a></div>选择"目标另存为.."进行方案的保存。
               
            </td>
        </tr> 
        <%end if%>
    </table>
         
    <table  cellspacing=0 cellpadding=0 width=451 border=0 align="center">
  <tr> 
    <td width="450"> 
      <p align=center>
		<br>
		<button class=vinputbutton style="height=24" onClick="window.location.href='fprint.asp?Number=<%=Number%>'"><img src="../images/print.gif" align="absmiddle"> 打印</button>   
		<button class=vinputbutton style="height=24" onClick="javascript:history.go(-1);"><img src="../images/back.gif" align="absmiddle"> 返回</button>  
      </p>    
    </td> 
   </tr>  
</table>    
    
</form>    
<% rs.close  
   set rs=nothing  
%>     
</body>  

⌨️ 快捷键说明

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