diff --git a/src/admin/dialog/select_images.php b/src/admin/dialog/select_images.php index f0e5569d..1d779940 100644 --- a/src/admin/dialog/select_images.php +++ b/src/admin/dialog/select_images.php @@ -158,7 +158,7 @@ html{background:#f6f6f6} 点击图片预览,点击图片名选择图片,显示图片后点击该图片关闭预览 - 预览 + 预览 选择图片 文件大小 修改时间 diff --git a/src/admin/freelist_main.php b/src/admin/freelist_main.php index 02d0266d..f4034340 100644 --- a/src/admin/freelist_main.php +++ b/src/admin/freelist_main.php @@ -26,15 +26,13 @@ if (empty($keyword)) $addsql = " where title like '%$keyword%' "; } //重载列表 -if ($dopost=='getlist') -{ +if ($dopost=='getlist') { AjaxHead(); GetTagList($dsql,$pageno,$pagesize,$orderby); exit(); } //删除字段 -else if ($dopost=='del') -{ +else if ($dopost=='del') { $aid = preg_replace("#[^0-9]#", "", $aid); $dsql->ExecuteNoneQuery("DELETE FROM `#@__freelist` WHERE aid='$aid'; "); AjaxHead(); @@ -42,8 +40,7 @@ else if ($dopost=='del') exit(); } //第一次进入这个页面 -if ($dopost=='') -{ +if ($dopost=='') { $row = $dsql->GetOne("SELECT COUNT(*) AS dd FROM `#@__freelist` $addsql "); $totalRow = $row['dd']; include(DEDEADMIN."/templets/freelist_main.htm"); @@ -60,15 +57,15 @@ function GetTagList($dsql,$pageno,$pagesize,$orderby='aid') { global $cfg_phpurl,$addsql; $start = ($pageno-1) * $pagesize; - $printhead =" + $printhead =" - + - - + + - \r\n"; + "; echo $printhead; $dsql->SetQuery("SELECT aid,title,templet,click,edtime,namerule,listdir,defaultpage,nodefault FROM `#@__freelist` $addsql ORDER BY $orderby DESC LIMIT $start,$pagesize"); $dsql->Execute(); @@ -77,17 +74,17 @@ function GetTagList($dsql,$pageno,$pagesize,$orderby='aid') $listurl = GetFreeListUrl($row['aid'],$row['namerule'],$row['listdir'],$row['defaultpage'],$row['nodefault']); $line = " - - - + + + - "; + "; echo $line; } -} -?> \ No newline at end of file + echo "
idid 列表名称 模板文件点击创建时间点击创建时间 管理
{$row['aid']} {$row['title']} {$row['templet']} {$row['click']} {$row['title']}{$row['templet']}{$row['click']} ".MyDate("y-m-d",$row['edtime'])." 修改 更新 删除
"; +} \ No newline at end of file diff --git a/src/admin/search_keywords_main.php b/src/admin/search_keywords_main.php index 1a2c639f..6ae14fd5 100644 --- a/src/admin/search_keywords_main.php +++ b/src/admin/search_keywords_main.php @@ -60,25 +60,24 @@ function GetKeywordList($dsql, $pageno, $pagesize, $orderby = 'aid') $start = ($pageno - 1) * $pagesize; $printhead = "
+ - + - + - \r\n - "; + "; echo $printhead; if ($orderby == 'result') $orderby = $orderby." ASC"; else $orderby = $orderby." DESC"; $dsql->SetQuery("SELECT * FROM `#@__search_keywords` ORDER BY $orderby LIMIT $start,$pagesize "); $dsql->Execute(); while ($row = $dsql->GetArray()) { - $line = " - + $line = " @@ -90,17 +89,15 @@ function GetKeywordList($dsql, $pageno, $pagesize, $orderby = 'aid') 更新删除 - - "; + "; echo $line; } - echo " + echo " - \r\n"; - echo "\r\n"; -} -?> \ No newline at end of file + "; + echo "
选择选择 id 关键词 分词结果 频率 结果最后搜索时间最后搜索时间 管理
{$row['aid']}
反选 取消 删除
"; +} \ No newline at end of file diff --git a/src/admin/templets/ad_main.htm b/src/admin/templets/ad_main.htm index 5753f0a3..9d92320b 100644 --- a/src/admin/templets/ad_main.htm +++ b/src/admin/templets/ad_main.htm @@ -34,13 +34,13 @@ 广告管理 - id + id 分类 广告名称 投放范围 是否限时 结束时间 - 管理 + 管理 {dede:datalist empty='
暂无内容
'} diff --git a/src/admin/templets/article_coonepage_rule.htm b/src/admin/templets/article_coonepage_rule.htm index 0a70bbd8..fd5c240f 100644 --- a/src/admin/templets/article_coonepage_rule.htm +++ b/src/admin/templets/article_coonepage_rule.htm @@ -77,12 +77,12 @@
- id - 选择 + id + 选择 网址 编码 网站名称 - 操作 + 操作 {dede:datalist empty='
暂无内容
'} diff --git a/src/admin/templets/article_keywords_main.htm b/src/admin/templets/article_keywords_main.htm index 5055c53a..5db459ed 100644 --- a/src/admin/templets/article_keywords_main.htm +++ b/src/admin/templets/article_keywords_main.htm @@ -35,11 +35,11 @@ 文档关键词维护 - 选择 + 选择 关键词 链接网址 频率 - 管理 + 管理 @@ -49,9 +49,9 @@ {dede:field.keyword/} - + - + diff --git a/src/admin/templets/cards_manmage.htm b/src/admin/templets/cards_manmage.htm index b2413346..20bca9cf 100644 --- a/src/admin/templets/cards_manmage.htm +++ b/src/admin/templets/cards_manmage.htm @@ -58,13 +58,13 @@ - 选择 + 选择 卡号 点卡类型 生成日期 使用日期 - 状态 - 使用会员 + 状态 + 使用会员 {dede:datalist empty='
暂无内容
'} diff --git a/src/admin/templets/content_i_list.htm b/src/admin/templets/content_i_list.htm index 826806dc..b4b01319 100644 --- a/src/admin/templets/content_i_list.htm +++ b/src/admin/templets/content_i_list.htm @@ -67,7 +67,7 @@ 类目 权限 发布人 - HTML + 网页 点击 diff --git a/src/admin/templets/content_list.htm b/src/admin/templets/content_list.htm index 311ce21b..a521d790 100644 --- a/src/admin/templets/content_list.htm +++ b/src/admin/templets/content_list.htm @@ -75,7 +75,7 @@ 更新时间 类目 点击 - HTML + 网页 权限 发布人 操作 diff --git a/src/admin/templets/content_s_list.htm b/src/admin/templets/content_s_list.htm index e3fd4980..73b73391 100644 --- a/src/admin/templets/content_s_list.htm +++ b/src/admin/templets/content_s_list.htm @@ -117,12 +117,12 @@ id - 选择 + 选择 文档标题 更新时间 类目 点击 - HTML + 网页 权限 属性 diff --git a/src/admin/templets/content_select_list.htm b/src/admin/templets/content_select_list.htm index d8444c72..c66eac3d 100644 --- a/src/admin/templets/content_select_list.htm +++ b/src/admin/templets/content_select_list.htm @@ -55,14 +55,14 @@ id - 选择 + 选择 文档标题 更新时间 - 类目 - 点击 - HTML + 类目 + 点击 + 网页 权限 - 属性 + 属性 {dede:datalist empty='
暂无内容
'} diff --git a/src/admin/templets/feedback_main.htm b/src/admin/templets/feedback_main.htm index c92248b5..87be87cf 100644 --- a/src/admin/templets/feedback_main.htm +++ b/src/admin/templets/feedback_main.htm @@ -88,7 +88,7 @@ {dede:datalist empty='
暂无内容
'} - 选择 + 选择 用户:{dede:field.username/} {dede:field.ischeck function="IsCheck(@me)"/} 文档:{dede:field.arctitle function="RemoveXSS(@me)"/} diff --git a/src/admin/templets/freelist_main.htm b/src/admin/templets/freelist_main.htm index dff1ff7a..1bfed283 100644 --- a/src/admin/templets/freelist_main.htm +++ b/src/admin/templets/freelist_main.htm @@ -66,39 +66,38 @@ function ReloadPageNum(startnum) { var ListArea = $Obj('pagelist'); var pagenum = Math.ceil(totalrow / pagesize); - var listsize = 3; + var listsize = 6; var ahtml = ""; } @@ -107,7 +106,7 @@
- + @@ -118,11 +117,13 @@
- + -
+
自由列表管理自由列表管理
+
+ - - + - - - + + + {dede:datalist empty=''} diff --git a/src/admin/templets/log_list.htm b/src/admin/templets/log_list.htm index e9ce0aae..bdf597f0 100644 --- a/src/admin/templets/log_list.htm +++ b/src/admin/templets/log_list.htm @@ -70,13 +70,13 @@ - - - - - + + + + + - + {dede:datalist empty=''} diff --git a/src/admin/templets/media_main.htm b/src/admin/templets/media_main.htm index cb7e3ae7..abf3228c 100644 --- a/src/admin/templets/media_main.htm +++ b/src/admin/templets/media_main.htm @@ -78,13 +78,13 @@ - + - - + + {dede:datalist empty=''} diff --git a/src/admin/templets/member_operations.htm b/src/admin/templets/member_operations.htm index c13523d7..50367329 100644 --- a/src/admin/templets/member_operations.htm +++ b/src/admin/templets/member_operations.htm @@ -74,14 +74,14 @@ - + - - - + + + {dede:datalist empty=''} diff --git a/src/admin/templets/module_edit.htm b/src/admin/templets/module_edit.htm index 368339bd..0b28df69 100644 --- a/src/admin/templets/module_edit.htm +++ b/src/admin/templets/module_edit.htm @@ -97,7 +97,7 @@
+
diff --git a/src/admin/templets/friendlink_main.htm b/src/admin/templets/friendlink_main.htm index 8ccd60dd..68fca822 100644 --- a/src/admin/templets/friendlink_main.htm +++ b/src/admin/templets/friendlink_main.htm @@ -69,13 +69,13 @@
选择网站名称网站名称 网站Logo 站长Email 时间状态顺序管理状态顺序管理
暂无内容
管理系统日志
选择管理员访问文件方式访问IP选择管理员访问文件方式访问ip 时间Query参数Query参数
暂无内容
附件数据管理
选择选择 文件标题 文件大小 上传会员 上传时间文件类型管理文件类型管理
暂无内容
会员消费管理
选择选择 订单号 产品名称 产品类型 生成日期金额状态会员金额状态会员
暂无内容
+ 如果需要带网页格式,请编译后点击修改时使用网页 diff --git a/src/admin/templets/module_make.htm b/src/admin/templets/module_make.htm index 17b09308..6cedc12b 100644 --- a/src/admin/templets/module_make.htm +++ b/src/admin/templets/module_make.htm @@ -96,7 +96,7 @@ + 如果需要带网页格式,请编译后点击修改时使用网页 diff --git a/src/admin/templets/mychannel_main.htm b/src/admin/templets/mychannel_main.htm index 7c84b78c..2b874da5 100644 --- a/src/admin/templets/mychannel_main.htm +++ b/src/admin/templets/mychannel_main.htm @@ -31,7 +31,7 @@ - + {dede:datalist empty=' diff --git a/src/admin/templets/recycling.htm b/src/admin/templets/recycling.htm index e422252c..ba6611ad 100644 --- a/src/admin/templets/recycling.htm +++ b/src/admin/templets/recycling.htm @@ -74,12 +74,12 @@ - + - - + + {dede:datalist empty=''} diff --git a/src/admin/templets/search_keywords_main.htm b/src/admin/templets/search_keywords_main.htm index d087ee58..e6366b54 100644 --- a/src/admin/templets/search_keywords_main.htm +++ b/src/admin/templets/search_keywords_main.htm @@ -1,17 +1,17 @@ - + 搜索关键词管理 - + - + - -
使用协议或说明:
- 如果需要带HTML格式,请编译后点击修改时使用HTML
填写使用协议或说明:
- 如果需要带HTML格式,请编译后点击修改时使用HTML
识别id 附加表 状态模型模型 管理
id选择选择 文档标题 更新时间 类目点击操作点击操作
暂无内容
+ +
- + -
+
搜索关键词维护搜索关键词维护
+
+ - diff --git a/src/admin/templets/shops_operations.htm b/src/admin/templets/shops_operations.htm index 67233c4b..440230cc 100644 --- a/src/admin/templets/shops_operations.htm +++ b/src/admin/templets/shops_operations.htm @@ -89,7 +89,7 @@ - + diff --git a/src/admin/templets/sys_admin_user.htm b/src/admin/templets/sys_admin_user.htm index 78c971a1..5f34b4f1 100644 --- a/src/admin/templets/sys_admin_user.htm +++ b/src/admin/templets/sys_admin_user.htm @@ -29,7 +29,7 @@ - + diff --git a/src/admin/templets/sys_data.htm b/src/admin/templets/sys_data.htm index 25b79384..7e903be9 100644 --- a/src/admin/templets/sys_data.htm +++ b/src/admin/templets/sys_data.htm @@ -95,11 +95,11 @@ - + - + 其它数据表: - + - - - + + + - - + + 投票管理 - + - + {dede:datalist empty=''} diff --git a/src/system/archive/archives.class.php b/src/system/archive/archives.class.php index f4de87f8..84bbb886 100755 --- a/src/system/archive/archives.class.php +++ b/src/system/archive/archives.class.php @@ -775,11 +775,11 @@ class Archives if ($totalPage == 1) { return ""; } - $PageList = "
  • ".$totalPage."页
  • "; + $PageList = "
  • ".$totalPage."页
  • "; $nPage = $nowPage - 1; $lPage = $nowPage + 1; if ($nowPage == 1) { - $PageList .= "
  • 上一页
  • "; + $PageList .= "
  • 上一页
  • "; } else { if ($nPage == 1) { $PageList .= "
  • 上一页
  • "; @@ -842,11 +842,11 @@ class Archives if ($totalPage == 1) { return ""; } - $PageList = "
  • ".$totalPage."页:
  • "; + $PageList = "
  • ".$totalPage."页:
  • "; $nPage = $nowPage - 1; $lPage = $nowPage + 1; if ($nowPage == 1) { - $PageList .= "
  • 上一页
  • "; + $PageList .= "
  • 上一页
  • "; } else { if ($nPage == 1) { $PageList .= "
  • 上一页
  • "; diff --git a/src/system/archive/freelist.class.php b/src/system/archive/freelist.class.php index 30eb7e97..db4c6347 100755 --- a/src/system/archive/freelist.class.php +++ b/src/system/archive/freelist.class.php @@ -640,12 +640,12 @@ class FreeList } $totalpage = ceil($this->TotalResult / $this->pagesize); if ($totalpage <= 1 && $this->TotalResult > 0) { - return "
  • 1页".$this->TotalResult."条
  • "; + return "
  • 1页".$this->TotalResult."条
  • "; } if ($this->TotalResult == 0) { - return "
  • 0页".$this->TotalResult."条
  • "; + return "
  • 0页".$this->TotalResult."条
  • "; } - $maininfo = "
  • {$totalpage}页".$this->TotalResult."条
  • "; + $maininfo = "
  • {$totalpage}页".$this->TotalResult."条
  • "; $purl = $this->GetCurUrl(); $tnamerule = $this->GetMakeFileRule(); $tnamerule = preg_replace("#^(.*)\/#", '', $tnamerule); @@ -742,12 +742,12 @@ class FreeList } $totalpage = ceil($this->TotalResult / $this->pagesize); if ($totalpage <= 1 && $this->TotalResult > 0) { - return "
  • 1页".$this->TotalResult."条
  • "; + return "
  • 1页".$this->TotalResult."条
  • "; } if ($this->TotalResult == 0) { - return "
  • 0页".$this->TotalResult."条
  • "; + return "
  • 0页".$this->TotalResult."条
  • "; } - $maininfo = "
  • {$totalpage}页".$this->TotalResult."条
  • "; + $maininfo = "
  • {$totalpage}页".$this->TotalResult."条
  • "; $purl = $this->GetCurUrl(); $geturl = "lid=".$this->FreeID."&TotalResult=".$this->TotalResult."&"; $hidenform = "\r\n"; diff --git a/src/system/archive/listview.class.php b/src/system/archive/listview.class.php index f5dfad8c..567e0b28 100755 --- a/src/system/archive/listview.class.php +++ b/src/system/archive/listview.class.php @@ -806,13 +806,13 @@ class ListView } $totalpage = ceil($this->TotalResult / $this->pagesize); if ($totalpage <= 1 && $this->TotalResult > 0) { - return "
  • 1页".$this->TotalResult."条
  • \r\n"; + return "
  • 1页".$this->TotalResult."条
  • \r\n"; } if ($this->TotalResult == 0) { - return "
  • 0页".$this->TotalResult."条
  • \r\n"; + return "
  • 0页".$this->TotalResult."条
  • \r\n"; } $purl = $this->GetCurUrl(); - $maininfo = "
  • {$totalpage}页".$this->TotalResult."条
  • \r\n"; + $maininfo = "
  • {$totalpage}页".$this->TotalResult."条
  • \r\n"; $tnamerule = $this->GetMakeFileRule($this->Fields['id'], "list", $this->Fields['typedir'], $this->Fields['defaultname'], $this->Fields['namerule2']); //获得上一页和主页的链接 if ($this->PageNo != 1) { diff --git a/src/system/archive/searchview.class.php b/src/system/archive/searchview.class.php index ba54fdc2..9a54d6bd 100755 --- a/src/system/archive/searchview.class.php +++ b/src/system/archive/searchview.class.php @@ -648,10 +648,10 @@ class SearchView } $totalpage = ceil($this->TotalResult / $this->pagesize); if ($totalpage <= 1 && $this->TotalResult > 0) { - return "
  • 1页".$this->TotalResult."条
  • "; + return "
  • 1页".$this->TotalResult."条
  • "; } if ($this->TotalResult == 0) { - return "
  • 0页".$this->TotalResult."条
  • "; + return "
  • 0页".$this->TotalResult."条
  • "; } $purl = $this->GetCurUrl(); $oldkeyword = (empty($oldkeyword) ? $this->Keyword : $oldkeyword); @@ -659,7 +659,7 @@ class SearchView if ($this->TotalResult > $this->SearchMaxRc) { $totalpage = ceil($this->SearchMaxRc / $this->pagesize); } - $infos = "
  • {$totalpage}页".$this->TotalResult."条
  • \r\n"; + $infos = "
  • {$totalpage}页".$this->TotalResult."条
  • \r\n"; $geturl = "keyword=".urlencode($oldkeyword)."&searchtype=".$this->SearchType; $hidenform = "\r\n"; $geturl .= "&channeltype=".$this->ChannelType."&orderby=".$this->OrderBy; diff --git a/src/system/archive/sglistview.class.php b/src/system/archive/sglistview.class.php index b6984f33..ef4567a8 100755 --- a/src/system/archive/sglistview.class.php +++ b/src/system/archive/sglistview.class.php @@ -686,13 +686,13 @@ class SgListView } $totalpage = ceil($this->TotalResult / $this->pagesize); if ($totalpage <= 1 && $this->TotalResult > 0) { - return "
  • 1页".$this->TotalResult."条
  • "; + return "
  • 1页".$this->TotalResult."条
  • "; } if ($this->TotalResult == 0) { - return "
  • 0页".$this->TotalResult."条
  • "; + return "
  • 0页".$this->TotalResult."条
  • "; } $purl = $this->GetCurUrl(); - $maininfo = "
  • {$totalpage}页".$this->TotalResult."条
  • "; + $maininfo = "
  • {$totalpage}页".$this->TotalResult."条
  • "; $tnamerule = $this->GetMakeFileRule($this->Fields['id'], "list", $this->Fields['typedir'], $this->Fields['defaultname'], $this->Fields['namerule2']); $tnamerule = preg_replace("/^(.*)\//", '', $tnamerule); //获得上一页和主页的链接 @@ -794,10 +794,10 @@ class SgListView } $totalpage = ceil($this->TotalResult / $this->pagesize); if ($totalpage <= 1 && $this->TotalResult > 0) { - return "
  • 1页".$this->TotalResult."条
  • "; + return "
  • 1页".$this->TotalResult."条
  • "; } if ($this->TotalResult == 0) { - return "
  • 0页".$this->TotalResult."条
  • "; + return "
  • 0页".$this->TotalResult."条
  • "; } $purl = $this->GetCurUrl(); $geturl = "tid=".$this->TypeID."&TotalResult=".$this->TotalResult."&nativeplace=$nativeplace&infotype=$infotype&keyword=".urlencode($keyword)."&"; diff --git a/src/system/archive/taglist.class.php b/src/system/archive/taglist.class.php index f9421486..d91fe032 100755 --- a/src/system/archive/taglist.class.php +++ b/src/system/archive/taglist.class.php @@ -416,12 +416,12 @@ class TagList } $totalpage = $this->TotalPage; if ($totalpage <= 1 && $this->TotalResult > 0) { - return "
  • 1页".$this->TotalResult."条
  • "; + return "
  • 1页".$this->TotalResult."条
  • "; } if ($this->TotalResult == 0) { - return "
  • 0页".$this->TotalResult."条
  • "; + return "
  • 0页".$this->TotalResult."条
  • "; } - $maininfo = "
  • {$totalpage}页".$this->TotalResult."条
  • \r\n"; + $maininfo = "
  • {$totalpage}页".$this->TotalResult."条
  • \r\n"; $purl = $this->GetCurUrl(); $purl .= "?/".urlencode($this->Tag); //获得上一页和下一页的链接 @@ -491,12 +491,12 @@ class TagList } $totalpage = $this->TotalPage; if ($totalpage <= 1 && $this->TotalResult > 0) { - return "
  • 1页".$this->TotalResult."条
  • "; + return "
  • 1页".$this->TotalResult."条
  • "; } if ($this->TotalResult == 0) { - return "
  • 0页".$this->TotalResult."条
  • "; + return "
  • 0页".$this->TotalResult."条
  • "; } - $maininfo = "
  • {$totalpage}页".$this->TotalResult."条
  • \r\n"; + $maininfo = "
  • {$totalpage}页".$this->TotalResult."条
  • \r\n"; $purl = $this->tagsDir.'/'.$this->TagInfos['id']; //获得上一页和下一页的链接 if ($this->PageNo != 1) { diff --git a/src/system/datalistcp.class.php b/src/system/datalistcp.class.php index 50aae0dd..62d81711 100755 --- a/src/system/datalistcp.class.php +++ b/src/system/datalistcp.class.php @@ -237,12 +237,12 @@ class DataListCP //echo " {$totalpage}=={$this->totalResult}=={$this->pagesize}"; //无结果或只有一页的情况 if ($totalpage <= 1 && $this->totalResult > 0) { - return ""; + return ""; } if ($this->totalResult == 0) { - return ""; + return ""; } - $infos = "
  • {$lang_total}{$totalpage}{$lang_page}/{$this->totalResult}{$lang_record_number}
  • "; + $infos = "
  • {$lang_total}{$totalpage}{$lang_page}/{$this->totalResult}{$lang_record_number}
  • "; if ($this->totalResult != 0) { $this->getValues['totalresult'] = $this->totalResult; } @@ -259,13 +259,13 @@ class DataListCP $prepage .= "
  • $lang_pre_page
  • \n"; $indexpage = "
  • $lang_index_page
  • \n"; } else { - $indexpage = "
  • "."$lang_index_page \n"."
  • "; + $indexpage = "
  • "."$lang_index_page \n"."
  • "; } if ($this->pageNO != $totalpage && $totalpage > 1) { $nextpage .= "
  • $lang_next_page
  • \n"; $endpage = "
  • $lang_end_page
  • \n"; } else { - $endpage = "
  • $lang_end_page
  • \n"; + $endpage = "
  • $lang_end_page
  • \n"; } //获得数字链接 $listdd = "";
    + 商店订单记录
    选择选择 订单号 收货人 数量
    为了防止错误操作,系统不允许在管理界面删除超级管理员,如果确定要删除,请自行在数据表biz_admin中删除
    idid 名称 时间 频道
    选择 表名记录数记录数 操作 选择 表名记录数记录数 操作
    选择选择 表名记录数操作选择记录数操作选择 表名记录数操作记录数操作
    idid 投票名称 开始时间 结束时间 投票总数 状态管理管理
    暂无内容