📄 const.asp
字号:
<%
'###########################################################################################
'* 程序名称: Top-CMS
'*---------------------------------------------------------------------------------------
'* 系统版本: 1.0 0215
'* 版权所有: www.Net-Develop.com
'* 程序设计: 江南行客
'* 联系方式:
'* OICQ:2503086
'* EMAIL:net-oa@sohu.com
'* 网站地址:
'* http://www.net-develop.com
'* http://www.top-cms.com
'*---------------------------------------------------------------------------------------
'* Copyright 2004 www.net-develop.com - All Rights Reserved.
'###########################################################################################
%>
<%
Const Initial = 0
Const LicenceIP = "192.168.0.1"
Const AbsWebPath = "/root/"
Const dbType = "ACCESS"
Const dbName = "/root/database/data.mdb"
Const SqlName = ""
Const SqlUID = ""
Const SqlPWD = ""
Const AllowUpImgType = ".jpg.gif"
Const AllowUpImgSize = 100
Const ReNameImg = 1
Const EditorAllowUpImgType = ".jpg.gif"
Const EditorAllowUpImgSize = 100
Const EditorAllowUpFileType = ".zip.rar"
Const EditorAllowUpFileSize = 100
Const InfoCensor = 1
Const Info_TW = "<font color=""#FF0000"">[图文]</font>"
Const Info_ZDs = "<font color=""#FF0000"">"
Const Info_ZDe = "</font>"
Const Info_TJ = "<font color=""#FF0000"">★</font>"
Const Info_More = ">>更多"
Const sbgColor1 = "#FFFFFF"
Const sbgColor2 = "#EEEEEE"
Const CMS_Title = "Top-CMS"
Const CMS_Keywords = "信息发布系统"
Const CMS_Description = "智能发布,全静态,生成Html,生成Shtml"
Const CMS_ReplyTo = "mailto:net-oa@sohu.com"
Const CMS_Copyright = "Copyright net-develop, 2003, All Rights Reserved."
%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -