Art2008 CMS是一款具有强大的功能的基于ASP语言的网站管理软件
源代码在线查看: admin_left.asp
后台控制面板
function showsubmenu(sid) {
var whichEl = document.getElementById("submenu" + sid);
var menuTitle = document.getElementById("menuTitle" + sid);
if (whichEl!=null) {
if (whichEl.style.display == "none"){
whichEl.style.display='';
if (menuTitle!=null)
menuTitle.className='menu_title';
}else{
whichEl.style.display='none';
if (menuTitle!=null)
menuTitle.className='menu_title2';
}
}
}
基本设置
模板管理
添加文章
Dim intModules
intModules = ChkNumeric(Request("m"))
If intModules=0 Then
%>
常规设置
基本设置 | 上传设置
JS代码调用管理
公告管理 | 缩图水印
友情链接 | 投票管理
留言管理 | 留言选项
会员选项 | 广告选项
生成静态HTML管理
End If
If intModules=1 Then
%>
文章管理
添加文章 | 文章管理
栏目管理 | 栏目移动
添加专题 | 专题管理
评论管理 | DIGG管理
投稿管理 | 上传文件
End If
If intModules=2 Then
%>
采集管理
开 始 采 集 数 据
添加项目 | 项目管理
添加过滤 | 过滤管理
采集系统历史记录管理
采集数据库管理/使用帮助
End If
If intModules=3 Then
%>
模版管理
添加模版 | 模版管理
通用页首/页脚模版管理
浮动导航模版管理
新增专题模版管理
End If
If intModules=4 Then
%>
用户管理
管理员管理 | 添加
用户管理 | 添加
用户组管理 | 添加
修改当前管理员密码
积分明细 | 资金明细
充值卡管理 | 添加
短信管理 | 邮件管理
End If
If intModules=5 Then
%>
广告管理
广告分类/广告位管理
广告条管理 | 添加
JS广告管理 | 添加
广告图管理 | 帮助
End If
If intModules=6 Then
%>
系统相关
系统状况 | 数据统计
数据备份 | 数据恢复
数据压缩 | 数据初始
IP地址访问限制管理
后台登录日志管理
在线检测木马
End If
%>