国内流行的内容管理系统(CMS)多端全媒体解决方案 https://www.dedebiz.com
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

398 lines
15KB

  1. <?php
  2. /**
  3. * 后台操作记录信息
  4. *
  5. * @version $id:inc_action_info.php 2 14:55 2010-11-11 tianya $
  6. * @package DedeBIZ.Administrator
  7. * @copyright Copyright (c) 2022 DedeBIZ.COM
  8. * @license https://www.dedebiz.com/license
  9. * @link https://www.dedebiz.com
  10. */
  11. require_once(dirname(__FILE__)."/../config.php");
  12. $cuserLogin = new userLogin();
  13. //后台功能操作配置项
  14. $actionSearch[0] = array(
  15. 'title' => '常规操作',
  16. 'description' => '常规功能操作',
  17. 'soniterm' => array(
  18. 0 => array(
  19. 'title' => '网站栏目管理',
  20. 'description' => '网站所有栏目管理',
  21. 'purview' => 't_List,t_AccList',
  22. 'linkurl' => 'catalog_main.php'
  23. ),
  24. 1 => array(
  25. 'title' => '待审核的文档',
  26. 'description' => '所有文档模型发表待审核文档列表',
  27. 'purview' => 'a_Check,a_AccCheck',
  28. 'linkurl' => 'content_list.php?arcrank=-1'
  29. ),
  30. 2 => array(
  31. 'title' => '我发布的文档',
  32. 'description' => '当前后台登录所发表的文档',
  33. 'purview' => 'a_List,a_AccList,a_MyList',
  34. 'linkurl' => 'content_list.php?mid=$cuserLogin->userID'
  35. ),
  36. 3 => array(
  37. 'title' => '自定义文档属性',
  38. 'description' => '网站自定义文档属性',
  39. 'purview' => 'sys_Att',
  40. 'linkurl' => 'content_att.php'
  41. ),
  42. 4 => array(
  43. 'title' => '评论管理',
  44. 'description' => '网站所有评论管理',
  45. 'purview' => 'sys_Feedback',
  46. 'linkurl' => 'feedback_main.php'
  47. ),
  48. 5 => array(
  49. 'title' => '文档回收站',
  50. 'description' => '系统配置变量的核心设置中开启了文档回收站是否开启功能,后台删除的文档会存放在此处',
  51. 'purview' => 'a_List,a_AccList,a_MyList',
  52. 'linkurl' => 'recycling.php'
  53. )
  54. )
  55. );
  56. $actionSearch[1] = array(
  57. 'title' => '文档管理',
  58. 'description' => '网站文档管理',
  59. 'soniterm' => array(
  60. 0 => array(
  61. 'title' => '专题管理',
  62. 'description' => '网站所有专题管理',
  63. 'purview' => 'spec_New',
  64. 'linkurl' => 'content_s_list.php'
  65. ),
  66. 1 => array(
  67. 'title' => '标签管理',
  68. 'description' => '网站所有标签管理',
  69. 'purview' => 'sys_Keyword',
  70. 'linkurl' => 'tags_main.php'
  71. ),
  72. )
  73. );
  74. $actionSearch[2] = array(
  75. 'title' => '附件管理',
  76. 'description' => '网站附件管理',
  77. 'soniterm' => array(
  78. 0 => array(
  79. 'title' => '上传新文件',
  80. 'description' => '通过这可以上传图片、FLASH、视频音频、附件等其它附件',
  81. 'purview' => '',
  82. 'linkurl' => 'media_add.php'
  83. ),
  84. 1 => array(
  85. 'title' => '附件数据管理',
  86. 'description' => '列出所有上传的附件',
  87. 'purview' => 'sys_Upload,sys_MyUpload',
  88. 'linkurl' => 'media_main.php'
  89. ),
  90. 2 => array(
  91. 'title' => '文件式管理器',
  92. 'description' => '应用文件浏览的模式进行附件的管理',
  93. 'purview' => 'plus_文件管理器',
  94. 'linkurl' => 'media_main.php?dopost=filemanager'
  95. ),
  96. )
  97. );
  98. $actionSearch[3] = array(
  99. 'title' => '文档模型',
  100. 'description' => '所有文档模型管理',
  101. 'soniterm' => array(
  102. 0 => array(
  103. 'title' => '文档模型管理',
  104. 'description' => '网站文档、图片、软件、专题、分类等模型就行管理,也可以创建新模型',
  105. 'purview' => 'c_List',
  106. 'linkurl' => 'mychannel_main.php'
  107. ),
  108. 1 => array(
  109. 'title' => '文档单页管理',
  110. 'description' => '创建和管理单页面',
  111. 'purview' => 'temp_One',
  112. 'linkurl' => 'templets_one.php'
  113. ),
  114. 2 => array(
  115. 'title' => '联动类别管理',
  116. 'description' => '创建和管理所有的联动',
  117. 'purview' => 'c_Stepseclect',
  118. 'linkurl' => 'stepselect_main.php?dopost=filemanager'
  119. ),
  120. 3 => array(
  121. 'title' => '自由列表管理',
  122. 'description' => '创建不同的列表形式',
  123. 'purview' => 'c_List',
  124. 'linkurl' => 'freelist_main.php'
  125. ),
  126. 4 => array(
  127. 'title' => '自定义表单',
  128. 'description' => '创建和管理自定义表单',
  129. 'purview' => 'c_List',
  130. 'linkurl' => 'diy_main.php'
  131. ),
  132. )
  133. );
  134. $actionSearch[4] = array(
  135. 'title' => '批量维护',
  136. 'description' => '网站数据维护',
  137. 'soniterm' => array(
  138. 0 => array(
  139. 'title' => '文档批量维护',
  140. 'description' => '某个栏目或者全部栏目的文档进行批量审核文档、更新网页、移动文档、删除文档',
  141. 'purview' => 'sys_ArcBatch',
  142. 'linkurl' => 'content_batch_up.php'
  143. ),
  144. 1 => array(
  145. 'title' => '搜索关键词维护',
  146. 'description' => '所有搜索关键词管理',
  147. 'purview' => 'sys_Keyword',
  148. 'linkurl' => 'search_keywords_main.php?dopost=filemanager'
  149. ),
  150. 2 => array(
  151. 'title' => '文档关键词维护',
  152. 'description' => '所有文档关键词批量维护',
  153. 'purview' => 'sys_Keyword',
  154. 'linkurl' => 'article_keywords_main.php'
  155. ),
  156. 3 => array(
  157. 'title' => '文档重复检测',
  158. 'description' => '网站重复标题文档处理',
  159. 'purview' => 'sys_ArcBatch',
  160. 'linkurl' => 'article_test_same.php'
  161. ),
  162. 4 => array(
  163. 'title' => '自动摘要分页',
  164. 'description' => '更新没有填写描述的文档或更新没分页的文档的自动分页标识',
  165. 'purview' => 'sys_Keyword',
  166. 'linkurl' => 'article_description_main.php'
  167. ),
  168. 5 => array(
  169. 'title' => '数据库字段替换',
  170. 'description' => '网站数据库字段批量替换',
  171. 'purview' => 'sys_ArcBatch',
  172. 'linkurl' => 'sys_data_replace.php'
  173. ),
  174. )
  175. );
  176. $actionSearch[5] = array(
  177. 'title' => '会员管理',
  178. 'description' => '网站所有会员管理',
  179. 'soniterm' => array(
  180. 0 => array(
  181. 'title' => '所有会员列表',
  182. 'description' => '所有会员修改删除,查看会员文档以及提升管理员等操作',
  183. 'purview' => 'member_List',
  184. 'linkurl' => 'member_main.php'
  185. ),
  186. 1 => array(
  187. 'title' => '会员级别设置',
  188. 'description' => '会员级别设置,通过不同会员的浏览权限来对会员级别进行一个扩展',
  189. 'purview' => 'member_Type',
  190. 'linkurl' => 'member_rank.php'
  191. ),
  192. 2 => array(
  193. 'title' => '积分头衔设置',
  194. 'description' => '会员积分等级设置,根据活动积分对会员进行头衔划分',
  195. 'purview' => 'member_Type',
  196. 'linkurl' => 'member_scores.php'
  197. ),
  198. 4 => array(
  199. 'title' => '会员短信管理',
  200. 'description' => '会员之间发送的短消息管理,其中包含群发短消息和对单个会员发送短消息两种',
  201. 'purview' => 'member_Type',
  202. 'linkurl' => 'member_pm.php'
  203. ),
  204. )
  205. );
  206. $actionSearch[6] = array(
  207. 'title' => '支付工具',
  208. 'description' => '财务相关设置,包含积分,商店订单等操作',
  209. 'soniterm' => array(
  210. 0 => array(
  211. 'title' => '积分产品管理',
  212. 'description' => '网站积分产品管理,可以在这里生成积分以及查看积分的当前状态',
  213. 'purview' => 'sys_Data',
  214. 'linkurl' => 'cards_manage.php'
  215. ),
  216. 1 => array(
  217. 'title' => '积分产品分类',
  218. 'description' => '网站积分产品分类,可以添加不同点数的积分产品类型',
  219. 'purview' => 'sys_Data',
  220. 'linkurl' => 'cards_type.php'
  221. ),
  222. 2 => array(
  223. 'title' => '会员产品分类',
  224. 'description' => '会员类产品型划分,对会员产品进行定义',
  225. 'purview' => 'sys_Data',
  226. 'linkurl' => 'member_type.php'
  227. ),
  228. 3 => array(
  229. 'title' => '会员消费记录',
  230. 'description' => '会员消费记录,同时可以查看消费充值订单的付款情况',
  231. 'purview' => 'sys_Data',
  232. 'linkurl' => 'member_operations.php'
  233. ),
  234. 5 => array(
  235. 'title' => '支付接口设置',
  236. 'description' => '网站支付接口设置',
  237. 'purview' => 'sys_Data',
  238. 'linkurl' => 'sys_payment.php'
  239. ),
  240. )
  241. );
  242. $actionSearch[7] = array(
  243. 'title' => '更新任务',
  244. 'description' => '一键生成静态管理',
  245. 'soniterm' => array(
  246. 0 => array(
  247. 'title' => '更新网站',
  248. 'description' => '生成所有静态页面',
  249. 'purview' => 'sys_MakeHtml',
  250. 'linkurl' => 'makehtml_all.php'
  251. ),
  252. 1 => array(
  253. 'title' => '更新首页',
  254. 'description' => '生成网站首页面',
  255. 'purview' => 'sys_MakeHtml',
  256. 'linkurl' => 'makehtml_homepage.php'
  257. ),
  258. 2 => array(
  259. 'title' => '更新栏目',
  260. 'description' => '生成栏目页面',
  261. 'purview' => 'sys_MakeHtml',
  262. 'linkurl' => 'makehtml_list.php'
  263. ),
  264. 3 => array(
  265. 'title' => '更新文档',
  266. 'description' => '生成文档页面',
  267. 'purview' => 'sys_MakeHtml',
  268. 'linkurl' => 'makehtml_archives.php'
  269. ),
  270. 4 => array(
  271. 'title' => '更新专题',
  272. 'description' => '生成专题页面',
  273. 'purview' => 'sys_MakeHtml',
  274. 'linkurl' => 'makehtml_spec.php'
  275. ),
  276. 5 => array(
  277. 'title' => '更新缓存',
  278. 'description' => '更新栏目缓存、更新枚举缓存、清理文档调用缓存、清理过期会员浏览历史、删除过期会员短信、删除过期流量统计',
  279. 'purview' => 'sys_ArcBatch',
  280. 'linkurl' => 'sys_cache_up.php'
  281. ),
  282. )
  283. );
  284. $actionSearch[8] = DEDEBIZ_SAFE_MODE? null : array(
  285. 'title' => '模板管理',
  286. 'description' => '网站主题模板管理',
  287. 'soniterm' => array(
  288. 0 => array(
  289. 'title' => '默认模板管理',
  290. 'description' => '网站正在采用的模板文件管理',
  291. 'purview' => 'temp_All',
  292. 'linkurl' => 'templets_main.php'
  293. ),
  294. 1 => array(
  295. 'title' => '标签源码管理',
  296. 'description' => '系统标签文件编辑修改',
  297. 'purview' => 'temp_All',
  298. 'linkurl' => 'templets_tagsource.php'
  299. ),
  300. 2 => array(
  301. 'title' => '自定义宏标记',
  302. 'description' => '所有自定义标记管理',
  303. 'purview' => 'temp_MyTag',
  304. 'linkurl' => 'mytag_main.php'
  305. ),
  306. 3 => array(
  307. 'title' => '智能标记向导',
  308. 'description' => '根据需要生成相应的调用标签',
  309. 'purview' => 'temp_Other',
  310. 'linkurl' => 'mytag_tag_guide.php'
  311. ),
  312. 4 => array(
  313. 'title' => '全局标记测试',
  314. 'description' => '全局标签调用测试',
  315. 'purview' => 'temp_Test',
  316. 'linkurl' => 'tag_test.php'
  317. ),
  318. )
  319. );
  320. $actionSearch[9] = array(
  321. 'title' => '系统设置',
  322. 'description' => '后台系统设置',
  323. 'soniterm' => array(
  324. 0 => array(
  325. 'title' => '系统配置变量',
  326. 'description' => '包括站点设置、核心设置、附件设置、会员设置、互动设置、性能选项、其它选项、添加新变量等分类设置',
  327. 'purview' => 'sys_Edit',
  328. 'linkurl' => 'sys_info.php'
  329. ),
  330. 1 => array(
  331. 'title' => '系统会员管理',
  332. 'description' => '网站管理员管理',
  333. 'purview' => 'sys_User',
  334. 'linkurl' => 'sys_admin_user.php'
  335. ),
  336. 2 => array(
  337. 'title' => '会员组设置',
  338. 'description' => '网站管理员组别的划分',
  339. 'purview' => 'sys_Group',
  340. 'linkurl' => 'sys_group.php'
  341. ),
  342. 3 => array(
  343. 'title' => '系统日志管理',
  344. 'description' => '登录后台的管理员操作进行记录',
  345. 'purview' => 'sys_Log',
  346. 'linkurl' => 'log_list.php'
  347. ),
  348. 5 => array(
  349. 'title' => '图片水印设置',
  350. 'description' => '上传图片添加的水印配置',
  351. 'purview' => 'sys_Edit',
  352. 'linkurl' => 'sys_info_mark.php'
  353. ),
  354. // 5 => array(
  355. // 'title' => '云服务设置',
  356. // 'description' => '主流云服务平台支持',
  357. // 'purview' => 'sys_Edit',
  358. // 'linkurl' => 'sys_cloud.php'
  359. // ),
  360. 6 => array(
  361. 'title' => '软件下载设置',
  362. 'description' => '软件下载连接显示方式,下载方式,镜像服务器等等进行配置',
  363. 'purview' => 'sys_SoftConfig',
  364. 'linkurl' => 'soft_config.php'
  365. ),
  366. 7 => array(
  367. 'title' => '防采集串混淆',
  368. 'description' => '网站防采集串混淆',
  369. 'purview' => 'sys_StringMix',
  370. 'linkurl' => 'article_string_mix.php'
  371. ),
  372. 8 => array(
  373. 'title' => '数据库备份还原',
  374. 'description' => '数据库备份和还原',
  375. 'purview' => 'sys_data',
  376. 'linkurl' => 'sys_data.php'
  377. ),
  378. 9 => DEDEBIZ_SAFE_MODE? null : array(
  379. 'title' => 'SQL命令工具',
  380. 'description' => '数据表执行单行或者多行的SQL语句',
  381. 'purview' => 'sys_data',
  382. 'linkurl' => 'sys_sql_query.php'
  383. ),
  384. 10 => array(
  385. 'title' => '文件扫描工具',
  386. 'description' => '以DedeBIZ开发模式为标准对现有的文件进行扫描判断',
  387. 'purview' => 'sys_verifies',
  388. 'linkurl' => 'sys_safetest.php'
  389. ),
  390. 11 => array(
  391. 'title' => '系统修复工具',
  392. 'description' => '手动和自动升级错误处理',
  393. 'purview' => 'sys_verifies',
  394. 'linkurl' => 'sys_repair.php'
  395. ),
  396. )
  397. );
  398. ?>