model345.asp
来自「情缘天空美化版 v3.68 强大的公告」· ASP 代码 · 共 39 行
ASP
39 行
<!--#include file="config.asp"-->
<!--#include file="conn.asp"-->
<!--#include file="format.asp"-->
<!--#include file="error.asp"-->
<!--#include file="lib/incjs.asp"-->
<!--#include file="lib/inctop.asp"-->
<!--#include file="lib/model_body.asp"-->
<!--#include file="lib/nav.asp"-->
<!--#include file="lib/incfooter.asp"-->
<%
stats="模板中心"
dim founderr,errmsg
founderr=false
errmsg=""
if request.querystring("cscat_id")<>"" then
if not isInteger(request.querystring("cscat_id")) then
founderr=true
errmsg=errmsg+"<br>"+"<li>非法的模板分类参数。"
end if
end if
if request("page")<>"" then
if not isInteger(request("page")) then
founderr=true
errmsg=errmsg+"<br>"+"<li>非法的分页参数。"
end if
end if
if founderr then
call diserror()
response.end
else
call top()
call news_nav()
call model_body()
call endpage()
end if
%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?