⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 toctab.js

📁 一个真正的CMS系统,可以完全实现建站自动化,用.NET开发.
💻 JS
📖 第 1 页 / 共 2 页
字号:
var tocTab = new Array();
var z = 0;
var root = 0;
tocTab[z++] = new Array (root + "", "", "");
root++;
  
tocTab[z++] = new Array (root + "", "SiteServer CMS介绍", "../product/introduce.html");  
tocTab[z++] = new Array (root + ".1", "简要介绍", "../product/introduce.html");
tocTab[z++] = new Array (root + ".2", "主要功能", "../product/systemSpecial.html");
tocTab[z++] = new Array (root + ".3", "系统界面介绍", "../product/interface.html");
tocTab[z++] = new Array (root + ".4", "系统设计思想", "../product/design.html");
tocTab[z++] = new Array (root + ".5", "采用微软.NET平台", "../product/dotnet.html");
tocTab[z++] = new Array (root + ".6", "系统性能", "../product/systemcapcity.html");
root++;

tocTab[z++] = new Array (root + "", "系统安装", "");
tocTab[z++] = new Array (root + ".1", "运行 SiteServer CMS 基本环境", "../setup/softEnviroment.html");
tocTab[z++] = new Array (root + ".2", "运行环境搭建", "../setup/installEnviroment.html");
tocTab[z++] = new Array (root + ".3", "建立IIS站点", "../setup/addIISSite.html");
tocTab[z++] = new Array (root + ".4", "建立 SQL SERVER 数据库", "../setup/addSqlDb.html");
tocTab[z++] = new Array (root + ".5", "独立主机安装 SiteServer CMS ", "../setup/installInMachine.html");
tocTab[z++] = new Array (root + ".6", "虚拟主机安装 SiteServer CMS ", "../setup/installInVirtual.html");
tocTab[z++] = new Array (root + ".7", "安装 SiteServer 模版制作器 ", "../setup/installTemplateMaker.html");
tocTab[z++] = new Array (root + ".8", "旧版本升级说明", "../setup/upgrade.html");

root++;

tocTab[z++] = new Array (root + "", "站点创建与配置", "");
tocTab[z++] = new Array (root + ".1", "建立一个空白站点或导入站点", "../console/console_publishmentSystemAdd.html");
tocTab[z++] = new Array (root + ".2", "系统配置管理", "../console/console_configuration.html");
tocTab[z++] = new Array (root + ".3", "站点管理", "../console/console_publishmentSystem.html");
tocTab[z++] = new Array (root + ".4", "站点选项", "../background/background_configurationSite.html");
tocTab[z++] = new Array (root + ".5", "上传文件选项", "../Background/background_configurationUpload.html");
tocTab[z++] = new Array (root + ".6", "图片水印选项", "../Background/background_configurationWaterMark.html");

root++;

tocTab[z++] = new Array (root + "", "内容及栏目管理", ""); 
tocTab[z++] = new Array (root + ".1", "信息管理", "");
tocTab[z++] = new Array (root + ".1.1", "添加信息", "../Background/background_contentAdd.html");
tocTab[z++] = new Array (root + ".1.2", "修改信息", "../Background/background_contentEdit.html");
tocTab[z++] = new Array (root + ".1.3", "内容转移、删除等操作", "../Background/background_content.html");
tocTab[z++] = new Array (root + ".1.4", "内容编辑器介绍", "../others/contentedit.html");
tocTab[z++] = new Array (root + ".2", "栏目管理", "");
tocTab[z++] = new Array (root + ".2.1", "添加栏目", "../Background/background_channelAdd.html");
tocTab[z++] = new Array (root + ".2.2", "修改栏目", "../Background/background_channelEdit.html");
tocTab[z++] = new Array (root + ".2.3", "栏目转移、删除等操作", "../Background/background_channel.html");
tocTab[z++] = new Array (root + ".3", "组别管理", "");
tocTab[z++] = new Array (root + ".3.1", "栏目组管理", "../Background/background_nodeGroup.html");
tocTab[z++] = new Array (root + ".3.2", "内容组管理", "../Background/background_contentGroup.html");
tocTab[z++] = new Array (root + ".4", "内容审核", "");
tocTab[z++] = new Array (root + ".4.1", "信息审核", "../Background/background_uncheckedContent.html");
tocTab[z++] = new Array (root + ".4.2", "评论审核", "../Background/background_uncheckedRemark.html");

root++;

tocTab[z++] = new Array (root + "", "广告管理", ""); 
tocTab[z++] = new Array (root + ".1", "广告管理介绍", "../others/advertisement.html");
tocTab[z++] = new Array (root + ".2", "广告项管理", "../Background/background_advertisementAdd.html");
tocTab[z++] = new Array (root + ".3", "广告集合管理", "../Background/background_advertisementGroupAdd.html");
root++;

tocTab[z++] = new Array (root + "", "投票管理", ""); 
tocTab[z++] = new Array (root + ".1", "投票类型介绍", "../others/vote.html");
tocTab[z++] = new Array (root + ".2", "新增投票", "../Background/background_voteAdd.html");
tocTab[z++] = new Array (root + ".3", "投票管理", "../Background/background_vote.html");
tocTab[z++] = new Array (root + ".4", "在网站上显示投票及结果", "../others/showvote.html");
root++;

tocTab[z++] = new Array (root + "", "流量统计管理", "../Background/background_tracker.html"); 
tocTab[z++] = new Array (root + ".1", "分时统计", "");
tocTab[z++] = new Array (root + ".1.1", "最近访问统计", "../Background/background_trackerCurrentVisitors.html");
tocTab[z++] = new Array (root + ".1.2", "24小时统计", "../Background/background_trackerHour.html");
tocTab[z++] = new Array (root + ".1.3", "天统计", "../Background/background_trackerDay.html");
tocTab[z++] = new Array (root + ".1.4", "月统计", "../Background/background_trackerMonth.html");
tocTab[z++] = new Array (root + ".1.5", "年统计", "../Background/background_trackerYear.html");
tocTab[z++] = new Array (root + ".2", "来源统计", "");
tocTab[z++] = new Array (root + ".2.1", "受访页面统计", "../Background/background_trackerPageUrl.html");
tocTab[z++] = new Array (root + ".2.2", "来访网址统计", "../Background/background_trackerReferrer.html");
tocTab[z++] = new Array (root + ".3", "客户端统计", "");
tocTab[z++] = new Array (root + ".3.1", "操作系统统计", "../Background/background_trackerOS.html");
tocTab[z++] = new Array (root + ".3.2", "浏览器统计", "../Background/background_trackerBrowser.html");
tocTab[z++] = new Array (root + ".4", "统计管理", "");
tocTab[z++] = new Array (root + ".4.1", "获取代码", "../Background/background_trackerCode.html");
tocTab[z++] = new Array (root + ".4.2", "修改统计设置", "../Background/background_trackerEdit.html");
root++;

tocTab[z++] = new Array (root + "", "信息采集管理", ""); 
tocTab[z++] = new Array (root + ".1", "采集表达式", "");
tocTab[z++] = new Array (root + ".1.1", "生成表达式", "../Background/background_gatherRegexMake.html");
tocTab[z++] = new Array (root + ".1.2", "测试表达式", "../Background/background_gatherRegexTest.html");
tocTab[z++] = new Array (root + ".2", "信息采集规则", "");
tocTab[z++] = new Array (root + ".2.1", "添加采集规则", "../Background/background_gatherRuleAdd.html");
tocTab[z++] = new Array (root + ".2.2", "管理采集规则", "../Background/background_gatherRule.html");
tocTab[z++] = new Array (root + ".3", "信息采集", "");
tocTab[z++] = new Array (root + "1.3.1", "开始采集", "../Background/background_gatherStart.html");
tocTab[z++] = new Array (root + ".3.2", "单篇采集", "../Background/background_gatherOne.html");
tocTab[z++] = new Array (root + ".4", "采集参数设置", "../Background/background_gatherEdit.html");
root++;

tocTab[z++] = new Array (root + "", "文件管理", "../Background/background_filemanagement.html");
root++;

tocTab[z++] = new Array (root + "", "显示管理", ""); 
tocTab[z++] = new Array (root + ".1", "模板管理", "");
tocTab[z++] = new Array (root + ".1.1", "SiteServer模板介绍", "../others/templateintro.html");
tocTab[z++] = new Array (root + ".1.2", "添加模板", "../Background/background_templateAdd.html");
tocTab[z++] = new Array (root + ".1.3", "模板管理", "../Background/background_template.html");
tocTab[z++] = new Array (root + ".2", "模板语言参考", "../Background/background_templateReference.html");
tocTab[z++] = new Array (root + ".3", "匹配模板", "../Background/background_templateMatch.html");
tocTab[z++] = new Array (root + ".4", "列表显示方式", "");
tocTab[z++] = new Array (root + ".4.1", "添加列表显示方式", "../Background/background_displayModeAdd.html");
tocTab[z++] = new Array (root + ".4.2", "管理列表显示方式", "../Background/background_displayMode.html");
tocTab[z++] = new Array (root + ".5", "数据列表", "");
tocTab[z++] = new Array (root + ".5.1", "手动列表", "");
tocTab[z++] = new Array (root + ".5.1.1", "添加手动列表", "../Background/background_dataListAdd.html");
tocTab[z++] = new Array (root + ".5.1.2", "管理手动列表", "../Background/background_dataList.html");
tocTab[z++] = new Array (root + ".5.2", "自动列表", "");
tocTab[z++] = new Array (root + ".5.2.1", "添加自动列表", "../Background/background_dataListAdd.html");
tocTab[z++] = new Array (root + ".5.2.2", "管理自动列表", "../Background/background_dataList.html");
tocTab[z++] = new Array (root + ".6", "菜单显示方式管理", "");
tocTab[z++] = new Array (root + ".6.1", "修改或添加菜单显示方式管理", "../Background/background_menuDisplayAdd.html");
tocTab[z++] = new Array (root + ".6.2", "删除菜单显示方式", "../Background/background_menuDisplay.html");
tocTab[z++] = new Array (root + ".7", "导航栏管理", "");
tocTab[z++] = new Array (root + ".7.1", "导航栏管理", "../Background/background_navigationBar.html");
tocTab[z++] = new Array (root + ".7.2", "添加导航栏子菜单", "../Background/background_menuDisplayWithNode.html");
root++;

tocTab[z++] = new Array (root + "", "生成管理", ""); 
tocTab[z++] = new Array (root + ".1", "生成页面及文件存储位置", "../others/filesave.html");
tocTab[z++] = new Array (root + ".2", "生成首页", "../others/creathomepage.html");
tocTab[z++] = new Array (root + ".3", "生成栏目页", "../Background/background_createChannel.html");
tocTab[z++] = new Array (root + ".4", "生成内容页", "../Background/background_createContent.html");
tocTab[z++] = new Array (root + ".5", "生成文件页", "../Background/background_createFile.html");
tocTab[z++] = new Array (root + ".6", "负载均衡", "../Background/background_loadBalancingXCopy.html");
tocTab[z++] = new Array (root + ".7", "导入导出管理", "../Background/background_importExport.html");
root++;

tocTab[z++] = new Array (root + "", "通用功能", ""); 
tocTab[z++] = new Array (root + ".1", "栏目组管理", "../Background/background_nodeGroup.html");
tocTab[z++] = new Array (root + ".2", "内容组管理", "../Background/background_contentGroup.html");
tocTab[z++] = new Array (root + ".3", "系统日志管理", "../Background/background_log.html");
tocTab[z++] = new Array (root + ".4", "站点数据统计", "../Background/background_siteAnalysis.html");
tocTab[z++] = new Array (root + ".5", "系统备份及恢复", "../Background/background_backupRestore.html");
root++;

tocTab[z++] = new Array (root + "", "权限管理", ""); 
tocTab[z++] = new Array (root + ".1", "权限管理介绍", "../others/powerintro.html");
tocTab[z++] = new Array (root + ".2", "创建角色", "../Background/background_roleAdd.html");
tocTab[z++] = new Array (root + ".3", "管理角色", "../Background/background_role.html");
tocTab[z++] = new Array (root + ".4", "添加管理员", "../Background/background_administratorAdd.html");
tocTab[z++] = new Array (root + ".5", "管理管理员", "../Background/background_administrator.html");
tocTab[z++] = new Array (root + ".6", "成员管理", "../Background/background_users.html");
root++;

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -