📄 wmcms_workbook_tmp.asp
字号:
<!--#include file="conn.asp"-->
<!--#include file="ConnUser.asp"-->
<!--#include file="config.asp"-->
<!--#include file="char.inc"-->
<%if request.cookies(Forcast_SN)("key")<>"" then%>
<!--#include file="ChkUser.asp"-->
<%end if
const MaxPerPage=10
dim totalPut
dim CurrentPage
dim TotalPages
dim a,j
if not isempty(request("page")) then
currentPage=cint(request("page"))
else
currentPage=1
end if
if request.cookies(Forcast_SN)("key")="super" then
aaas=1
set urs=server.createobject("adodb.recordset")
sql="select * from "& db_User_Table &" where "& db_User_Name &"='"& ChkRequest(Request.cookies(Forcast_SN)("name"), 0)&"'"
urs.open sql,ConnUser,1,3
if urs.bof or urs.eof then
aaas=0
end if
IF Request.cookies(Forcast_SN)("password")<>urs(db_User_Password) THEN
aaas=0
END IF
urs.close
set urs=nothing
end if
%>
<html>
<head>
<title>交流平台_<%=jjgn%>完美设计网络科技有限公司 完美政府网站管理系统 http://www.wmgov.cn</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="news.css" rel=stylesheet type=text/css></head>
<body bgcolor="#FFFFFF" text="#000000" topmargin="0">
<!--#include file="top.asp"-->
<!-----正文部分开始------------------------->
<table width="1002" height="100" border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF">
<tr>
<!----左侧列开始--------------->
<td width="760" valign="top">
<table width="760" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="25" background="images/wmcms_bg1.gif"> <img src="IMAGES/wmcms_arrow.gif" width="7" height="7"> <a class=daohang href="./" >网站首页</a>><a href="WmCms_WorkBook.asp" class="daohang">交流平台</a>><strong>办事审批</strong></td>
</tr>
<tr><td></td></tr>
<tr><td></td></tr>
</table>
</td>
<!----左侧列结束--------------------------->
<td width="242"> </td>
</tr>
</table>
<!-----正文部分结束-------------------------------->
<!--#include file="bottom.asp"-->
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -