📄 const.asp
字号:
<!--#include file="../../Conn.asp"-->
<!--#include file="../../Inc/Cl_ClsSysTem.asp"-->
<!--#include file="../../Inc/Cl_ClsUbb.asp"-->
<!--#include file="../../Inc/Cl_Function_Public.asp"-->
<!--#include file="Function.asp"-->
<%
Dim ModuleID,ChannelID
Dim FileName,strFileName
Dim TotalPut,CurrentPage,TotalPages
Dim ComeUrl,FoundErr,Errmsg,PageBeginTime,PageEndTime
Dim SQL,Rs,i
PageBeginTime = Timer
ModuleID = Cl.GetClng(Request("ModuleID"))
ChannelID = Cl.GetClng(Request("ChannelID"))
ComeUrl = Cstr(Request.ServerVariables("HTTP_REFERER"))
Cl.Page_Admin = True
Cl.Get_WebSetting()
if Cl.ChkIsOuter then
Call Cl.OutErr(0,Cl.Language.selectSingleNode("//SysTem/IsOuter").text)
Response.end
end if
if Not Cl.ChkUserLogin then
Cl.ShowErr(CL.ReplaceDir(Cl.Language.SelectSingleNode("//NoLoginErr").text))
Response.end
end if
%>
<%
'<!--
'┌───────────────────────────────────────────────────────┐
'│ │
'│ CreateLive CMS Version 4.0 │
'│ Powered by Aspoo.CN │
'│ │
'│ 邮箱: support@aspoo.cn Info@aspoo.cn │
'│ QQ: 3315263 596197794 │
'│ 网站: www.aspoo.cn www.aspoo.com │
'│ 论坛: bbs.aspoo.cn bbs.aspoo.com │
'│ │
'│ Copyright (C) 2005-2007 Aspoo.CN All Rights Reserved. │
'└───────────────────────────────────────────────────────┘
'-->
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -