From f52582ba32e14d025708bf00f5beacace747974c Mon Sep 17 00:00:00 2001 From: xushubieli Date: Mon, 28 Feb 2022 12:48:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=BB=98=E8=AE=A4=E5=8F=98?= =?UTF-8?q?=E9=87=8F=E5=92=8C=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/install/config.cache.inc.php | 24 +- src/install/index.php | 2 +- src/install/sql-dfdata.txt | 188 ++++---- src/install/templates/step-1.html | 1 + .../{default => muban}/advancedsearch.htm | 348 +++++++------- .../{default => muban}/article_article.htm | 242 +++++----- .../{default => muban}/article_default.htm | 280 ++++++------ .../{default => muban}/article_default_sg.htm | 280 ++++++------ .../{default => muban}/article_image.htm | 432 +++++++++--------- .../{default => muban}/article_infos.htm | 240 +++++----- .../{default => muban}/article_shop.htm | 250 +++++----- .../{default => muban}/article_soft.htm | 258 +++++------ .../{default => muban}/article_spec.htm | 160 +++---- src/templets/{default => muban}/footer.htm | 86 ++-- src/templets/{default => muban}/googlemap.htm | 8 +- src/templets/{default => muban}/header.htm | 0 src/templets/{default => muban}/index.htm | 302 ++++++------ .../{default => muban}/index_article.htm | 160 +++---- .../{default => muban}/index_default.htm | 162 +++---- .../{default => muban}/index_default_sg.htm | 156 +++---- .../{default => muban}/index_image.htm | 170 +++---- .../{default => muban}/index_infos.htm | 160 +++---- .../{default => muban}/index_shop.htm | 156 +++---- .../{default => muban}/index_soft.htm | 156 +++---- .../{default => muban}/list_article.htm | 174 +++---- .../{default => muban}/list_default.htm | 174 +++---- .../{default => muban}/list_default_sg.htm | 174 +++---- src/templets/{default => muban}/list_free.htm | 138 +++--- .../{default => muban}/list_image.htm | 162 +++---- .../{default => muban}/list_infos.htm | 292 ++++++------ src/templets/{default => muban}/list_shop.htm | 178 ++++---- src/templets/{default => muban}/list_soft.htm | 178 ++++---- src/templets/{default => muban}/list_spec.htm | 180 ++++---- src/templets/{default => muban}/navbar.htm | 0 src/templets/{default => muban}/search.htm | 162 +++---- .../{default => muban}/singlepage.htm | 112 ++--- src/templets/{default => muban}/tag.htm | 280 ++++++------ src/templets/{default => muban}/taglist.htm | 174 +++---- src/templets/{default => muban}/top.htm | 0 .../widget_article_digg.htm | 0 .../widget_article_feedback.htm | 0 .../{default => muban}/widget_channels.htm | 0 .../{default => muban}/widget_hot.htm | 0 .../{default => muban}/widget_hot_sg.htm | 0 .../{default => muban}/widget_qrcode.htm | 0 .../{default => muban}/widget_recommend.htm | 0 .../widget_recommend_sg.htm | 0 .../{default => muban}/widget_vote.htm | 0 48 files changed, 3300 insertions(+), 3299 deletions(-) rename src/templets/{default => muban}/advancedsearch.htm (95%) mode change 100755 => 100644 rename src/templets/{default => muban}/article_article.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/article_default.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/article_default_sg.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/article_image.htm (96%) mode change 100755 => 100644 rename src/templets/{default => muban}/article_infos.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/article_shop.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/article_soft.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/article_spec.htm (96%) mode change 100755 => 100644 rename src/templets/{default => muban}/footer.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/googlemap.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/header.htm (100%) rename src/templets/{default => muban}/index.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/index_article.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/index_default.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/index_default_sg.htm (96%) mode change 100755 => 100644 rename src/templets/{default => muban}/index_image.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/index_infos.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/index_shop.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/index_soft.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/list_article.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/list_default.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/list_default_sg.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/list_free.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/list_image.htm (96%) mode change 100755 => 100644 rename src/templets/{default => muban}/list_infos.htm (96%) mode change 100755 => 100644 rename src/templets/{default => muban}/list_shop.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/list_soft.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/list_spec.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/navbar.htm (100%) rename src/templets/{default => muban}/search.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/singlepage.htm (96%) mode change 100755 => 100644 rename src/templets/{default => muban}/tag.htm (96%) mode change 100755 => 100644 rename src/templets/{default => muban}/taglist.htm (97%) mode change 100755 => 100644 rename src/templets/{default => muban}/top.htm (100%) rename src/templets/{default => muban}/widget_article_digg.htm (100%) rename src/templets/{default => muban}/widget_article_feedback.htm (100%) rename src/templets/{default => muban}/widget_channels.htm (100%) rename src/templets/{default => muban}/widget_hot.htm (100%) rename src/templets/{default => muban}/widget_hot_sg.htm (100%) rename src/templets/{default => muban}/widget_qrcode.htm (100%) rename src/templets/{default => muban}/widget_recommend.htm (100%) rename src/templets/{default => muban}/widget_recommend_sg.htm (100%) rename src/templets/{default => muban}/widget_vote.htm (100%) diff --git a/src/install/config.cache.inc.php b/src/install/config.cache.inc.php index 62205ecf..7c7e7066 100755 --- a/src/install/config.cache.inc.php +++ b/src/install/config.cache.inc.php @@ -4,22 +4,22 @@ $cfg_cmspath = '~basepath~'; $cfg_cookie_encode = '~cookieEncode~'; $cfg_indexurl = '~indexurl~'; $cfg_backup_dir = 'backupdata'; -$cfg_indexname = '主页'; +$cfg_indexname = '首页'; $cfg_webname = '~webname~'; $cfg_adminemail = '~adminmail~'; $cfg_html_editor = 'ckeditor'; $cfg_arcdir = '/a'; $cfg_medias_dir = '/uploads'; -$cfg_ddimg_width = 240; -$cfg_ddimg_height = 180; +$cfg_ddimg_width = 400; +$cfg_ddimg_height = 300; $cfg_domain_cookie = ''; $cfg_imgtype = 'jpg|gif|png'; $cfg_softtype = 'zip|gz|rar|iso|doc|xsl|ppt|wps'; $cfg_mediatype = 'swf|rm|rmvb|mpg|mp3|mp4|wmv|wma|wav|mid|mov'; -$cfg_specnote = 6; -$cfg_list_symbol = ' > '; -$cfg_notallowstr = '非典|艾滋病|阳痿'; -$cfg_replacestr = '她妈|它妈|他妈|您妈|去死|贱人'; +$cfg_specnote = 10; +$cfg_list_symbol = ' - '; +$cfg_notallowstr = '神经病|废物'; +$cfg_replacestr = '他妈的|TMD|傻逼|贱人'; $cfg_feedbackcheck = 'N'; $cfg_keyword_replace = 'Y'; $cfg_fck_xhtml = 'N'; @@ -30,9 +30,9 @@ $cfg_powerby = 'Copyright © 2022 DedeBIZ 版权所有'; $cfg_arcsptitle = 'N'; $cfg_arcautosp = 'N'; $cfg_arcautosp_size = 5; -$cfg_auot_description = 240; +$cfg_auot_description = 250; $cfg_ftp_host = ''; -$cfg_ftp_port = 21; +$cfg_ftp_port = ''; $cfg_ftp_user = ''; $cfg_ftp_pwd = ''; $cfg_ftp_root = '/'; @@ -67,8 +67,8 @@ $cfg_album_pagesize = 12; $cfg_album_style = 2; $cfg_album_ddwidth = 200; $cfg_mb_notallow = 'www,bbs,ftp,mail,user,users,admin,administrator'; -$cfg_mb_idmin = 3; -$cfg_mb_pwdmin = 3; +$cfg_mb_idmin = 6; +$cfg_mb_pwdmin = 6; $cfg_mb_pwdtype = '32'; $cfg_md_idurl = 'N'; $cfg_mb_rank = 10; @@ -89,7 +89,7 @@ $cfg_search_time = 3; $cfg_baidunews_limit = '100'; $cfg_updateperi = '15'; $cfg_sendmail_bysmtp = 'Y'; -$cfg_smtp_server = 'smtp.qq.com'; +$cfg_smtp_server = 'smtp.web.com'; $cfg_smtp_port = '25'; $cfg_smtp_usermail = ''; $cfg_smtp_user = ''; diff --git a/src/install/index.php b/src/install/index.php index 0527d28f..1b0cacd0 100644 --- a/src/install/index.php +++ b/src/install/index.php @@ -288,7 +288,7 @@ else if($step==10) if(empty($dbname)){ $info = "信息正确"; } else { - $info = mysql_select_db($dbname,$conn)? "数据库已经存在,系统将覆盖数据库": "数据库不存在,系统将自动创建"; + $info = mysql_select_db($dbname,$conn)? "数据库已经存在,系统将覆盖数据库": "数据库不存在,系统将自动创建"; } $result = array( "code" => 200, diff --git a/src/install/sql-dfdata.txt b/src/install/sql-dfdata.txt index 1b502a0d..b2f34a8b 100755 --- a/src/install/sql-dfdata.txt +++ b/src/install/sql-dfdata.txt @@ -3943,88 +3943,88 @@ INSERT INTO `#@__sys_enum` VALUES('139','cms制作','503','vocation','503','0'), ('16795','东城区','1001','nativeplace','1001','1'), ('16794','北京市','1000','nativeplace','1000','0'); -INSERT INTO `#@__sysconfig` VALUES('1','cfg_basehost','站点根网址','1','string',''), -('2','cfg_cmspath','DedeCMS安装目录','2','string',''), -('3','cfg_cookie_encode','cookie加密码','2','string',''), -('4','cfg_indexurl','网页主页链接','1','string','/'), -('5','cfg_backup_dir','数据备份目录(在data目录内)','2','string','backupdata'), -('6','cfg_indexname','主页链接名','1','string','首页'), +INSERT INTO `#@__sysconfig` VALUES('1','cfg_basehost','站点网址http://开头','1','string',''), +('2','cfg_cmspath','安装目录','2','string',''), +('3','cfg_cookie_encode','Cookies加密码','2','string',''), +('4','cfg_indexurl','首页链接','1','string','/'), +('5','cfg_backup_dir','数据备份目录,在data目录内,','2','string','backupdata'), +('6','cfg_indexname','首页链接名','1','string','首页'), ('7','cfg_webname','网站名称','1','string','某某公司'), -('8','cfg_adminemail','网站发信EMAIL','2','string','support@dedebiz.com'), -('9','cfg_html_editor','Html编辑器(ckeditor,需要fck的用户可以去官网下载)','2','string','ckeditor'), -('10','cfg_arcdir','文档HTML默认保存路径','1','string','/a'), -('11','cfg_medias_dir','图片/上传文件默认路径','1','string','/uploads'), -('12','cfg_ddimg_width','缩略图默认宽度','3','number','240'), -('13','cfg_ddimg_height','缩略图默认高度','3','number','180'), +('8','cfg_adminemail','网站发信邮箱','2','string','support@dedebiz.com'), +('9','cfg_html_editor','富文本','2','string','ckeditor'), +('10','cfg_arcdir','默认文档生成文件路径','1','string','/a'), +('11','cfg_medias_dir','默认图片上传文件路径','1','string','/uploads'), +('12','cfg_ddimg_width','缩略图默认宽度','3','number','400'), +('13','cfg_ddimg_height','缩略图默认高度','3','number','300'), ('63','cfg_album_width','图集默认显示图片的大小','3','number','800'), ('15','cfg_imgtype','图片浏览器文件类型','3','string','jpg|gif|png'), ('16','cfg_softtype','允许上传的软件类型','3','bstring','zip|gz|rar|iso|doc|xsl|ppt|wps'), -('17','cfg_mediatype','允许的多媒体文件类型','3','bstring','swf|mpg|mp3|rm|rmvb|wmv|wma|wav|mid|mov'), -('18','cfg_specnote','专题的最大节点数','2','number','6'), -('19','cfg_list_symbol','栏目位置的间隔符号','2','string',' > '), -('20','cfg_notallowstr','禁用词语(系统将直接停止用户动作)
用|分开,但不要在结尾加|','5','bstring','非典|艾滋病|阳痿'), -('21','cfg_feedbackcheck','评论及留言(是/否)需审核','5','bool','Y'), -('22','cfg_keyword_replace','关键字替换(是/否)使用本功能会影响HTML生成速度','2','bool','Y'), -('23','cfg_fck_xhtml','编辑器(是/否)使用XHTML','1','bool','N'), -('24','cfg_df_style','模板默认风格','1','string','default'), -('25','cfg_multi_site','(是/否)支持多站点,开启此项后附件、栏目连接、arclist内容启用绝对网址','2','bool','N'), +('17','cfg_mediatype','允许的多媒体文件类型','3','bstring','swf|rm|rmvb|mpg|mp3|mp4|wmv|wma|wav|mid|mov'), +('18','cfg_specnote','专题的最大节点数','2','number','10'), +('19','cfg_list_symbol','栏目位置的间隔符号','2','string',' - '), +('20','cfg_notallowstr','系统禁用词语,停止用户动作,用“|”分开,但不要在结尾加“|”','5','bstring','神经病|废物'), +('21','cfg_feedbackcheck','是否需审核评论及留言','5','bool','Y'), +('22','cfg_keyword_replace','是否使用关键字替换功能,开启影响文档生成速度','2','bool','Y'), +('23','cfg_fck_xhtml','是否使用富文本XHTML','1','bool','N'), +('24','cfg_df_style','网站模板默认风格','1','string','muban'), +('25','cfg_multi_site','是否支持多站点,开启此项后附件栏目连接arclist内容启用绝对网址','2','bool','N'), ('58','cfg_rm_remote','远程图片本地化','7','bool','Y'), -('27','cfg_dede_log','(是/否)开启管理日志','2','bool','N'), +('27','cfg_dede_log','是否开启管理日志','2','bool','N'), ('28','cfg_powerby','网站版权信息','1','bstring','Copyright © 2022 DedeBIZ 版权所有'), -('722','cfg_jump_once','跳转网址是否直接跳转?(否则显示中转页)','7','bool','Y'), -('723','cfg_task_pwd','系统计划任务客户端许可密码
(需要客户端,通常不会太重要)','7','string',''), -('29','cfg_arcsptitle','(是/否)开启分页标题,开启会影响HTML生成速度','6','bool','N'), -('30','cfg_arcautosp','(是/否)开启长文章自动分页','6','bool','N'), -('31','cfg_arcautosp_size','文章自动分页大小(单位: K)','6','number','5'), -('32','cfg_auot_description','自动摘要长度(0-250,0表示不启用)','7','number','240'), +('722','cfg_jump_once','跳转网址是否直接跳转?否则显示中转页','7','bool','Y'), +('723','cfg_task_pwd','系统计划任务客户端许可密码,需要客户端,通常不会太重要','7','string',''), +('29','cfg_arcsptitle','是否开启分页标题,开启影响文档生成速度','6','bool','N'), +('30','cfg_arcautosp','是否开启长文章自动分页','6','bool','N'), +('31','cfg_arcautosp_size','文章自动分页大小','6','number','5'), +('32','cfg_auot_description','自动摘要长度(0-250,0表示不启用)','7','number','250'), ('33','cfg_ftp_host','FTP主机','2','string',''), -('34','cfg_ftp_port','FTP端口','2','number','21'), +('34','cfg_ftp_port','FTP端口','2','number',''), ('35','cfg_ftp_user','FTP用户名','2','string',''), ('36','cfg_ftp_pwd','FTP密码','2','string',''), ('37','cfg_ftp_root','网站根在FTP中的目录','2','string','/'), ('38','cfg_ftp_mkdir','是否强制用FTP创建目录','2','bool','N'), -('40','cfg_list_son','上级列表是否包含子类内容','6','bool','Y'), +('40','cfg_list_son','是否包含上级列表子类内容','6','bool','Y'), ('41','cfg_mb_open','是否开启会员功能','4','bool','N'), ('42','cfg_mb_album','是否开启会员图集功能','4','bool','Y'), ('43','cfg_mb_upload','是否允许会员上传非图片附件','4','bool','Y'), -('44','cfg_mb_upload_size','会员上传文件大小(K)','4','number','1024'), +('44','cfg_mb_upload_size','会员上传文件大小:KB','4','number','1024'), ('45','cfg_mb_sendall','是否开放会员对自定义模型投稿','4','bool','Y'), -('46','cfg_mb_rmdown','是否把会员指定的远程文档下载到本地','4','bool','Y'), +('46','cfg_mb_rmdown','是否会员指定远程文档下载到本地','4','bool','Y'), ('47','cfg_cli_time','服务器时区设置','2','number','8'), -('48','cfg_mb_addontype','会员附件许可的类型','4','bstring','swf|mpg|mp3|rm|rmvb|wmv|wma|wav|mid|mov|zip|rar|doc|xsl|ppt|wps'), -('49','cfg_mb_max','会员附件总大小限制(MB)','4','number','500'), -('20','cfg_replacestr','替换词语(词语会被替换成***)
用|分开,但不要在结尾加|','5','bstring','她妈|它妈|他妈|您妈|去死|贱人'), +('48','cfg_mb_addontype','会员附件许可的类型','4','bstring','swf|rm|rmvb|mpg|mp3|mp4|wmv|wma|wav|mid|mov|zip|rar|doc|xsl|ppt|wps'), +('49','cfg_mb_max','会员附件总大小限制:MB','4','number','500'), +('20','cfg_replacestr','替换词语,词语会被替换成**用“|”分开,但不要在结尾加“|”','5','bstring','他妈的|TMD|傻逼|贱人'), ('719','cfg_makeindex','发布文章后马上更新网站主页','6','bool','N'), -('51','cfg_keyword_like','使用关键词关连文章','6','bool','N'), -('52','cfg_index_max','网站主页调用函数最大索引文档数
不适用于经常单栏目采集过多内容的网站
不启用本项此值设置为0即可','6','number','10000'), -('53','cfg_index_cache','arclist标签调用缓存
(0 不启用,大于0值为多少秒)','6','number','86400'), +('51','cfg_keyword_like','使用关键词关连文章','6','bool','Y'), +('52','cfg_index_max','首页调用函数最大索引文档数,不适用于经常单栏目采集过多内容网站,不启用本项此值设置为0即可','6','number','10000'), +('53','cfg_index_cache','arclist标签调用缓存(0不启用,大于0值为多少秒)','6','number','86400'), ('54','cfg_tplcache','是否启用模板缓存','6','bool','Y'), ('55','cfg_tplcache_dir','模板缓存目录','6','string','/data/tplcache'), -('56','cfg_makesign_cache','发布/修改单个文档是否使用调用缓存','6','bool','N'), -('59','cfg_arc_dellink','删除非站内链接','7','bool','N'), +('56','cfg_makesign_cache','是否修改发布单个文档调用缓存','6','bool','N'), +('59','cfg_arc_dellink','删除非站内链接','7','bool','Y'), ('60','cfg_arc_autopic','提取第一张图片作为缩略图','7','bool','Y'), -('61','cfg_arc_autokeyword','自动提取关键字','7','bool','Y'), -('62','cfg_title_maxlen','文档标题最大长度
改此参数后需要手工修改数据表','7','number','60'), -('64','cfg_check_title','发布文档时是否检测重复标题','7','bool','Y'), +('61','cfg_arc_autokeyword','自动提取关键字','7','bool','N'), +('62','cfg_title_maxlen','文档标题最大长度,变量后需要手工修改数据表','7','number','250'), +('64','cfg_check_title','是否检测发布文档时重复标题','7','bool','Y'), ('65','cfg_album_row','图集多行多列样式默认行数','3','number','3'), ('66','cfg_album_col','图集多行多列样式默认列数','3','number','4'), ('67','cfg_album_pagesize','图集多页多图每页显示最大数','3','number','12'), -('68','cfg_album_style','图集默认样式
1为多页多图,2为多页单图,3为缩略图列表','3','number','2'), +('68','cfg_album_style','图集默认样式(1为多页多图、2为多页单图、3为缩略图列表)','3','number','2'), ('69','cfg_album_ddwidth','图集默认缩略图大小','3','number','200'), ('70','cfg_mb_notallow','不允许注册的会员id','4','bstring','www,bbs,ftp,mail,user,users,admin,administrator'), -('71','cfg_mb_idmin','用户id最小长度','4','number','3'), -('72','cfg_mb_pwdmin','用户密码最小长度','4','number','3'), -('73','cfg_md_idurl','是否严格限定会员登录id
允许会员使用二级域名必须设置此项','4','bool','N'), -('74','cfg_mb_rank','注册会员默认级别
[会员权限管理中]查看级别代表的数字','4','number','10'), -('76','cfg_feedback_time','两次评论至少间隔时间(秒钟)','5','number','30'), +('71','cfg_mb_idmin','用户ID最小长度','4','number','6'), +('72','cfg_mb_pwdmin','用户密码最小长度','4','number','6'), +('73','cfg_md_idurl','是否严格限定会员登录ID,允许会员使用二级域名必须设置此项','4','bool','N'), +('74','cfg_mb_rank','注册会员默认级别,会员权限管理中查看级别代表的数字','4','number','10'), +('76','cfg_feedback_time','两次评论至少间隔时间:秒','5','number','30'), ('77','cfg_feedback_numip','每个IP一小时内最大评论数','5','number','30'), -('78','cfg_md_mailtest','是否限制Email只能注册一个帐号','4','bool','N'), -('79','cfg_mb_spacesta','会员使用权限开通状态
(-10 邮件验证 -1 手工审核, 0 没限制)','4','number','-10'), +('78','cfg_md_mailtest','是否限制邮箱只能注册一个帐号','4','bool','Y'), +('79','cfg_mb_spacesta','会员使用权限开通状态(-10邮件验证、-1手工审核、0没限制)','4','number','-10'), ('728','cfg_mb_allowreg','是否允许新会员注册','4','bool','Y'), ('729','cfg_mb_adminlock','是否禁止访问管理员帐号的空间','4','bool','N'), -('81','cfg_vdcode_member','会员投稿是否使用验证码','5','bool','Y'), -('83','cfg_mb_cktitle','会员投稿是否检测重复标题','5','bool','Y'), -('84','cfg_mb_editday','投稿多长时间后不能再修改[天]','5','number','7'), +('81','cfg_vdcode_member','是否会员投稿验证码','5','bool','Y'), +('83','cfg_mb_cktitle','是否检测会员投稿重复标题','5','bool','Y'), +('84','cfg_mb_editday','投稿多少天后不能再修改','5','number','1'), ('729','cfg_sendarc_scores','投稿可获取积分','5','number','10'), ('88','cfg_caicai_sub','被踩扣除文章好评度','5','number','2'), ('89','cfg_caicai_add','被顶扣除文章好评度','5','number','2'), @@ -4033,65 +4033,65 @@ INSERT INTO `#@__sysconfig` VALUES('1','cfg_basehost','站点根网址','1','str ('730','cfg_sendfb_scores','参与评论可获积分','5','number','3'), ('92','cfg_search_max','最大搜索检查文档数','6','number','50000'), ('93','cfg_search_maxrc','最大返回搜索结果数','6','number','300'), -('94','cfg_search_time','搜索间隔时间(秒/IP限制)','6','number','3'), -('95','cfg_baidunews_limit','百度新闻xml更新新闻数量 最大100','8','string','100'), -('223','cfg_smtp_port','smtp服务器端口','2','string','25'), -('221','cfg_sendmail_bysmtp','是否启用smtp方式发送邮件','2','bool','Y'), -('222','cfg_smtp_server','smtp服务器','2','string','smtp.qq.com'), +('94','cfg_search_time','搜索间隔时间:秒','6','number','3'), +('95','cfg_baidunews_limit','百度新闻更新新闻数量,最大100','8','string','100'), +('223','cfg_smtp_port','SMTP服务器端口','2','string','25'), +('221','cfg_sendmail_bysmtp','是否启用SMTP方式发送邮件','2','bool','Y'), +('222','cfg_smtp_server','SMTP服务器','2','string','smtp.qq.com'), ('224','cfg_smtp_usermail','SMTP服务器的用户邮箱','2','string','tianya@dedebiz.com'), ('225','cfg_smtp_user','SMTP服务器的用户帐号','2','string','tianya'), ('226','cfg_smtp_password','SMTP服务器的用户密码','2','string','tianya'), -('96','cfg_updateperi','百度新闻xml更新时间 (单位:分钟)','8','string','15'), +('96','cfg_updateperi','百度新闻更新时间:分','8','string','15'), ('227','cfg_online_type','在线支付网关类型','2','string','nps'), ('706','cfg_upload_switch','删除文章文件同时删除相关附件文件','2','bool','Y'), ('708','cfg_rewrite','是否使用伪静态','2','bool','N'), -('707','cfg_allsearch_limit','网站全局搜索时间限制','2','string','1'), -('709','cfg_delete','文章回收站(是/否)开启','2','bool','Y'), -('710','cfg_keywords','站点默认关键字','1','string',''), +('707','cfg_allsearch_limit','网站全局搜索时间限制:秒','2','string','1'), +('709','cfg_delete','是否开启文章回收站','2','bool','Y'), +('710','cfg_keywords','站点默认关键词','1','string',''), ('711','cfg_description','站点描述','1','bstring',''), ('712','cfg_beian','网站备案号','1','string',''), ('713','cfg_need_typeid2','是否启用副栏目','6','bool','Y'), -('72','cfg_mb_pwdtype','前台密码验证类型:默认32 — 32位md5,可选:
l16 — 前16位, r16 — 后16位, m16 — 中间16位','4','string','32'), -('716','cfg_cache_type','id 文档ID,content 标签最终内容
(修改此变量后必须更新系统缓存)','6','string','id'), -('717','cfg_max_face','会员上传头像大小限制(单位:KB)','3','number','50'), -('718','cfg_typedir_df','栏目网址使用目录名(不显示默认页,即是 /a/abc/ 形式)','2','bool','Y'), +('72','cfg_mb_pwdtype','前台密码验证类型:默认32—32位md5,可选:l16—前16位、r16—后16位、m16—中间16位','4','string','32'), +('716','cfg_cache_type','id 文档ID,content标签最终内容,修改此变量后必须更新系统缓存','6','string','id'), +('717','cfg_max_face','会员上传头像大小限制KB','3','number','100'), +('718','cfg_typedir_df','栏目网址使用目录名(不显示默认页,则是/a/b/c形式)','2','bool','Y'), ('719','cfg_make_andcat','发表文章后马上更新相关栏目','6','bool','N'), -('720','cfg_make_prenext','发表文章后马上更新上下篇','6','bool','Y'), -('721','cfg_feedback_forbid','是否禁止所有评论(将包括禁止顶踩等)','5','bool','N'), -('724','cfg_addon_domainbind','附件目录是否绑定为指定的二级域名','7','bool','N'), +('720','cfg_make_prenext','发表文章后马上更新上下篇','6','bool','N'), +('721','cfg_feedback_forbid','是否禁止所有评论,包括禁止顶踩等','5','bool','N'), +('724','cfg_addon_domainbind','是否绑定附件目录为指定的二级域名','7','bool','N'), ('725','cfg_addon_domain','附件目录的二级域名','7','string',''), -('726','cfg_df_dutyadmin','默认责任编辑(dutyadmin)','7','string','admin'), +('726','cfg_df_dutyadmin','默认责任编辑名称','7','string','网站管理员'), ('727','cfg_mb_allowncarc','是否允许用户空间显示未审核文章','4','bool','Y'), -('730','cfg_mb_spaceallarc','会员空间中所有文档的频道ID(不限为0)','4','number','0'), +('730','cfg_mb_spaceallarc','会员空间中所有文档的频道ID(不限为0)','4','number','0'), ('731','cfg_face_adds','上传头像增加积分','5','number','10'), ('732','cfg_moreinfo_adds','填写详细资料增加积分','5','number','20'), ('733','cfg_money_scores','多少积分可以兑换一个金币','5','number','50'), -('734','cfg_mb_wnameone','是否允许用户笔名/昵称重复','4','bool','N'), -('735','cfg_arc_dirname','是否允许用目录作为文档文件名
文档命名规则需改为:{typedir}/{aid}/index.html','7','bool','Y'), -('736','cfg_puccache_time','需缓存内容全局缓存时间(秒)','6','number','36000'), -('737','cfg_arc_click','文档默认点击数(-1表示随机50-200)','7','number','-1'), -('738','cfg_addon_savetype','附件保存形式(按data函数日期参数)','3','string','ymd'), -('739','cfg_qk_uploadlit','异步上传缩略图(空间太不稳定的用户关闭此项)','3','bool','Y'), +('734','cfg_mb_wnameone','是否允许用户昵称重复','4','bool','N'), +('735','cfg_arc_dirname','是否允许用目录作为文档文件名,文档命名规则:{typedir}/{aid}/index.html','7','bool','Y'), +('736','cfg_puccache_time','需缓存内容全局缓存时间:秒','6','number','36000'), +('737','cfg_arc_click','文档默认点击数(-1表示随机50-200)','7','number','-1'), +('738','cfg_addon_savetype','附件保存形式,按data函数日期参数(y年m月d日)','3','string','ymd'), +('739','cfg_qk_uploadlit','异步上传缩略图,空间太不稳定用户关闭此项','3','bool','Y'), ('740','cfg_login_adds','登录会员中心获积分','5','number','2'), ('741','cfg_userad_adds','会员推广获积分','5','number','10'), -('742','cfg_ddimg_full','缩略图是否使用强制大小(对背景填充)','3','bool','N'), -('743','cfg_ddimg_bgcolor','缩略图空白背景填充颜色(0-白,1-黑)','3','number','0'), -('744','cfg_replace_num','文档内容同一关键词替换次数(0为全部替换)','7','number','2'), -('745','cfg_uplitpic_cut','上传缩略图后是否马上弹出裁剪框','3','bool','Y'), -('746','cfg_album_mark','图集是否使用水印(小图也会受影响)','3','bool','N'), -('747','cfg_mb_feedcheck','会员动态是否需要审核','4','bool','N'), -('748','cfg_mb_msgischeck','会员状态是否需要审核','4','bool','N'), -('751','cfg_title_site','是否发布和编辑文档时远程发布(启用远程站点的前提下)','2','bool','N'), -('752','cfg_mysql_type','数据库类型(支持mysql和mysqli)','2','string','mysql'), -('14', 'cfg_domain_cookie', '跨域共享cookie的域名(例如: .dedebiz.com)', 2, 'string', ''), -('756','cfg_memcache_enable','是否启用memcache缓存,如果为否(N),默认使用文件缓存',6,'bool','N'), -('757','cfg_memcache_mc_defa','默认memcache缓存服务器地址',6,'string','memcache://127.0.0.1:11211/default127'), -('758','cfg_memcache_mc_oth','附加memcache缓存服务器地址',6,'string',''), -('759', 'cfg_cross_sectypeid', '支持交叉栏目显示副栏目内容', '7', 'bool', 'N'), +('742','cfg_ddimg_full','是否使用缩略图强制大小,对背景填充,','3','bool','N'), +('743','cfg_ddimg_bgcolor','缩略图空白背景填充颜色(0白,1黑)','3','number','0'), +('744','cfg_replace_num','文档内容关键词替换次数(0为全部替换)','7','number','1'), +('745','cfg_uplitpic_cut','是否上传缩略图后马上弹出裁剪框','3','bool','Y'), +('746','cfg_album_mark','是否使用图集水印,小图也会受影响','3','bool','N'), +('747','cfg_mb_feedcheck','是否需要会员动态审核','4','bool','N'), +('748','cfg_mb_msgischeck','是否需要会员状态审核','4','bool','N'), +('751','cfg_title_site','是否发布和编辑文档时远程发布,启用远程站点的前提下','2','bool','N'), +('752','cfg_mysql_type','数据库类型,支持MySQL和Mysqli','2','string','mysql'), +('14', 'cfg_domain_cookie', '跨域共享Cookie的域名,例如: www.dedebiz.com', 2, 'string', ''), +('756','cfg_memcache_enable','是否启用memcache缓存,如果为否,默认使用文件缓存',6,'bool','N'), +('757','cfg_memcache_mc_defa','默认MemCache缓存服务器地址',6,'string','memcache://127.0.0.1:123/default123'), +('758','cfg_memcache_mc_oth','附加MemCache缓存服务器地址',6,'string',''), +('759', 'cfg_cross_sectypeid', '支持交叉栏目显示副栏目内容', '7', 'bool', 'Y'), ('760', 'cfg_digg_update', '顶踩缓存异步更新间隔(0为不缓存)', '6', 'number', '0'), ('761', 'cfg_feedback_guest', '是否允许匿名评论', '5', 'bool', 'N'), -('762', 'cfg_feedback_msglen', '评论内容字数限定', 5, 'number', '200'), -('763', 'cfg_auth_code', '授权码(登录www.dedebiz.com进行商业授权)', 1, 'bstring', ''), +('762', 'cfg_feedback_msglen', '评论内容字数限定', 5, 'number', '250'), +('763', 'cfg_auth_code', '授权码:www.dedebiz.com商业版授权', 1, 'bstring', ''), ('764', 'cfg_bizcore_hostname', 'DedeBIZ Core地址', 1, 'string', '127.0.0.1'), ('765', 'cfg_bizcore_port', 'DedeBIZ Core端口', 1, 'number', '8181'), ('766', 'cfg_bizcore_appid', 'DedeBIZ Core应用ID', 1, 'string', ''), diff --git a/src/install/templates/step-1.html b/src/install/templates/step-1.html index ed43b1cd..26bcefe8 100755 --- a/src/install/templates/step-1.html +++ b/src/install/templates/step-1.html @@ -64,6 +64,7 @@
+
请注意数据库名称默认为dedebiz_
diff --git a/src/templets/default/advancedsearch.htm b/src/templets/muban/advancedsearch.htm old mode 100755 new mode 100644 similarity index 95% rename from src/templets/default/advancedsearch.htm rename to src/templets/muban/advancedsearch.htm index 849083e2..dbdb532d --- a/src/templets/default/advancedsearch.htm +++ b/src/templets/muban/advancedsearch.htm @@ -1,174 +1,174 @@ - - - - -搜索结果页 - <?php echo $cfg_webname;?> - - - -
- -
-
- 搜索结果页 -
-
-{dede:datalist} - -
-
{dede:field.title/}
-

{dede:field.description1/}...

-
- {dede:field.arcurl/} - 类别: {dede:field.typename/} - 点击: {dede:field.click/} - 日期: {dede:field.stime/} -
-
-{/dede:datalist} -
-
- {dede:pagelist listsize='5'/} -
- - - - - - - + + + + +搜索结果页 - <?php echo $cfg_webname;?> + + + +
+ +
+
+ 搜索结果页 +
+
+{dede:datalist} + +
+
{dede:field.title/}
+

{dede:field.description1/}...

+
+ {dede:field.arcurl/} + 类别: {dede:field.typename/} + 点击: {dede:field.click/} + 日期: {dede:field.stime/} +
+
+{/dede:datalist} +
+
+ {dede:pagelist listsize='5'/} +
+ + + + + + + diff --git a/src/templets/default/article_article.htm b/src/templets/muban/article_article.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/article_article.htm rename to src/templets/muban/article_article.htm index 5fe20547..f08156f0 --- a/src/templets/default/article_article.htm +++ b/src/templets/muban/article_article.htm @@ -1,122 +1,122 @@ - - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-

{dede:field.title/}

- - -
- {dede:field.body/} (责任编辑:{dede:adminname/}) -
- - - - -
- - {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} - -
-
-
{dede:prenext get='pre'/}
-
{dede:prenext get='next'/}
-
-
-
- -
-
-
- - {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - - + + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+

{dede:field.title/}

+ + +
+ {dede:field.body/} (责任编辑:{dede:adminname/}) +
+ + + + +
+ + {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} + +
+
+
{dede:prenext get='pre'/}
+
{dede:prenext get='next'/}
+
+
+
+ +
+
+
+ + {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + + \ No newline at end of file diff --git a/src/templets/default/article_default.htm b/src/templets/muban/article_default.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/article_default.htm rename to src/templets/muban/article_default.htm index 8be0d1a6..13da0997 --- a/src/templets/default/article_default.htm +++ b/src/templets/muban/article_default.htm @@ -1,141 +1,141 @@ - - - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-

{dede:field.title/}

- - -
- - - - {dede:fieldlist} - - - - - -
- [field:name/] 内容: -
- 模板调用标记: -
- -
[field:value/]
- {/dede:fieldlist} -
- -
- {dede:field.body/} (责任编辑:{dede:adminname/}) -
- - -
- - {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} - -
-
-
{dede:prenext get='pre'/}
-
{dede:prenext get='next'/}
-
-
-
- -
-
-
- - {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - - + + + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+

{dede:field.title/}

+ + +
+ + + + {dede:fieldlist} + + + + + +
+ [field:name/] 内容: +
+ 模板调用标记: +
+ +
[field:value/]
+ {/dede:fieldlist} +
+ +
+ {dede:field.body/} (责任编辑:{dede:adminname/}) +
+ + +
+ + {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} + +
+
+
{dede:prenext get='pre'/}
+
{dede:prenext get='next'/}
+
+
+
+ +
+
+
+ + {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + + \ No newline at end of file diff --git a/src/templets/default/article_default_sg.htm b/src/templets/muban/article_default_sg.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/article_default_sg.htm rename to src/templets/muban/article_default_sg.htm index 8be0d1a6..13da0997 --- a/src/templets/default/article_default_sg.htm +++ b/src/templets/muban/article_default_sg.htm @@ -1,141 +1,141 @@ - - - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-

{dede:field.title/}

- - -
- - - - {dede:fieldlist} - - - - - -
- [field:name/] 内容: -
- 模板调用标记: -
- -
[field:value/]
- {/dede:fieldlist} -
- -
- {dede:field.body/} (责任编辑:{dede:adminname/}) -
- - -
- - {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} - -
-
-
{dede:prenext get='pre'/}
-
{dede:prenext get='next'/}
-
-
-
- -
-
-
- - {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - - + + + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+

{dede:field.title/}

+ + +
+ + + + {dede:fieldlist} + + + + + +
+ [field:name/] 内容: +
+ 模板调用标记: +
+ +
[field:value/]
+ {/dede:fieldlist} +
+ +
+ {dede:field.body/} (责任编辑:{dede:adminname/}) +
+ + +
+ + {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} + +
+
+
{dede:prenext get='pre'/}
+
{dede:prenext get='next'/}
+
+
+
+ +
+
+
+ + {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + + \ No newline at end of file diff --git a/src/templets/default/article_image.htm b/src/templets/muban/article_image.htm old mode 100755 new mode 100644 similarity index 96% rename from src/templets/default/article_image.htm rename to src/templets/muban/article_image.htm index 36251d8d..a1c5747b --- a/src/templets/default/article_image.htm +++ b/src/templets/muban/article_image.htm @@ -1,217 +1,217 @@ - - - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-

{dede:field.title/}

- - -
- - {dede:field name='pagestyle' alt='根据不同的页面风格输出不同的头信息' runphp='yes'} - if(@me==3) { - @me = '
    '; - } - else if(@me==2) { - @me = " - - "; - } - else { - @me = ''; - } - {/dede:field} - - {dede:field name='imgurls' alt='图片输出区'} - [field:pagestyle runphp='yes'] @me= (@me==3 ? '
  • ' : '');[/field:pagestyle] - - [field:alttext /] - - - [field:title /] - - [field:pagestyle runphp='yes'] @me = (@me==3 ? '
  • ' : ''); [/field:pagestyle] - {/dede:field} - - {dede:field name='pagestyle' alt='根据不同的风格输出不同的结尾信息' runphp='yes'} - if(@me==3) { - @me = '
'; - } - else if(@me==2) { - @me = " - \r\n"; - } - else { - @me = ''; - } - {/dede:field} -
- -
- {dede:field.body/} (责任编辑:{dede:adminname/}) -
- - -
- - {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} - -
-
-
{dede:prenext get='pre'/}
-
{dede:prenext get='next'/}
-
-
-
- -
-
-
- - {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - - + + + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} + + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+

{dede:field.title/}

+ + +
+ + {dede:field name='pagestyle' alt='根据不同的页面风格输出不同的头信息' runphp='yes'} + if(@me==3) { + @me = '
    '; + } + else if(@me==2) { + @me = " + + "; + } + else { + @me = ''; + } + {/dede:field} + + {dede:field name='imgurls' alt='图片输出区'} + [field:pagestyle runphp='yes'] @me= (@me==3 ? '
  • ' : '');[/field:pagestyle] + + [field:alttext /] + + + [field:title /] + + [field:pagestyle runphp='yes'] @me = (@me==3 ? '
  • ' : ''); [/field:pagestyle] + {/dede:field} + + {dede:field name='pagestyle' alt='根据不同的风格输出不同的结尾信息' runphp='yes'} + if(@me==3) { + @me = '
'; + } + else if(@me==2) { + @me = " + \r\n"; + } + else { + @me = ''; + } + {/dede:field} +
+ +
+ {dede:field.body/} (责任编辑:{dede:adminname/}) +
+ + +
+ + {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} + +
+
+
{dede:prenext get='pre'/}
+
{dede:prenext get='next'/}
+
+
+
+ +
+
+
+ + {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + + \ No newline at end of file diff --git a/src/templets/default/article_infos.htm b/src/templets/muban/article_infos.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/article_infos.htm rename to src/templets/muban/article_infos.htm index 712c59dd..c79b2f1f --- a/src/templets/default/article_infos.htm +++ b/src/templets/muban/article_infos.htm @@ -1,120 +1,120 @@ - - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-

{dede:field.title/}

-
-
{dede:field name='image'/}
-

所属区域:{dede:field.nativeplace/}

-

信息类型:{dede:field.infotype/}

-

点击数:...

-

发布时间:{dede:field.pubdate function="MyDate('y-m-d H:i',@me)"/}

-

截止日期:{dede:field.endtime function="MyDate('Y-m-d H:m',@me)" /}

-

联系人:{dede:field.linkman /}

-

联系电话:{dede:field.tel /}

-

电子邮箱:{dede:field.email/}

-

地址:{dede:field.address /}

-

信息描述

-
- {dede:field.body/} -
-
- - -
- - {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} - -
-
-
{dede:prenext get='pre'/}
-
{dede:prenext get='next'/}
-
-
-
- -
-
-
- - {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - - - + + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+

{dede:field.title/}

+
+
{dede:field name='image'/}
+

所属区域:{dede:field.nativeplace/}

+

信息类型:{dede:field.infotype/}

+

点击数:...

+

发布时间:{dede:field.pubdate function="MyDate('y-m-d H:i',@me)"/}

+

截止日期:{dede:field.endtime function="MyDate('Y-m-d H:m',@me)" /}

+

联系人:{dede:field.linkman /}

+

联系电话:{dede:field.tel /}

+

电子邮箱:{dede:field.email/}

+

地址:{dede:field.address /}

+

信息描述

+
+ {dede:field.body/} +
+
+ + +
+ + {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} + +
+
+
{dede:prenext get='pre'/}
+
{dede:prenext get='next'/}
+
+
+
+ +
+
+
+ + {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + + + diff --git a/src/templets/default/article_shop.htm b/src/templets/muban/article_shop.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/article_shop.htm rename to src/templets/muban/article_shop.htm index d1d06651..e0d42354 --- a/src/templets/default/article_shop.htm +++ b/src/templets/muban/article_shop.htm @@ -1,126 +1,126 @@ - - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-

{dede:field.title/}

-
-
{dede:field name='image'/}
-

商品原价:{dede:field.price/}

-

优惠价格:{dede:field.trueprice/}

-

品牌:{dede:field.brand/}

-

上架日期:{dede:field.pubdate function="MyDate('y-m-d H:i',@me)"/}

-

人气:...

-
- - - - -

购物车:查看购物车

-

购买:

-
-

商品介绍

-
- {dede:field.body/} -
-
- - -
- - {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} - -
-
-
{dede:prenext get='pre'/}
-
{dede:prenext get='next'/}
-
-
-
- -
-
-
- - {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - - + + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+

{dede:field.title/}

+
+
{dede:field name='image'/}
+

商品原价:{dede:field.price/}

+

优惠价格:{dede:field.trueprice/}

+

品牌:{dede:field.brand/}

+

上架日期:{dede:field.pubdate function="MyDate('y-m-d H:i',@me)"/}

+

人气:...

+
+ + + + +

购物车:查看购物车

+

购买:

+
+

商品介绍

+
+ {dede:field.body/} +
+
+ + +
+ + {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} + +
+
+
{dede:prenext get='pre'/}
+
{dede:prenext get='next'/}
+
+
+
+ +
+
+
+ + {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + + \ No newline at end of file diff --git a/src/templets/default/article_soft.htm b/src/templets/muban/article_soft.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/article_soft.htm rename to src/templets/muban/article_soft.htm index 82df76f5..abbb2ac4 --- a/src/templets/default/article_soft.htm +++ b/src/templets/muban/article_soft.htm @@ -1,129 +1,129 @@ - - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-

{dede:field.title/}

-
-
{dede:field name='image'/}
-

软件类型:{dede:field.softtype/}

-

授权方式:{dede:field.accredit/}

-

界面语言:{dede:field.language/}

-

软件大小:{dede:field.softsize/}

-

文件类型:{dede:field.filetype/}

-

运行环境:{dede:field.os/}

-

软件等级:{dede:field.softrank function='GetRankStar(@me)'/}

-

发布时间:{dede:field.pubdate function="GetDateMk('@me')"/}

-

官方网址:{dede:field.officialurl/}

-

演示网址:{dede:field.officialdemo/}

-

下载次数:

-

下载地址

-

-

    - {dede:field name='softlinks'/} -
-

-

下载说明

- -
- - -
- - {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} - -
-
-
{dede:prenext get='pre'/}
-
{dede:prenext get='next'/}
-
-
-
- -
-
-
- - {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - - - + + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+

{dede:field.title/}

+
+
{dede:field name='image'/}
+

软件类型:{dede:field.softtype/}

+

授权方式:{dede:field.accredit/}

+

界面语言:{dede:field.language/}

+

软件大小:{dede:field.softsize/}

+

文件类型:{dede:field.filetype/}

+

运行环境:{dede:field.os/}

+

软件等级:{dede:field.softrank function='GetRankStar(@me)'/}

+

发布时间:{dede:field.pubdate function="GetDateMk('@me')"/}

+

官方网址:{dede:field.officialurl/}

+

演示网址:{dede:field.officialdemo/}

+

下载次数:

+

下载地址

+

+

    + {dede:field name='softlinks'/} +
+

+

下载说明

+ +
+ + +
+ + {dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/} + +
+
+
{dede:prenext get='pre'/}
+
{dede:prenext get='next'/}
+
+
+
+ +
+
+
+ + {dede:include comment='文档评论模块' file='widget_article_feedback.htm' /} + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + + + diff --git a/src/templets/default/article_spec.htm b/src/templets/muban/article_spec.htm old mode 100755 new mode 100644 similarity index 96% rename from src/templets/default/article_spec.htm rename to src/templets/muban/article_spec.htm index a8a33429..e609b843 --- a/src/templets/default/article_spec.htm +++ b/src/templets/muban/article_spec.htm @@ -1,81 +1,81 @@ - - - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-

{dede:field.title/}

- - -
- {dede:field.note/} -
- -
- {dede:field.body/} (责任编辑:{dede:adminname/}) -
- - -
- - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+

{dede:field.title/}

+ + +
+ {dede:field.note/} +
+ +
+ {dede:field.body/} (责任编辑:{dede:adminname/}) +
+ + +
+ + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/footer.htm b/src/templets/muban/footer.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/footer.htm rename to src/templets/muban/footer.htm index c0e96ed7..8d8cc144 --- a/src/templets/default/footer.htm +++ b/src/templets/muban/footer.htm @@ -1,43 +1,43 @@ - - -
- -
- - - - - - + + +
+ +
+ + + + + + diff --git a/src/templets/default/googlemap.htm b/src/templets/muban/googlemap.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/googlemap.htm rename to src/templets/muban/googlemap.htm index 67f61875..a384210a --- a/src/templets/default/googlemap.htm +++ b/src/templets/muban/googlemap.htm @@ -1,4 +1,4 @@ - - -{dede:freelist/} - + + +{dede:freelist/} + diff --git a/src/templets/default/header.htm b/src/templets/muban/header.htm similarity index 100% rename from src/templets/default/header.htm rename to src/templets/muban/header.htm diff --git a/src/templets/default/index.htm b/src/templets/muban/index.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/index.htm rename to src/templets/muban/index.htm index 18686201..f6c4354e --- a/src/templets/default/index.htm +++ b/src/templets/muban/index.htm @@ -1,152 +1,152 @@ - - - - - - - - - - - - {dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
-
-
-
- -
- -
-
-
-
-
推荐头条
-
-
-
    - {dede:arclist flag='h' titlelen='100' row='7' orderby='pubdate'} -
  • [field:title/] -
  • - {/dede:arclist} -
-
-
- -
-
-
-
-
-
-
-
-

图文资讯

-
-
-
-
- {dede:arclist row=4 orderby=pubdate type='image.'} - - {/dede:arclist} -
- -
-
- -
- {dede:channelartlist} -
-
- -
    - {dede:arclist titlelen='60' row='8'} -
  • [field:title/] -
  • - {/dede:arclist} -
-
-
- {/dede:channelartlist} -
- -
- -
-
- - - - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + + {dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+
+
+
+ +
+ +
+
+
+
+
推荐头条
+
+
+
    + {dede:arclist flag='h' titlelen='100' row='7' orderby='pubdate'} +
  • [field:title/] +
  • + {/dede:arclist} +
+
+
+ +
+
+
+
+
+
+
+
+

图文资讯

+
+
+
+
+ {dede:arclist row=4 orderby=pubdate type='image.'} + + {/dede:arclist} +
+ +
+
+ +
+ {dede:channelartlist} +
+
+ +
    + {dede:arclist titlelen='60' row='8'} +
  • [field:title/] +
  • + {/dede:arclist} +
+
+
+ {/dede:channelartlist} +
+ +
+ +
+
+ + + + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/index_article.htm b/src/templets/muban/index_article.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/index_article.htm rename to src/templets/muban/index_article.htm index 227c80de..9b93c742 --- a/src/templets/default/index_article.htm +++ b/src/templets/muban/index_article.htm @@ -1,80 +1,80 @@ - - - - - - - - - - - - {dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-
- {dede:channelartlist} -
-
- -
    - {dede:arclist titlelen='60' row='8'} -
  • [field:title/] -
  • - {/dede:arclist} -
-
-
- {/dede:channelartlist} -
- -
- -
-
- - - {dede:include filename="footer.htm"/} - - - - + + + + + + + + + + + + {dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+
+ {dede:channelartlist} +
+
+ +
    + {dede:arclist titlelen='60' row='8'} +
  • [field:title/] +
  • + {/dede:arclist} +
+
+
+ {/dede:channelartlist} +
+ +
+ +
+
+ + + {dede:include filename="footer.htm"/} + + + + diff --git a/src/templets/default/index_default.htm b/src/templets/muban/index_default.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/index_default.htm rename to src/templets/muban/index_default.htm index 21538f52..dcf3cc01 --- a/src/templets/default/index_default.htm +++ b/src/templets/muban/index_default.htm @@ -1,81 +1,81 @@ - - - - - - - - - - - - {dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
- -
-
-
- {dede:channelartlist} -
-
- -
    - {dede:arclist titlelen='60' row='8'} -
  • [field:title/] -
  • - {/dede:arclist} -
-
-
- {/dede:channelartlist} -
- -
- -
-
- - - {dede:include filename="footer.htm"/} - - - - + + + + + + + + + + + + {dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+ +
+
+
+ {dede:channelartlist} +
+
+ +
    + {dede:arclist titlelen='60' row='8'} +
  • [field:title/] +
  • + {/dede:arclist} +
+
+
+ {/dede:channelartlist} +
+ +
+ +
+
+ + + {dede:include filename="footer.htm"/} + + + + diff --git a/src/templets/default/index_default_sg.htm b/src/templets/muban/index_default_sg.htm old mode 100755 new mode 100644 similarity index 96% rename from src/templets/default/index_default_sg.htm rename to src/templets/muban/index_default_sg.htm index 0a13d3e7..47425b27 --- a/src/templets/default/index_default_sg.htm +++ b/src/templets/muban/index_default_sg.htm @@ -1,79 +1,79 @@ - - - - - - - - - - - - {dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-
- {dede:channelartlist} -
-
- -
    - {dede:arclistsg titlelen='60' row='8'} -
  • [field:title/] -
  • - {/dede:arclistsg} -
-
-
- {/dede:channelartlist} -
- -
- -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + + {dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+
+ {dede:channelartlist} +
+
+ +
    + {dede:arclistsg titlelen='60' row='8'} +
  • [field:title/] +
  • + {/dede:arclistsg} +
+
+
+ {/dede:channelartlist} +
+ +
+ +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/index_image.htm b/src/templets/muban/index_image.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/index_image.htm rename to src/templets/muban/index_image.htm index f8dd71c7..595fb01e --- a/src/templets/default/index_image.htm +++ b/src/templets/muban/index_image.htm @@ -1,86 +1,86 @@ - - - - - - - - - - - - {dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-
- {dede:channelartlist} -
-
- -
- {dede:arclist row=4} - - {/dede:arclist} -
-
-
- {/dede:channelartlist} -
- -
- -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + + {dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+
+ {dede:channelartlist} +
+
+ +
+ {dede:arclist row=4} + + {/dede:arclist} +
+
+
+ {/dede:channelartlist} +
+ +
+ +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/index_infos.htm b/src/templets/muban/index_infos.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/index_infos.htm rename to src/templets/muban/index_infos.htm index da454ec3..f6fcfc26 --- a/src/templets/default/index_infos.htm +++ b/src/templets/muban/index_infos.htm @@ -1,80 +1,80 @@ - - - - - - - - - - - - {dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-
- {dede:channelartlist} -
-
- -
    - {dede:arclistsg titlelen='60' row='8'} -
  • [field:title/] -
  • - {/dede:arclistsg} -
-
-
- {/dede:channelartlist} -
- -
- -
-
- - - {dede:include filename="footer.htm"/} - - - - + + + + + + + + + + + + {dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+
+ {dede:channelartlist} +
+
+ +
    + {dede:arclistsg titlelen='60' row='8'} +
  • [field:title/] +
  • + {/dede:arclistsg} +
+
+
+ {/dede:channelartlist} +
+ +
+ +
+
+ + + {dede:include filename="footer.htm"/} + + + + diff --git a/src/templets/default/index_shop.htm b/src/templets/muban/index_shop.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/index_shop.htm rename to src/templets/muban/index_shop.htm index 1003f0c9..324474dd --- a/src/templets/default/index_shop.htm +++ b/src/templets/muban/index_shop.htm @@ -1,79 +1,79 @@ - - - - - - - - - - - - {dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-
- {dede:channelartlist} -
-
- -
    - {dede:arclist titlelen='60' row='8'} -
  • [field:title/] -
  • - {/dede:arclist} -
-
-
- {/dede:channelartlist} -
- -
- -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + + {dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+
+ {dede:channelartlist} +
+
+ +
    + {dede:arclist titlelen='60' row='8'} +
  • [field:title/] +
  • + {/dede:arclist} +
+
+
+ {/dede:channelartlist} +
+ +
+ +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/index_soft.htm b/src/templets/muban/index_soft.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/index_soft.htm rename to src/templets/muban/index_soft.htm index 1003f0c9..324474dd --- a/src/templets/default/index_soft.htm +++ b/src/templets/muban/index_soft.htm @@ -1,79 +1,79 @@ - - - - - - - - - - - - {dede:global.cfg_webname/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-
- {dede:channelartlist} -
-
- -
    - {dede:arclist titlelen='60' row='8'} -
  • [field:title/] -
  • - {/dede:arclist} -
-
-
- {/dede:channelartlist} -
- -
- -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + + {dede:global.cfg_webname/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+
+ {dede:channelartlist} +
+
+ +
    + {dede:arclist titlelen='60' row='8'} +
  • [field:title/] +
  • + {/dede:arclist} +
+
+
+ {/dede:channelartlist} +
+ +
+ +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/list_article.htm b/src/templets/muban/list_article.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/list_article.htm rename to src/templets/muban/list_article.htm index dda002f5..603d6469 --- a/src/templets/default/list_article.htm +++ b/src/templets/muban/list_article.htm @@ -1,88 +1,88 @@ - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
- - - - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+ + + + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/list_default.htm b/src/templets/muban/list_default.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/list_default.htm rename to src/templets/muban/list_default.htm index 5b358bf6..9210f3a4 --- a/src/templets/default/list_default.htm +++ b/src/templets/muban/list_default.htm @@ -1,88 +1,88 @@ - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
- - - - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+ + + + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/list_default_sg.htm b/src/templets/muban/list_default_sg.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/list_default_sg.htm rename to src/templets/muban/list_default_sg.htm index 43ce5d19..c32e21c3 --- a/src/templets/default/list_default_sg.htm +++ b/src/templets/muban/list_default_sg.htm @@ -1,88 +1,88 @@ - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
- - - - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+ + + + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/list_free.htm b/src/templets/muban/list_free.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/list_free.htm rename to src/templets/muban/list_free.htm index 7bb3ea13..39e968b9 --- a/src/templets/default/list_free.htm +++ b/src/templets/muban/list_free.htm @@ -1,69 +1,69 @@ - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
-
    - {dede:freelist/} -
- - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - - + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+
    + {dede:freelist/} +
+ + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + + diff --git a/src/templets/default/list_image.htm b/src/templets/muban/list_image.htm old mode 100755 new mode 100644 similarity index 96% rename from src/templets/default/list_image.htm rename to src/templets/muban/list_image.htm index 8f7ec72e..97ee0ac3 --- a/src/templets/default/list_image.htm +++ b/src/templets/muban/list_image.htm @@ -1,82 +1,82 @@ - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
- -
- {dede:list pagesize='12'} - - {/dede:list} -
- - - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+ +
+ {dede:list pagesize='12'} + + {/dede:list} +
+ + + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/list_infos.htm b/src/templets/muban/list_infos.htm old mode 100755 new mode 100644 similarity index 96% rename from src/templets/default/list_infos.htm rename to src/templets/muban/list_infos.htm index b6581b77..60f16249 --- a/src/templets/default/list_infos.htm +++ b/src/templets/muban/list_infos.htm @@ -1,147 +1,147 @@ - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} - - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
- {dede:infolink} - - - - - - - - - - - - - - - - {/dede:infolink} - - - - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} + + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+ {dede:infolink} + + + + + + + + + + + + + + + + {/dede:infolink} + + + + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/list_shop.htm b/src/templets/muban/list_shop.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/list_shop.htm rename to src/templets/muban/list_shop.htm index a304593c..edd874a1 --- a/src/templets/default/list_shop.htm +++ b/src/templets/muban/list_shop.htm @@ -1,90 +1,90 @@ - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
- -
    - {dede:list pagesize='10'} -
  • - [field:title/] -
    - - -
    - 日期:[field:pubdate function="MyDate('Y-m-d', @me)"/] 价格:[field:trueprice/] 品牌:[field:brand/] 人气:[field:click/] -
    -
    -
  • - {/dede:list} - -
- - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+ +
    + {dede:list pagesize='10'} +
  • + [field:title/] +
    + + +
    + 日期:[field:pubdate function="MyDate('Y-m-d', @me)"/] 价格:[field:trueprice/] 品牌:[field:brand/] 人气:[field:click/] +
    +
    +
  • + {/dede:list} + +
+ + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/list_soft.htm b/src/templets/muban/list_soft.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/list_soft.htm rename to src/templets/muban/list_soft.htm index 3f7ab1d4..963ae118 --- a/src/templets/default/list_soft.htm +++ b/src/templets/muban/list_soft.htm @@ -1,90 +1,90 @@ - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
- -
    - {dede:list pagesize='10'} -
  • - [field:title/] -
    - - -
    - 上传日期:[field:pubdate function="MyDate('Y-m-d', @me)"/] 推荐级别:[field:softrank function='GetRankStar(@me)'/] 软件语言:[field:language/] -
    -
    -
  • - {/dede:list} - -
- - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+ +
    + {dede:list pagesize='10'} +
  • + [field:title/] +
    + + +
    + 上传日期:[field:pubdate function="MyDate('Y-m-d', @me)"/] 推荐级别:[field:softrank function='GetRankStar(@me)'/] 软件语言:[field:language/] +
    +
    +
  • + {/dede:list} + +
+ + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/list_spec.htm b/src/templets/muban/list_spec.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/list_spec.htm rename to src/templets/muban/list_spec.htm index 6478ae2d..fa4774e4 --- a/src/templets/default/list_spec.htm +++ b/src/templets/muban/list_spec.htm @@ -1,91 +1,91 @@ - - - - - - - - - - - 专题_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
- - - - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + 专题_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+ + + + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/navbar.htm b/src/templets/muban/navbar.htm similarity index 100% rename from src/templets/default/navbar.htm rename to src/templets/muban/navbar.htm diff --git a/src/templets/default/search.htm b/src/templets/muban/search.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/search.htm rename to src/templets/muban/search.htm index e9611944..73418d8e --- a/src/templets/default/search.htm +++ b/src/templets/muban/search.htm @@ -1,82 +1,82 @@ - - - - - - - - - - - 搜索页_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
-
- - - - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + 搜索页_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+
+ + + + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/singlepage.htm b/src/templets/muban/singlepage.htm old mode 100755 new mode 100644 similarity index 96% rename from src/templets/default/singlepage.htm rename to src/templets/muban/singlepage.htm index 4097d7bc..8c41dbc5 --- a/src/templets/default/singlepage.htm +++ b/src/templets/muban/singlepage.htm @@ -1,56 +1,56 @@ - - - - -{dede:field.title/}_{dede:global.cfg_webname/} - - - - - - -{dede:include filename="head.htm"/} - - - -
-
-
- 当前位置: 主页>{dede:field name='title'/} -
-
-
-

{dede:field.title/}

-
-
-   {dede:field.body/} -
-
-
- -
-
-
-
相关页面
-
- -
-
-
-
-
- -{dede:include filename="footer.htm"/} - - - - + + + + +{dede:field.title/}_{dede:global.cfg_webname/} + + + + + + +{dede:include filename="head.htm"/} + + + +
+
+
+ 当前位置: 主页>{dede:field name='title'/} +
+
+
+

{dede:field.title/}

+
+
+   {dede:field.body/} +
+
+
+ +
+
+
+
相关页面
+
+ +
+
+
+
+
+ +{dede:include filename="footer.htm"/} + + + + diff --git a/src/templets/default/tag.htm b/src/templets/muban/tag.htm old mode 100755 new mode 100644 similarity index 96% rename from src/templets/default/tag.htm rename to src/templets/muban/tag.htm index fd5c9ebd..30b28904 --- a/src/templets/default/tag.htm +++ b/src/templets/muban/tag.htm @@ -1,141 +1,141 @@ - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} - - - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
- -
- -
-
-
-
最新标签
-
-
-
- {dede:tag row='120' sort='new'} - [field:tag /] - {/dede:tag} -
-
- -
-
-
-
当月热门标签
-
-
-
- {dede:tag row='120' sort='month'} - [field:tag /] - {/dede:tag} -
-
- -
-
-
-
随机标签
-
-
-
- {dede:tag row='120' sort='rand'} - [field:tag /] - {/dede:tag} -
-
- -
- -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} + + + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+ +
+ +
+
+
+
最新标签
+
+
+
+ {dede:tag row='120' sort='new'} + [field:tag /] + {/dede:tag} +
+
+ +
+
+
+
当月热门标签
+
+
+
+ {dede:tag row='120' sort='month'} + [field:tag /] + {/dede:tag} +
+
+ +
+
+
+
随机标签
+
+
+
+ {dede:tag row='120' sort='rand'} + [field:tag /] + {/dede:tag} +
+
+ +
+ +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/taglist.htm b/src/templets/muban/taglist.htm old mode 100755 new mode 100644 similarity index 97% rename from src/templets/default/taglist.htm rename to src/templets/muban/taglist.htm index 532a6bfc..1441e799 --- a/src/templets/default/taglist.htm +++ b/src/templets/muban/taglist.htm @@ -1,88 +1,88 @@ - - - - - - - - - - - {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} - - - - - - {dede:include filename="top.htm"/} - - {dede:include filename="header.htm"/} - - {dede:include filename="navbar.htm"/} - -
-
- -
- -
- -
-
- -
- - - - -
- - - - - -
-
- - - {dede:include filename="footer.htm"/} - - + + + + + + + + + + + {dede:field.title/}_{dede:global.cfg_webname/} - {dede:global.cfg_welcome/} + + + + + + {dede:include filename="top.htm"/} + + {dede:include filename="header.htm"/} + + {dede:include filename="navbar.htm"/} + +
+
+ +
+ +
+ +
+
+ +
+ + + + +
+ + + + + +
+
+ + + {dede:include filename="footer.htm"/} + + \ No newline at end of file diff --git a/src/templets/default/top.htm b/src/templets/muban/top.htm similarity index 100% rename from src/templets/default/top.htm rename to src/templets/muban/top.htm diff --git a/src/templets/default/widget_article_digg.htm b/src/templets/muban/widget_article_digg.htm similarity index 100% rename from src/templets/default/widget_article_digg.htm rename to src/templets/muban/widget_article_digg.htm diff --git a/src/templets/default/widget_article_feedback.htm b/src/templets/muban/widget_article_feedback.htm similarity index 100% rename from src/templets/default/widget_article_feedback.htm rename to src/templets/muban/widget_article_feedback.htm diff --git a/src/templets/default/widget_channels.htm b/src/templets/muban/widget_channels.htm similarity index 100% rename from src/templets/default/widget_channels.htm rename to src/templets/muban/widget_channels.htm diff --git a/src/templets/default/widget_hot.htm b/src/templets/muban/widget_hot.htm similarity index 100% rename from src/templets/default/widget_hot.htm rename to src/templets/muban/widget_hot.htm diff --git a/src/templets/default/widget_hot_sg.htm b/src/templets/muban/widget_hot_sg.htm similarity index 100% rename from src/templets/default/widget_hot_sg.htm rename to src/templets/muban/widget_hot_sg.htm diff --git a/src/templets/default/widget_qrcode.htm b/src/templets/muban/widget_qrcode.htm similarity index 100% rename from src/templets/default/widget_qrcode.htm rename to src/templets/muban/widget_qrcode.htm diff --git a/src/templets/default/widget_recommend.htm b/src/templets/muban/widget_recommend.htm similarity index 100% rename from src/templets/default/widget_recommend.htm rename to src/templets/muban/widget_recommend.htm diff --git a/src/templets/default/widget_recommend_sg.htm b/src/templets/muban/widget_recommend_sg.htm similarity index 100% rename from src/templets/default/widget_recommend_sg.htm rename to src/templets/muban/widget_recommend_sg.htm diff --git a/src/templets/default/widget_vote.htm b/src/templets/muban/widget_vote.htm similarity index 100% rename from src/templets/default/widget_vote.htm rename to src/templets/muban/widget_vote.htm