📄 sign1.asp
字号:
<!--#include file="../include/sqlstr.asp"-->
<!--#include file="../include/opendb.asp"-->
<%
oabusyname=request.cookies("oabusyname")
oabusysuid=request.cookies("oabusysuid")
oabusyuserdept=request.cookies("oabusyuserdept")
oabusyuserlevel=request.cookies("oabusyuserlevel")
'if oabusysuid="" then response.redirect "default.asp"
dim rs1,sql1,rs,sql,conn,conn1
set conn=opendb()
set rs=server.createobject("adodb.recordset")
sql="select * from a_liuchengbeifeng where id="&request("id")
rs.open sql,conn,3,3
set conn=opendb()
set rs1=server.createobject("adodb.recordset")
sql1="select top 1 * from a_liucheng where id="&request("id1")
rs1.open sql1,conn,3,3
%>
<html>
<head>
<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>New Page 1</title>
<link rel="stylesheet" href="../css/cc.css" type="text/css">
</head>
<body bgproperties="fixed" background="image/bag.jpg">
<form name="form1" method="post" action="signsave.asp?id=<%=request("id1")%>&id1=<%=rs("id")%>">
<div align="center">
<table border="0" cellpadding="0" cellspacing="0" width="600">
<tr>
<td align="center" valign="top">
<p align="center" class="cc"><b><font size="4" >签 名</font></b>
</td>
</tr>
<tr>
<td align="center" valign="top">
<div align="center">
<table border="2" cellpadding="0" width="100%" height="166" style="border-collapse: collapse" bordercolor="#111111" cellspacing="0" bgcolor="#EEEEEE">
<tr>
<td width="212" align="center" bgcolor="#8080C0" height="28">
<p align="center" class="cc"><font color="#FFFFFF">发 起 人:</font>
</td>
<td width="380" height="28"class="cc"><%=rs("fashongren")%></td>
</tr>
<tr>
<td width="212" align="center" bgcolor="#8080C0" height="28" class="cc"><font color="#FFFFFF">流程主题:</font></td>
<td width="380" height="28"class="cc"><%=rs("title")%> </td>
</tr>
<tr>
<td width="212" align="center" bgcolor="#8080C0" height="28" class="cc"><font color="#FFFFFF">主
题 词:</font></td>
<td width="380" height="28"> </td>
</tr>
<tr>
<td width="212" align="center" bgcolor="#8080C0" height="104" class="cc"><font color="#FFFFFF">意
见:<br>
<br>
(最多100个字)</font></td>
<td width="380" height="104">
<textarea rows="7" name="advice" cols="70" ></textarea></td>
</tr>
</table>
</div>
<p align="center" class="cc">
<input type="submit" value="签 名" name="sign_button" >
<input type="button" value="返 回" name="B3" onclick="history.back()">
<a href="chongban.asp?id=<%=rs("id")%>"><font size="2">要求重办
</font></a>
</td>
</tr>
</table>
</div>
</form>
<p> </p>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -