📄 guoqi.asp
字号:
<!--#include file="html.asp"-->
<!--#include file="data.asp"-->
<%
set rs=server.createobject("adodb.recordset")
sql="select * from soft where id="&request("id")
rs.open sql,conn,3,3
%>
<html><head><title>过期的项目</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<LINK href="oa.css" rel=stylesheet>
</head>
<BODY>
<form method="POST" action="esoft.asp" name=myform onSubmit='return validate()'>
<div align="center"><INPUT TYPE="hidden" name="id" value="<%=rs("id")%>">
<TABLE border=1 bordercolorlight='000000' bordercolordark=#ffffff cellspacing=0 cellpadding=0
width="400" align=center>
<TR>
<TD height=20 width=60> 指派人</TD>
<TD height=20><%=rs("zhipai")%><%if rs("best")=true then response.write " <FONT COLOR=red>(重要)</FONT>" end if%>
<%if rs("dx")=0 then response.write " <FONT COLOR=red>(独享)</FONT>" end if%></TD>
</TR>
<TR>
<TD height=20 width=60> 项目名称</TD>
<TD height=20><%=rs("name")%> </TD>
</TR>
<TR>
<TD height=20 width=60> 开始日期</TD>
<TD height=20><%=rs("time")%></TD>
</TR>
<TR>
<TD height=20 width=60> 截止日期</TD>
<TD height=20><%=rs("time2")%> </TD>
</TR>
<TR>
<TD height=20 width=60> 负责人员</TD>
<TD height=20><%=rs("size")%> </TD>
</TR>
<TR>
<TD height=152 width=60>
<div align="center">内 容<BR>
<BR>
说 明</div></TD>
<TD height=152><%=rs("content")%> </TD>
</TR>
</table>
</div></form>
</body></html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -