Browse Source

优化会员模板,对应后台和会员管理

tags/6.1.7
xushubieli 2 years ago
parent
commit
4612022c49
100 changed files with 513 additions and 1162 deletions
  1. +1
    -1
      src/admin/ad_edit.php
  2. +1
    -1
      src/admin/templets/article_coonepage_rule.htm
  3. +1
    -2
      src/admin/templets/article_keywords_main.htm
  4. +1
    -1
      src/admin/templets/cards_make.htm
  5. +4
    -4
      src/admin/templets/cards_manmage.htm
  6. +1
    -1
      src/admin/templets/cards_type.htm
  7. +2
    -4
      src/admin/templets/catalog_add_quick.htm
  8. +2
    -4
      src/admin/templets/content_batch_up.htm
  9. +1
    -1
      src/admin/templets/content_i_list.htm
  10. +1
    -1
      src/admin/templets/content_list.htm
  11. +1
    -1
      src/admin/templets/content_s_list.htm
  12. +1
    -1
      src/admin/templets/content_sg_list.htm
  13. +2
    -2
      src/admin/templets/diy_edit.htm
  14. +2
    -2
      src/admin/templets/diy_field_edit.htm
  15. +1
    -1
      src/admin/templets/freelist_main.htm
  16. +1
    -1
      src/admin/templets/friendlink_add.htm
  17. +2
    -2
      src/admin/templets/friendlink_edit.htm
  18. +10
    -10
      src/admin/templets/index.htm
  19. +1
    -1
      src/admin/templets/log_list.htm
  20. +10
    -10
      src/admin/templets/login.htm
  21. +1
    -1
      src/admin/templets/makehtml_homepage.htm
  22. +2
    -2
      src/admin/templets/media_main.htm
  23. +56
    -60
      src/admin/templets/member_main.htm
  24. +21
    -20
      src/admin/templets/member_operations.htm
  25. +18
    -35
      src/admin/templets/member_pm.htm
  26. +31
    -33
      src/admin/templets/member_pmall.htm
  27. +32
    -36
      src/admin/templets/member_pmone.htm
  28. +1
    -1
      src/admin/templets/member_rank.htm
  29. +3
    -4
      src/admin/templets/member_scores.htm
  30. +4
    -6
      src/admin/templets/member_type.htm
  31. +1
    -1
      src/admin/templets/module_help.htm
  32. +1
    -1
      src/admin/templets/module_make.htm
  33. +2
    -3
      src/admin/templets/mychannel_add.htm
  34. +17
    -35
      src/admin/templets/mychannel_edit.htm
  35. +8
    -23
      src/admin/templets/mychannel_field_edit.htm
  36. +2
    -2
      src/admin/templets/mynews_add.htm
  37. +2
    -4
      src/admin/templets/mytag_tag_guide.htm
  38. +1
    -1
      src/admin/templets/plus_edit.htm
  39. +22
    -21
      src/admin/templets/shops_operations.htm
  40. +1
    -2
      src/admin/templets/soft_config.htm
  41. +1
    -1
      src/admin/templets/spec_add.htm
  42. +2
    -2
      src/admin/templets/spec_edit.htm
  43. +3
    -4
      src/admin/templets/sys_group_add.htm
  44. +3
    -4
      src/admin/templets/sys_group_edit.htm
  45. +1
    -1
      src/admin/templets/sys_passport.htm
  46. +1
    -2
      src/admin/templets/sys_payment.htm
  47. +1
    -2
      src/admin/templets/sys_payment_install.htm
  48. +1
    -1
      src/admin/templets/sys_sql_query.htm
  49. +1
    -1
      src/data/safe/inc_safe_config.php
  50. +2
    -2
      src/static/web/js/member_album.js
  51. +3
    -6
      src/theme/plus/car.htm
  52. +1
    -1
      src/theme/plus/carbuyaction.htm
  53. +1
    -4
      src/theme/plus/flink-add.htm
  54. +1
    -5
      src/theme/templets/advancedsearch.htm
  55. +4
    -10
      src/theme/templets/article_article.htm
  56. +9
    -41
      src/theme/templets/article_default.htm
  57. +9
    -41
      src/theme/templets/article_default_sg.htm
  58. +14
    -54
      src/theme/templets/article_image.htm
  59. +9
    -34
      src/theme/templets/article_infos.htm
  60. +8
    -35
      src/theme/templets/article_shop.htm
  61. +10
    -36
      src/theme/templets/article_soft.htm
  62. +4
    -23
      src/theme/templets/article_spec.htm
  63. +8
    -27
      src/theme/templets/index.htm
  64. +5
    -18
      src/theme/templets/index_article.htm
  65. +5
    -19
      src/theme/templets/index_default.htm
  66. +5
    -17
      src/theme/templets/index_default_sg.htm
  67. +4
    -15
      src/theme/templets/index_image.htm
  68. +5
    -18
      src/theme/templets/index_infos.htm
  69. +5
    -17
      src/theme/templets/index_shop.htm
  70. +5
    -17
      src/theme/templets/index_soft.htm
  71. +3
    -19
      src/theme/templets/list_article.htm
  72. +3
    -19
      src/theme/templets/list_default.htm
  73. +3
    -19
      src/theme/templets/list_default_sg.htm
  74. +4
    -18
      src/theme/templets/list_free.htm
  75. +3
    -19
      src/theme/templets/list_image.htm
  76. +3
    -20
      src/theme/templets/list_infos.htm
  77. +3
    -18
      src/theme/templets/list_shop.htm
  78. +3
    -19
      src/theme/templets/list_soft.htm
  79. +3
    -18
      src/theme/templets/list_spec.htm
  80. +0
    -1
      src/theme/templets/navbar.htm
  81. +3
    -17
      src/theme/templets/search.htm
  82. +1
    -6
      src/theme/templets/singlepage.htm
  83. +3
    -14
      src/theme/templets/tag.htm
  84. +3
    -16
      src/theme/templets/taglist.htm
  85. +2
    -4
      src/theme/templets/widget_article_digg.htm
  86. +1
    -5
      src/theme/templets/widget_article_feedback.htm
  87. +1
    -1
      src/theme/templets/widget_hot.htm
  88. +1
    -1
      src/theme/templets/widget_hot_sg.htm
  89. +1
    -3
      src/theme/templets/widget_qrcode.htm
  90. +1
    -1
      src/theme/templets/widget_recommend.htm
  91. +1
    -1
      src/theme/templets/widget_recommend_sg.htm
  92. +1
    -4
      src/theme/templets/widget_vote.htm
  93. +9
    -18
      src/user/templets/album_add.htm
  94. +16
    -28
      src/user/templets/album_edit.htm
  95. +6
    -12
      src/user/templets/archives_add.htm
  96. +7
    -13
      src/user/templets/archives_edit.htm
  97. +5
    -10
      src/user/templets/archives_sg_add.htm
  98. +6
    -12
      src/user/templets/archives_sg_edit.htm
  99. +6
    -12
      src/user/templets/article_add.htm
  100. +8
    -14
      src/user/templets/article_edit.htm

+ 1
- 1
src/admin/ad_edit.php View File

@@ -25,7 +25,7 @@ if ($dopost == 'delete') {
$showhtml .= "预览:<iframe name='testfrm' frameborder='0' src='ad_edit.php?aid={$aid}&dopost=testjs' id='testfrm' width='100%' height='200'></iframe>";
$row = $dsql->GetOne("SELECT tagname from `#@__myad` WHERE aid='$aid' ");
$showtag = '{'."dede:myad name='{$row['tagname']}'/".'}';
$info = "说明:如果嵌入的是织梦CMS广告标签,那将会解析成标签中的内容到页面,广告修改后需要重新生成<br>
$info = "说明:如果嵌入的是织梦CMS广告标签,那将会解析成标签中的内容到页面,广告修改后需要重新生成<br>
如果不希望重新生成所有页面,则直接调用JS代码即可
";
$wintitle = "广告管理-获取广告标签";


+ 1
- 1
src/admin/templets/article_coonepage_rule.htm View File

@@ -56,7 +56,7 @@
function DelNode(selid) {
if (selid == 0) selid = getCheckboxItem();
if (selid != '') {
if (window.confirm("您确实要删除这些条目么?")) location = "article_coonepage_rule.php?ids=" + selid + "&action=del";
if (window.confirm("您确实要删除这些条目")) location = "article_coonepage_rule.php?ids=" + selid + "&action=del";
} else {
ShowMsg("您没选择任何条目");
}


+ 1
- 2
src/admin/templets/article_keywords_main.htm View File

@@ -27,8 +27,7 @@
</head>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<div class="main">
<table width="98%" border="0" cellpadding="1" align='center' cellspacing="1"
class="table maintable table-bordered mt-3">
<table width="98%" border="0" cellpadding="1" align='center' cellspacing="1" class="table maintable table-bordered mt-3">
<tr>
<td height="26" colspan="6" background="../static/web/img/tbg.gif">
<table width="96%" border="0" class="table table-borderless">


+ 1
- 1
src/admin/templets/cards_make.htm View File

@@ -15,7 +15,7 @@
<td height="26" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'>
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td width="30%" style="padding-left:10px">点卡生成向导: </td>
<td width="30%" style="padding-left:10px">点卡生成向导:</td>
<td align="right">
<button type="button" name="ss1" onClick="location='cards_type.php';" class='btn btn-success btn-sm'>点卡产品分类</button>
<button type="button" name="ss2" onClick="location='cards_manage.php';" class='btn btn-success btn-sm'>点卡使用记录</button>


+ 4
- 4
src/admin/templets/cards_manmage.htm View File

@@ -30,7 +30,7 @@
function DelSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要删除的卡!\r\n");
alert("请选择要删除的卡");
return;
}
location.href = "cards_manage.php?dopost=delete&aids=" + nid;
@@ -43,14 +43,14 @@
<td height="26" colspan="7" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'>
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td width="30%" style="padding-left:10px">点卡业务管理</td>
<td width="45%" align="right" style="padding-top:10px;">
<td width="30%" style="padding-left:10px">点卡业务管理</td>
<td width="45%" align="right" style="padding-top:10px">
<button type="button" onClick="location='cards_manage.php?isexp=0';" class="btn btn-success btn-sm">未使用</button>
<button type="button" onClick="location='cards_manage.php?isexp=1';" class="btn btn-success btn-sm">已售出</button>
<button type="button" onClick="location='cards_manage.php?isexp=-1';" class="btn btn-success btn-sm">已使用</button>
<button type="button" onClick="location='cards_manage.php';" class="btn btn-success btn-sm">全部</button>
</td>
<td width="25%" align="right" style="padding-top:4px;">
<td width="25%" align="right" style="padding-top:10px">
<button type="button" onClick="location='cards_make.php';" class="btn btn-success btn-sm">生成点卡</button>
<button type="button" onClick="location='cards_type.php';" class="btn btn-success btn-sm">点卡产品分类</button>
</td>


+ 1
- 1
src/admin/templets/cards_type.htm View File

@@ -12,7 +12,7 @@
<form name="form1" action="cards_type.php" method="post">
<input type="hidden" name="dopost" value="save">
<tr>
<td height="26" colspan="4" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif">点卡产品分类</td>
<td height="26" colspan="4" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif">点卡产品分类</td>
</tr>
<tr bgcolor="#FBFCE2">
<td width="26%" height="26" align="center" valign="top">产品名称</td>


+ 2
- 4
src/admin/templets/catalog_add_quick.htm View File

@@ -117,8 +117,7 @@
</td>
</tr>
</table>
<table width="100%" border="0" id="needset" cellspacing="0" cellpadding="0"
style="border:1px solid #dee2e6;background:#ffffff;text-align:left;" class="table">
<table width="100%" border="0" id="needset" cellspacing="0" cellpadding="0" style="border:1px solid #dee2e6;background:#ffffff;text-align:left;" class="table">
<tr>
<td height="26" bgcolor="#f6f6f6" style="padding-left:10px">公用参数:</td>
<td bgcolor="#f6f6f6"></td>
@@ -285,8 +284,7 @@
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f6f6f6"
style="border:1px solid #dee2e6;border-top:none;" class="mb-3">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f6f6f6" style="border:1px solid #dee2e6;border-top:none;" class="mb-3">
<tr>
<td width="1%" height="36"></td>
<td width="99%" valign="bottom" class="py-3"><button type="submit" class="btn btn-success">确定</button>


+ 2
- 4
src/admin/templets/content_batch_up.htm View File

@@ -143,8 +143,7 @@
</tr>
<tr>
<td height="30" colspan="2" bgcolor="#ffffff" align="center">
<button name="b112" type="button" onClick="document.form1.submit();"
class="btn btn-success">开始操作</button>
<button name="b112" type="button" onClick="document.form1.submit();" class="btn btn-success">开始操作</button>
</td>
</tr>
</form>
@@ -197,8 +196,7 @@
</tr>
<tr>
<td height="30" colspan="2" bgcolor="#f6f6f6" align="center">
<button name="b112" type="button" onClick="document.form2.submit();"
class="btn btn-success">开始操作</button>
<button name="b112" type="button" onClick="document.form2.submit();" class="btn btn-success">开始操作</button>
</td>
</tr>
</form>


+ 1
- 1
src/admin/templets/content_i_list.htm View File

@@ -41,7 +41,7 @@ img{margin-right:0}
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3" style="margin-top:10px;border:1px solid #dee2e6">
<tr>
<td style="background:#f6f6f6">
<table cellpadding="0" cellspacing="0" height="36">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<select name='cid' style="margin:0 10px;width:160px">


+ 1
- 1
src/admin/templets/content_list.htm View File

@@ -37,7 +37,7 @@
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3" style="margin-top:10px;border:1px solid #dee2e6">
<tr>
<td style="background:#f6f6f6">
<table cellpadding="0" cellspacing="0" height="36">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<select name="cid" style="margin:0 10px;width:160px">


+ 1
- 1
src/admin/templets/content_s_list.htm View File

@@ -120,7 +120,7 @@ function noSelAll() {
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3" style="margin-top:10px;border:1px solid #dee2e6">
<tr>
<td style="background:#f6f6f6">
<table cellpadding="0" cellspacing="0" height="36">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<select name="cid" style="margin:0 10px;width:160px">


+ 1
- 1
src/admin/templets/content_sg_list.htm View File

@@ -164,7 +164,7 @@
<table width="98%" cellpadding="1" cellspacing="1" align="center" class="mb-3" style="margin-top:10px;border:1px solid #dee2e6">
<tr>
<td style="background:#f6f6f6">
<table cellpadding="0" cellspacing="0" height="36">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>
<select name='cid' style="margin:0 10px;width:160px">


+ 2
- 2
src/admin/templets/diy_edit.htm View File

@@ -20,7 +20,7 @@
}
//删除
function DelNote(gourl) {
if (!window.confirm("您确认要删除这条记录")) { return false; }
if (!window.confirm("您确认要删除这条记录")) { return false; }
location.href = gourl;
}
</script>
@@ -57,7 +57,7 @@
</tr>
<tr>
<td width="170" height="26" align="left" bgcolor="#FFFFFF">自定义表单 diyid:<br>
<span class="STYLE2" id='help1'>数字,创建后不可修改,并具有唯一性</span> </td>
<span class="STYLE2" id='help1'>数字,创建后不可修改,并具有唯一性</span></td>
<td bgcolor="#FFFFFF">
<?php echo $diyid; ?>
<img src="../static/web/img/help.gif" alt="帮助" border="0" style="cursor:hand" onClick="showHide2('help1')">


+ 2
- 2
src/admin/templets/diy_field_edit.htm View File

@@ -95,12 +95,12 @@ td{ padding:2px; padding-left:6px; }
$dtype = $ctag->GetAtt('type');
if($dtype!='' && isset($fieldtypes[$dtype]))
{
echo " <option value='{$dtype}'>{$fieldtypes[$dtype]}</option>\r\n";
echo "<option value='{$dtype}'>{$fieldtypes[$dtype]}</option>\r\n";
$canchange = true;
}
else
{
echo " <option value='{$dtype}'>系统专用类型</option>\r\n";
echo "<option value='{$dtype}'>系统专用类型</option>\r\n";
$canchange = false;
}
if($canchange)


+ 1
- 1
src/admin/templets/freelist_main.htm View File

@@ -42,7 +42,7 @@
}
//删除
function DelNote(nid) {
if (!window.confirm("您确认要删除这条记录")) { return false; }
if (!window.confirm("您确认要删除这条记录")) { return false; }
var listArea = $Obj('rslist');
totalrow = totalrow - 1;
var pagenum = Math.ceil(totalrow / pagesize);


+ 1
- 1
src/admin/templets/friendlink_add.htm View File

@@ -89,7 +89,7 @@ function CheckSubmit()
$dsql->Execute();
while($row=$dsql->GetObject())
{
echo " <option value='".$row->id."'>".$row->typename."</option>\r\n";
echo " <option value='".$row->id."'>".$row->typename."</option>\r\n";
}
?>
</select>


+ 2
- 2
src/admin/templets/friendlink_edit.htm View File

@@ -72,11 +72,11 @@
<td>
<select name="typeid" id="typeid">
<?php
echo " <option value='".$myLink['typeid']."'>".$myLink['typename']."</option>\r\n";
echo " <option value='".$myLink['typeid']."'>".$myLink['typename']."</option>\r\n";
$dsql->SetQuery("select * from #@__flinktype where id<>'".$myLink['typeid']."'");
$dsql->Execute();
while($row=$dsql->GetObject()){
echo " <option value='".$row->id."'>".$row->typename."</option>\r\n";
echo " <option value='".$row->id."'>".$row->typename."</option>\r\n";
}
?>
</select>


+ 10
- 10
src/admin/templets/index.htm View File

@@ -24,16 +24,16 @@
</style>
</head>
<body class="showmenu">
<?php
if(preg_match( '/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match( '/Trident/i',$_SERVER['HTTP_USER_AGENT'])){
?>
<div id="browsehappy" style="padding:30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:none;">
<a onclick="document.getElementById('browsehappy').style.display='none';" style="float:right;cursor:pointer"><span aria-hidden="true">×</span></a>
<span>您正在使用一个过时的浏览器,请您<a href="https://www.dedebiz.com/browsehappy" target="_blank">升级浏览器</a>,以提高您后台体验</span>
</div>
<?php
}
?>
<?php
if(preg_match('/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match('/Trident/i',$_SERVER['HTTP_USER_AGENT'])){
?>
<div id="browsehappy" style="padding:20px 30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:none">
<a onclick="document.getElementById('browsehappy').style.display='none';" style="float:right;cursor:pointer">×</a>
<span>您正在使用一个过时的浏览器,请您<a href="https://www.dedebiz.com/browsehappy" target="_blank">升级浏览器</a>,以提高您后台体验</span>
</div>
<?php
}
?>
<div class="pagemask"></div>
<iframe class="iframemask"></iframe>
<div class="allmenu">


+ 1
- 1
src/admin/templets/log_list.htm View File

@@ -30,7 +30,7 @@
function DelSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择项目!\r\n");
alert("请选择项目");
return;
}
location.href = "log_edit.php?dopost=del&ids=" + nid;


+ 10
- 10
src/admin/templets/login.htm View File

@@ -24,16 +24,16 @@ header .logo{width:300px;padding:1rem 0}
</style>
</head>
<body>
<?php
if(preg_match( '/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match( '/Trident/i',$_SERVER['HTTP_USER_AGENT'])){
?>
<div id="browsehappy" style="padding:30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:none;">
<a onclick="document.getElementById('browsehappy').style.display='none';" style="float:right;cursor:pointer"><span aria-hidden="true">×</span></a>
<span>您正在使用一个过时的浏览器,请您<a href="https://www.dedebiz.com/browsehappy" target="_blank">升级浏览器</a>,以提高您后台体验</span>
</div>
<?php
}
?>
<?php
if(preg_match('/MSIE/i',$_SERVER['HTTP_USER_AGENT']) || preg_match('/Trident/i',$_SERVER['HTTP_USER_AGENT'])){
?>
<div id="browsehappy" style="padding:20px 30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:none">
<a onclick="document.getElementById('browsehappy').style.display='none';" style="float:right;cursor:pointer">×</a>
<span>您正在使用一个过时的浏览器,请您<a href="https://www.dedebiz.com/browsehappy" target="_blank">升级浏览器</a>,以提高您后台体验</span>
</div>
<?php
}
?>
<header>
<div class="container top">
<div class="row">


+ 1
- 1
src/admin/templets/makehtml_homepage.htm View File

@@ -42,7 +42,7 @@
</tr>
<tr>
<td height="26" colspan="2" valign="top" bgcolor="#FFFFFF">默认的情况下,生成的首页文件放在CMS的安装目录,如果您的CMS不是安装在网站根目录的,又想把首页创建到网站根目录,那么请用相对路径来表示“首页位置”
<br>例:您的CMS安装在 http://www.abc.com/DedeBIZ/ 目录,您想生成的首页为 http://www.abc.com/index.html,那首页位置就应该用:“../index.html”</td>
<br>例:您的CMS安装在 http://www.abc.com/DedeBIZ/ 目录,您想生成的首页为 http://www.abc.com/index.html,那首页位置就应该用:“../index.html”</td>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#FFFFFF">首页位置:</td>


+ 2
- 2
src/admin/templets/media_main.htm View File

@@ -48,7 +48,7 @@
function DelSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择项目!\r\n");
alert("请选择项目");
return;
}
location.href = "media_edit.php?dopost=del&ids=" + nid;
@@ -83,7 +83,7 @@
<td width="10"></td>
<td width="90" align="center">关键词:</td>
<td width="90">
<input name="keyword" type="text" id="keyword" style="width:100" value="<?php echo $keyword?>">
<input name="keyword" type="text" id="keyword" style="width:100px" value="<?php echo $keyword?>">
</td>
<td width="90" align="center">
<select name='mediatype' style='width:80'>


+ 56
- 60
src/admin/templets/member_main.htm View File

@@ -9,65 +9,60 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
<script language="javascript" src="js/member.js"></script>
<style>
.rb {
border-right: 1px solid #666666
}
.tb {
border-top: 1px solid #666666
}
.table td,.table th{border-top:0}
</style>
</head>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" style="margin-bottom:10px" class="table maintable table-bordered mt-3">
<form action="member_main.php" name="form1" method="get">
<table width="98%" border="0" cellspacing="1" align="center" class="table maintable mt-3" style="margin-bottom:10px">
<tr>
<td height="30" align="center" bgcolor="#f6f6f6">
<form action="member_main.php" name="form1" method="get">
<table border="0" cellspacing="0" cellpadding="3" class="table table-borderless" style="width: 790px;">
<tr>
<td>关键词:</td>
<td><input name="keyword" type="text" id="keyword" size="12" style="width:120px" value="{dede:global name='keyword'/}"></td>
<td>&nbsp;排序:</td>
<td>
<select name="sortkey" id="sortkey" style="width:120px">
{dede:global name='sortform'/}
<option value="mid">mid/注册时间</option>
<option value="logintime">登录时间</option>
<option value="rank">会员等级</option>
<option value="money">会员金币</option>
<option value="scores">会员积分</option>
</select>
</td>
<td>
<select name="sex" id="sex" style="width:60px">
{dede:global name='sexform'/}
<option value="男">男</option>
<option value="女">女</option>
<option value="保密">保密</option>
</select>
</td>
<td>
<select name="spacesta" id="spacesta" style="width:150px">
<option value='-10'>会员状态</option>
<?php
foreach($staArr as $k=>$v)
{
if($spacesta==$k) echo "<option value='$k' selected>$v</option>\r\n";
else echo "<option value='$k'>$v</option>\r\n";
}
?>
</select></td>
<td>
<button type="submit" class="btn btn-success btn-sm">搜索</button>
</td>
</tr>
</table>
</form>
<td style="background:#f6f6f6">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>关键词:</td>
<td><input name="keyword" type="text" id="keyword" value="{dede:global name='keyword'/}" style="margin-right:10px;width:260px"></td>
<td>排序:</td>
<td>
<select name="sortkey" id="sortkey" style="margin-right:10px;width:160px">
{dede:global name='sortform'/}
<option value="mid">mid/注册时间</option>
<option value="logintime">登录时间</option>
<option value="rank">会员等级</option>
<option value="money">会员金币</option>
<option value="scores">会员积分</option>
</select>
</td>
<td>
<select name="sex" id="sex" style="margin-right:10px;width:160px">
{dede:global name='sexform'/}
<option value="男">男</option>
<option value="女">女</option>
<option value="保密">保密</option>
</select>
</td>
<td>
<select name="spacesta" id="spacesta" style="margin-right:10px;width:160px">
<option value='-10'>会员状态</option>
<?php
foreach($staArr as $k=>$v)
{
if($spacesta==$k) echo "<option value='$k' selected>$v</option>";
else echo "<option value='$k'>$v</option>";
}
?>
</select>
</td>
<td>
<button type="submit" class="btn btn-success btn-sm">搜索</button>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<form name="form2">
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1"
class="table table-bordered maintable">
<table width="98%" border="0" align="center" cellpadding="2" cellspacing="1" class="table table-bordered maintable">
<tr>
<td height="26" colspan="9" background="../static/web/img/tbg.gif">
<table width="99%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
@@ -99,15 +94,16 @@
<td><input name="mid" type="checkbox" id="mid" value="{dede:field.mid/}" class="np"></td>
<td>{dede:field.mid/}</td>
<td><a href="../user/index.php?uid={dede:field.userid/}" target='_blank'>
<?php
echo ''.$fields['userid'].'';
if($fields['spacesta']==-2) echo "<span style='color:#e74d58'>(禁言)</span>";
if($fields['spacesta']==-1) echo "<span style='color:#e74d58'>(未审核)</span>";
if(!empty($fields['face'])) {
echo "<br><img src='{$fields['face']}' width='60' alt='浏览会员空间' />";
}
?>
</a></td>
<?php
echo ''.$fields['userid'].'';
if($fields['spacesta']==-2) echo "<span style='color:#e74d58'>(禁言)</span>";
if($fields['spacesta']==-1) echo "<span style='color:#e74d58'>(未审核)</span>";
if(!empty($fields['face'])) {
echo "<br><img src='{$fields['face']}' alt='浏览会员空间' style='max-width:80px;height:auto'>";
}
?>
</a>
</td>
<td>
{dede:field.email/}
<br>


+ 21
- 20
src/admin/templets/member_operations.htm View File

@@ -6,6 +6,9 @@
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
<style>
.table td,.table th{border-top:0}
</style>
<script language="javascript">
//获得选中项
function getCheckboxItem() {
@@ -30,7 +33,7 @@
function DelSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要删除的业务记录!\r\n");
alert("请选择要删除的业务记录");
return;
}
location.href = "member_do.php?dopost=deoperations&nid=" + nid;
@@ -38,7 +41,7 @@
function UpSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要修改的业务记录!\r\n");
alert("请选择要修改的业务记录");
return;
}
location.href = "member_do.php?dopost=upoperations&nid=" + nid;
@@ -46,7 +49,7 @@
function OkSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要修改的业务记录!\r\n");
alert("请选择要修改的业务记录");
return;
}
location.href = "member_do.php?dopost=okoperations&nid=" + nid;
@@ -54,36 +57,34 @@
</script>
</head>
<body background="../static/web/img/allbg.gif" leftmargin='8' topmargin='8'>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#cbd8ac;margin-bottom:10px;">
<tr>
<td height="30" align="center" bgcolor="#f6f6f6">
<form name="form2" method="get" action="member_operations.php">
<table border="0" cellspacing="0" cellpadding="0" class="table table-borderless" style="width: 400px;">
<form name="form2" method="get" action="member_operations.php">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3" style="margin-bottom:10px">
<tr>
<td bgcolor="#f6f6f6">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>输入订单号:</td>
<td>
<input name="buyid" type="text" id="buyid"></td>
<td width="90" align="center"> <button type="submit" class="btn btn-success btn-sm">搜索</button>
</td>
<td><input name="buyid" type="text" id="buyid" style="margin-right:10px;width:260px"></td>
<td width="90" align="center"><button type="submit" class="btn btn-success btn-sm">搜索</button></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered">
<tr>
<td height="26" colspan="8" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'>
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td width="30%" style="padding-left:10px">会员消费管理: </td>
<td width="45%" align="right" style="padding-top:4px;">
<td width="30%" style="padding-left:10px">会员消费管理:</td>
<td width="45%" align="right" style="padding-top:10px">
<button type="button" onClick="location='member_operations.php?sta=0';" class="btn btn-success btn-sm">未付款</button>
<button type="button" onClick="location='member_operations.php?sta=1';" class="btn btn-success btn-sm">已付款</button>
<button type="button" onClick="location='member_operations.php?sta=2';" class="btn btn-success btn-sm">已完成</button>
<button type="button" onClick="location='member_operations.php';" class="btn btn-success btn-sm">全部</button>
</td>
<td width="25%" align="right" style="padding-top:4px;">
<td width="25%" align="right" style="padding-top:10px">
<button type="button" onClick="location='member_main.php';" class="btn btn-success btn-sm">会员管理</button>
</td>
</tr>
@@ -133,7 +134,7 @@
{/dede:datalist}
</form>
<tr>
<td height="26" colspan="8" bgcolor="#FCFDF7" style="padding-top:4px;">
<td height="26" colspan="8" bgcolor="#FCFDF7" style="padding-top:10px">
&nbsp;
<button type="button" onClick="ReSel();" class="btn btn-success btn-sm">反选</button>
<button type="button" onClick="DelSel();" class="btn btn-success btn-sm">删除</button>


+ 18
- 35
src/admin/templets/member_pm.htm View File

@@ -8,54 +8,37 @@
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
<style>
.rb {
border-right: 1px solid #98CAEF
}

.tb {
border-top: 1px solid #98CAEF
}

.current {
border: 1px solid #dee2e6;
padding: 5px;
background: #FFFEF4;
color: #FF0000;
}
.current{border:1px solid #dee2e6;padding:5px;background:#FFFEF4;color:#FF0000}
</style>
</head>
<body background="../static/web/img/allbg.gif">
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">短信管理</div>
</div>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="background:#CFCFCF;margin-bottom:10px;">
<tr>
<td height="30" align="center" bgcolor="#f6f6f6">
<form action="member_pm.php" name="form1" method="get">
<table width="684" border="0" cellpadding="0" cellspacing="0">
<form action="member_pm.php" name="form1" method="get">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="margin-bottom:10px">
<tr>
<td style="background:#f6f6f6">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="90">&nbsp;关键词:</td>
<td width="110" align="center">
<input name="keyword" type="text" id="keyword" size="12" style="width:100" value="{dede:global name='keyword'/}">
</td>
<td width="86">&nbsp;用户:</td>
<td width="74"><input name="username" type="text" id="username" size="12" style="width:100" value="{dede:global name='username'/}"></td>
<td width="90" align="center">
<select name="folder" id="folder">
<td>关键词:</td>
<td><input name="keyword" type="text" id="keyword" value="{dede:global name='keyword'/}" style="margin-right:10px;width:260px"></td>
<td>用户:</td>
<td><input name="username" type="text" id="username" size="12" value="{dede:global name='username'/}" style="margin-right:10px;width:260px"></td>
<td>
<select name="folder" id="folder" style="margin:0 10px;width:160px">
<option value="inbox">收件箱</option>
<option value="outbox">发件箱</option>
</select>
</td>
<td width="60" align="center">
<button type="submit" class="btn btn-success btn-sm">搜索</button>
</td>
<td><button type="submit" class="btn btn-success btn-sm">搜索</button></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered">
<tr>
<td height="26" colspan="9" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'>


+ 31
- 33
src/admin/templets/member_pmall.htm View File

@@ -1,43 +1,44 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>用户短信管理</title>
<link rel="stylesheet" href="../static/web/css/admin.css">
<style>
.rb{ border-right:1px solid #98CAEF }
.tb{ border-top:1px solid #98CAEF }
.current {border:1px solid #dee2e6;padding:5px;background:#FFFEF4;color:#FF0000;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>用户短信管理</title>
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
<style>
.current{border:1px solid #dee2e6;padding:5px;background:#FFFEF4;color:#FF0000}
</style>
</head>
<body background='../static/web/img/allbg.gif'>
<div class="bodytitle">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">短信管理</div>
</div>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#CFCFCF;margin-bottom:10px">
<tr>
<td height="30" align="center" bgcolor="#f6f6f6">
<form action="member_pm.php" name="form1" method="get">
<table border="0" cellpadding="0" cellspacing="0">
<form action="member_pm.php" name="form1" method="get">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="margin-bottom:10px">
<tr>
<td style="background:#f6f6f6">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="90">&nbsp;关键词:</td>
<td width="110" align="center"><input name="keyword" type="text" id="keyword" size="12" style="width:100px"></td>
<td width="86">&nbsp;用户:</td>
<td width="74"><input name="username" type="text" id="username" size="12" style="width:100px"></td>
<td width="90" align="center"><select name="folder" id="folder">
<option value="inbox">收件箱</option>
<option value="outbox">发件箱</option>
</select>
<td>关键词:</td>
<td><input name="keyword" type="text" id="keyword" style="margin-right:10px;width:260px"></td>
<td>用户:</td>
<td><input name="username" type="text" id="username" style="margin-right:10px;width:260px"></td>
<td>
<select name="folder" id="folder" style="margin:0 10px;width:160px">
<option value="inbox">收件箱</option>
<option value="outbox">发件箱</option>
</select>
</td>
<td width="60" align="center"><input name="imageField" type="submit" class="coolbg np" value="搜索"/></td>
<td><button type="submit" class="btn btn-success btn-sm">搜索</button></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle">
</td>
</tr>
</table>
</form>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable">
<tr>
<td height="30" colspan="9" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'>
<a href='member_pm.php'>短信列表</a> <span class="current" id="cate_1">群发短信</span> <a href='member_pmone.php'>单独短信</a>
@@ -50,15 +51,12 @@
<table width="100%" border="0" cellpadding="1" cellspacing="1">
<tr>
<td width="13%" height="30" align="right">标题:</td>
<td width="87%" height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label" style="width:250px;height:16px;margin-top:10px;margin-left:10px">
标题少于70个字符内</td>
<td width="87%" height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label">标题少于70个字符内</td>
</tr>
<tr>
<td height="12" align="right" valign="top" style="padding-top:5px;"><label for="pm_textarea">内容:</label></td>
<td height="120" ><textarea name="message" id="message" cols="40" rows="5" class="company_manage_form_label1" style="width:350px;height:100px;margin-top:10px;margin-left:10px"></textarea>
1000个字符以内</td>
<td height="120" ><textarea name="message" id="message" cols="40" rows="5" class="company_manage_form_label1" style="width:360px;height:100px"></textarea>1000个字符以内</td>
</tr>

<tr>
<td height="26" align="right" valign="top"></td>
<td height="30"><input type="submit" value="提交" class="button01"></td>


+ 32
- 36
src/admin/templets/member_pmone.htm View File

@@ -1,44 +1,44 @@
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>用户短信管理</title>
<link rel="stylesheet" href="../static/web/css/admin.css">
<style>
.rb{ border-right:1px solid #98CAEF }
.tb{ border-top:1px solid #98CAEF }
.current {border:1px solid #dee2e6;padding:5px;background:#FFFEF4;color:#FF0000;}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $cfg_soft_lang; ?>">
<title>用户短信管理</title>
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
<style>
.current{border:1px solid #dee2e6;padding:5px;background:#FFFEF4;color:#FF0000}
</style>
</head>
<body background='../static/web/img/allbg.gif'>
<div class="bodytitle">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">短信管理</div>
</div>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="background:#CFCFCF;margin-bottom:10px">
<tr>
<td height="30" align="center" bgcolor="#f6f6f6">
<form action="member_pm.php" name="form1" method="get">
<table border="0" cellpadding="0" cellspacing="0">
<form action="member_pm.php" name="form1" method="get">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-borderless" style="margin-bottom:10px">
<tr>
<td style="background:#f6f6f6">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="90">&nbsp;关键词:</td>
<td width="110" align="center">
<input name="keyword" type="text" id="keyword" size="12" style="width:100px"></td>
<td width="86">&nbsp;用户:</td>
<td width="74"><input name="username" type="text" id="username" size="12" style="width:100px"></td>
<td width="90" align="center"><select name="folder" id="folder">
<option value="inbox">收件箱</option>
<option value="outbox">发件箱</option>
</select>
<td>关键词:</td>
<td><input name="keyword" type="text" id="keyword" style="margin-right:10px;width:260px"></td>
<td>用户:</td>
<td><input name="username" type="text" id="username" style="margin-right:10px;width:260px"></td>
<td>
<select name="folder" id="folder" style="margin:0 10px;width:160px">
<option value="inbox">收件箱</option>
<option value="outbox">发件箱</option>
</select>
</td>
<td width="60" align="center"><input name="imageField" type="submit" class="coolbg np" value="搜索"/></td>
<td><button type="submit" class="btn btn-success btn-sm">搜索</button></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle">
</td>
</tr>
</table>
</form>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable">
<tr>
<td height="30" colspan="9" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'>
<a href='member_pm.php'>短信列表</a> <a href='member_pmall.php'>群发短信</a> <span class="current" id="cate_1">单独短信</span>
@@ -51,20 +51,16 @@
<table width="100%" border="0" cellpadding="1" cellspacing="1">
<tr>
<td width="13%" height="30" align="right">发送到:</td>
<td width="87%" height="26"><input name="msgtoid" type="text" class="text" value="<?php echo empty($touid)? "" : $touid?>" size="28" maxlength="20" style="width:250px;height:16px;margin-top:5px;margin-left:10px">
填写用户的登录id(网址uid=后面跟的id)</td>
<td width="87%" height="26"><input name="msgtoid" type="text" class="text" value="<?php echo empty($touid)? '' : $touid?>">填写用户的登录id(网址uid=后面跟的id)</td>
</tr>
<tr>
<td width="13%" height="30" align="right">标题:</td>
<td width="87%" height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label" style="width:250px;height:16px;margin-top:5px;margin-left:10px">
标题少于70个字符内</td>
<td width="87%" height="26"><input name="subject" type="text" id="subject" class="company_manage_form_label">标题少于70个字符内</td>
</tr>
<tr>
<td height="12" align="right" valign="top" style="padding-top:5px;"><label for="pm_textarea">内容:</label></td>
<td height="120"><textarea name="message" id="message" cols="40" rows="5" class="company_manage_form_label1" style="width:350px;height:100px;margin-top:5px;margin-left:10px;"></textarea>
1000个字符以内</td>
<td height="120"><textarea name="message" id="message" cols="40" rows="5" class="company_manage_form_label1" style="width:360px;height:100px"></textarea>1000个字符以内</td>
</tr>

<tr>
<td height="26" align="right" valign="top"></td>
<td height="30"><input type="submit" value="提交" class="button01"></td>


+ 1
- 1
src/admin/templets/member_rank.htm View File

@@ -12,7 +12,7 @@
<input type="hidden" name="dopost" value="save">
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable table-bordered mt-3">
<tr height="26">
<td colspan="6" background='../static/web/img/tbg.gif'>会员管理 &gt; 会员级别设置</td>
<td colspan="6" background='../static/web/img/tbg.gif'>会员管理 &gt; 会员级别设置</td>
</tr>
<tr bgcolor="#F8FCF1" height="26">
<td colspan="6">级别名称和级别值:(注册会员这个级别不能删除,否则会员系统将会无法正常使用某些功能)</td>


+ 3
- 4
src/admin/templets/member_scores.htm View File

@@ -21,7 +21,7 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
</head>
<body background="../static/web/img/allbg.gif">
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">积分头衔设置</div>
</div>
@@ -30,12 +30,11 @@
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle" style="border:1px solid #dee2e6;border-bottom:none;">
<tr bgcolor="#EDF9D5">
<td width="100%" height="26" background='../static/web/img/tbg.gif' style="padding-left:10px">
<a href="member_main.php">会员管理</a> &gt; 积分头衔设置
<a href="member_main.php">会员管理</a> &gt; 积分头衔设置
</td>
</tr>
</table>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center"
class="table maintable table-bordered">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered">
<tr>
<td width="6%" align="center" valign="middle" bgcolor="#FBFCE2">
<input type="checkbox" name="chkall" id="chkall" onClick="CheckAll(this.form)" class='np' />


+ 4
- 6
src/admin/templets/member_type.htm View File

@@ -15,8 +15,8 @@
<td height="26" colspan="5" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'>
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td width="30%" style="padding-left:10px">会员产品分类</td>
<td align="right" style="padding-top:4px;">
<td width="30%" style="padding-left:10px">会员产品分类</td>
<td align="right" style="padding-top:10px">
<button type="button" class="btn btn-success" onClick="location='member_rank.php';">会员级别管理</button>
<button type="button" class="btn btn-success" onClick="location='member_operations.php';">会员业务记录</button>
</td>
@@ -42,8 +42,7 @@
<input type="hidden" name="ID_<?php echo $k?>" value="<?php echo $row->aid?>">
<tr align="center" bgcolor="#FFFFFF">
<td height="26" valign="top">
<input name="pname_<?php echo $k?>" value="<?php echo $row->pname?>" type="text" id="pname_<?php echo $k?>"
style="width:90%" class='pubinputs' />
<input name="pname_<?php echo $k?>" value="<?php echo $row->pname?>" type="text" id="pname_<?php echo $k?>" style="width:90%" class='pubinputs' />
</td>
<td height="26" valign="top">
<select name='rank_<?php echo $k?>' id='rank_<?php echo $k?>' style='width:90%' />
@@ -56,8 +55,7 @@
</select>
</td>
<td>
<input name="money_<?php echo $k?>" value="<?php echo $row->money?>" type="text" id="money_<?php echo $k?>"
style="width:80%" class='pubinputs' />
<input name="money_<?php echo $k?>" value="<?php echo $row->money?>" type="text" id="money_<?php echo $k?>" style="width:80%" class='pubinputs' />
(元)
</td>
<td>


+ 1
- 1
src/admin/templets/module_help.htm View File

@@ -38,7 +38,7 @@
<table width="96%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle">
<tr>
<td width="100%" height="26"> &nbsp;<a href="plus_main.php">模块管理</a>
&gt; DedeBIZ模块开发指南: </td>
&gt; DedeBIZ模块开发指南:</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">


+ 1
- 1
src/admin/templets/module_make.htm View File

@@ -43,7 +43,7 @@
<input type='hidden' name='action' value='make'>
<tr>
<td height="26" colspan="2" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="module_main.php">模块管理</a>
&gt; 模块打包: </td>
&gt; 模块打包:</td>
</tr>
<tr>
<td width="19%" align="center" bgcolor="#FFFFFF">模块名称:</td>


+ 2
- 3
src/admin/templets/mychannel_add.htm View File

@@ -87,8 +87,7 @@
<span class="STYLE2" id="help4">频道除主表以外其它自定义类型数据存放数据的表,如果您不使用主表关连的各种特性(推荐、会员权限等),也可以使用完全以附加表作为存储数据</span>
</td>
<td bgcolor="#FFFFFF">
<input name="addtable" type="text" id="addtable" value="<?php echo $cfg_dbprefix,'addon',$newid; ?>"
class="pubinputs">
<input name="addtable" type="text" id="addtable" value="<?php echo $cfg_dbprefix,'addon',$newid; ?>" class="pubinputs">
必须由英文、数字、下划线组成 *
<label><input name="isdel" type="checkbox" class="np" id="isdel" value="1">
删除已有表</label>
@@ -98,7 +97,7 @@
<td bgcolor="#FFFFFF">
模型性质<br>
<span class="STYLE2" id="help5">如果为系统模型将禁止删除,此选项不可修改,对于独立模型,系统强制创建字段aid,typeid,senddate,title, mid,
channel,独立模型的文档内容必须点击栏目进入列表才能管理</span> </td>
channel,独立模型的文档内容必须点击栏目进入列表才能管理</span></td>
<td bgcolor="#FFFFFF">
<label><input type="radio" name="issystem" id='is1' class="np" value="0" onClick="PublicDefault()" checked='1' />
自动模型 </label>


+ 17
- 35
src/admin/templets/mychannel_edit.htm View File

@@ -9,39 +9,32 @@
else if (window.navigator.userAgent.indexOf("Firefox") >= 1) return 'FF';
else return "OT";
}

function $Obj(objname) {
return document.getElementById(objname);
}

function ShowHide2(objname) {
var obj = $Obj(objname);
if (obj.style.display != 'block') { obj.style.display = 'block' }
else { obj.style.display = 'none'; }
}

//删除
function DelNote(gourl) {
if (!window.confirm("您确认要删除这个字段")) { return false; }
if (!window.confirm("您确认要删除这个字段")) { return false; }
location.href = gourl;
}

function ShowObj(objname) {
var obj = document.getElementById(objname);
if (Nav() == 'IE') { obj.style.display = "block"; obj.style.display = "block"; }
else obj.style.display = "table";
}

function HideObj(objname) {
var obj = document.getElementById(objname);
obj.style.display = "none";
}

function ShowItem1() {
ShowObj('head1'); ShowObj('needset');
HideObj('head2'); HideObj('adset');
}

function ShowItem2() {
setTimeout(() => {
var editor = CodeMirror.fromTextArea(document.getElementById('fieldset'), {
@@ -71,10 +64,7 @@
<input type='hidden' name='issystem' value='<?php echo $row['issystem']; ?>'>
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" style="margin-bottom:10px" class="table maintable table-bordered mt-3">
<tr>
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px">
<a href="mychannel_main.php">内容模型管理</a>
&gt; 修改内容模型:
</td>
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="mychannel_main.php">内容模型管理</a> &gt; 修改内容模型</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" id="head1" cellpadding="0" align="center" style="display:block">
@@ -82,7 +72,7 @@
<td colspan="2">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="86" height="26" align="center" background="../static/web/img/itemnote1.gif">基本设置&nbsp;</td>
<td width="86" height="26" align="center" background="../static/web/img/itemnote1.gif">基本设置</td>
<td width="86" align="center" background="../static/web/img/itemnote2.gif"><a href="javascript:;" onClick="ShowItem2()">字段管理</a></td>
</tr>
</table>
@@ -96,7 +86,7 @@
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="86" height="26" align="center" background="../static/web/img/itemnote2.gif" bgcolor="#F2F7DF"><a href="javascript:;" onClick="ShowItem1()">基本设置</a></td>
<td width="86" align="center" background="../static/web/img/itemnote1.gif">字段管理&nbsp;</td>
<td width="86" align="center" background="../static/web/img/itemnote1.gif">字段管理</td>
</tr>
</table>
</td>
@@ -142,15 +132,13 @@
<tr>
<td bgcolor="#FFFFFF">频道名称<br>
<span class="STYLE2" id="help3">频道的中文名称,在后台管理,前台发布等均使用此名字</span></td>
<td bgcolor="#FFFFFF"><input name="typename" type="text" id="typename" value="<?php echo $row['typename']; ?>"
class="pubinputs"></td>
<td bgcolor="#FFFFFF"><input name="typename" type="text" id="typename" value="<?php echo $row['typename']; ?>" class="pubinputs"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">附加表<br>
<span class="STYLE2" id="help4">频道除主表以外其它自定义类型数据存放数据的表,如果您不使用主表关连的各种特性(推荐、会员权限等),也可以使用完全以附加表作为存储数据</span>
<span class="STYLE2" id="help4">频道除主表以外其它自定义类型数据存放数据的表,如果您不使用主表关连的各种特性(推荐、会员权限等),也可以使用完全以附加表作为存储数据</span>
</td>
<td bgcolor="#FFFFFF"><input name="addtable" type="text" id="addtable" value="<?php echo $row['addtable']; ?>"
class="pubinputs">
<td bgcolor="#FFFFFF"><input name="addtable" type="text" id="addtable" value="<?php echo $row['addtable']; ?>" class="pubinputs">
( #@__ 是表示数据表前缀)</td>
</tr>
<tr>
@@ -205,18 +193,15 @@
</tr>
<tr>
<td bgcolor="#FFFFFF">档案发布程序</td>
<td bgcolor="#FFFFFF"><input name="addcon" type="text" id="addcon" value="<?php echo $row['addcon']; ?>"
class="pubinputs"></td>
<td bgcolor="#FFFFFF"><input name="addcon" type="text" id="addcon" value="<?php echo $row['addcon']; ?>" class="pubinputs"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">档案修改程序</td>
<td bgcolor="#FFFFFF"><input name="editcon" type="text" id="editcon" value="<?php echo $row['editcon']; ?>"
class="pubinputs"></td>
<td bgcolor="#FFFFFF"><input name="editcon" type="text" id="editcon" value="<?php echo $row['editcon']; ?>" class="pubinputs"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">档案管理程序</td>
<td bgcolor="#FFFFFF"><input name="mancon" type="text" id="mancon" value="<?php echo $row['mancon']; ?>"
class="pubinputs"></td>
<td bgcolor="#FFFFFF"><input name="mancon" type="text" id="mancon" value="<?php echo $row['mancon']; ?>" class="pubinputs"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">前台会员发布程序</td>
@@ -235,22 +220,20 @@
</tr>
<tr>
<td bgcolor="#FFFFFF">列表附加字段<br>
<span class="STYLE2" id="help6">用&quot;,&quot;分开,可以在列表模板{dede:list}{/dede:list}中用[field:name /]调用</span></td>
<span class="STYLE2" id="help6">用&quot;,&quot;分开,可以在列表模板{dede:list}{/dede:list}中用[field:name/]调用</span></td>
<td bgcolor="#FFFFFF">
<input name="listfields" type="text" id="listfields" size="50" value="<?php echo $row['listfields']; ?>"
class="pubinputs" style="width:80%"></td>
<input name="listfields" type="text" id="listfields" size="50" value="<?php echo $row['listfields']; ?>" class="pubinputs" style="width:80%"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">投稿标题使用名称</td>
<td bgcolor="#FFFFFF">
<input name="titlename" type="text" id="titlename" value="<?php echo $row['titlename']; ?>"
class="pubinputs"></td>
<input name="titlename" type="text" id="titlename" value="<?php echo $row['titlename']; ?>" class="pubinputs"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">
投稿是否使用摘要
<br>
<span class="STYLE2">如果不使用主表(独立模型),缩略图设置同</span>
<span class="STYLE2">如果不使用主表(独立模型)缩略图设置同</span>
</td>
<td bgcolor="#FFFFFF">
<label><input name="needdes" type="radio" class="np" value="1"
@@ -272,14 +255,13 @@
</tr>
<tr>
<td bgcolor="#FFFFFF">默认栏目ID<br>
<span class="STYLE2" id="help8">与投稿是唯一性结合可以用模型设计自定义表单</span> </td>
<span class="STYLE2" id="help8">与投稿是唯一性结合可以用模型设计自定义表单</span></td>
<td bgcolor="#FFFFFF">
<input name="dfcid" type="text" id="dfcid" value="<?php echo $row['dfcid']; ?>" class="pubinputs"
style="width:80px"></td>
<input name="dfcid" type="text" id="dfcid" value="<?php echo $row['dfcid']; ?>" class="pubinputs" style="width:80px"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">投稿具有唯一性<br>
<span class="STYLE2" id="help9">如果投稿是唯一的(会员只能在这个模型对应的栏目中发布单篇文档),其作用相当于自定义表单</span> </td>
<span class="STYLE2" id="help9">如果投稿是唯一会员只能在这个模型对应的栏目中发布单篇文档,其作用相当于自定义表单</span></td>
<td bgcolor="#FFFFFF">
<label><input name="onlyone" type="radio" class="np" value="1"
<?php if($row['onlyone']==1) echo " checked='1'"; ?> />


+ 8
- 23
src/admin/templets/mychannel_field_edit.htm View File

@@ -24,35 +24,26 @@
var autofield = (theform.autofield[0].checked ? theform.autofield[0].value : theform.autofield[1].value);
var islist = (theform.islist.checked ? 1 : 0);
var notsend = (theform.notsend.checked ? 1 : 0);

if (itemname == "") {
ShowMsg("表单提示名称不能为空");
theform.itemname.focus();
return false;
}

if ((dtype == "radio" || dtype == "select" || dtype == "checkbox") && vdefault == "") {
ShowMsg("您选择的select或radio、checkbox类型,必须默认值设置选择的项目(用逗号[,]分开)");
return false;
}

if (spage == "no") spage = "";

relstr = "";

if (dtype==="relation") {
relstr = " automake=\""+automake+"\" channel=\""+$("#channeltype").val()+"\"";
}

revalue = "<field:" + fieldname + " itemname=\"" + itemname + "\" autofield=\"" + autofield + "\" notsend=\"" + notsend + "\" type=\"" + dtype + "\"";
revalue += relstr + " isnull=\"" + sisnull + "\" islist=\"" + islist + "\" default=\"" + vdefault + "\" ";
revalue += " maxlength=\"" + maxlength + "\" page=\"" + spage + "\">\r\n" + vinnertext + "</field:" + fieldname + ">\r\n";
document.form1.fieldstring.value = revalue;

return true;

}

$(document).ready(function () {
$("#type").change(function (ele) {
if ($(ele.currentTarget).val() === "relation") {
@@ -113,15 +104,14 @@
<?php if($row['issystem']==1){ ?>
<tr>
<td colspan="2" bgcolor="#FFFFFF">
<span class="STYLE1">您当前操作的字段属于系统模型字段:修改系统模型有风险,请不要随便改动系统模型的字段相关的属性</span> </td>
<span class="STYLE1">您当前操作的字段属于系统模型字段:修改系统模型有风险,请不要随便改动系统模型的字段相关的属性</span></td>
</tr>
<?php } ?>
<tr>
<td bgcolor="#FFFFFF">表单提示文字:<br>
<span class="STYLE2">发布内容时显示的提示文字</span></td>
<td bgcolor="#FFFFFF">
<input name="itemname" type="text" id="itemname" value="<?php echo $ctag->GetAtt('itemname')?>"
class="pubinputs">
<input name="itemname" type="text" id="itemname" value="<?php echo $ctag->GetAtt('itemname')?>" class="pubinputs">
*(发布内容时显示的项名字) </td>
</tr>
<tr>
@@ -159,12 +149,10 @@
$dtype = $ctag->GetAtt('type');
if($dtype!='' && isset($fieldtypes[$dtype]))
{
echo " <option value='{$dtype}'>{$fieldtypes[$dtype]}</option>\r\n";
echo "<option value='{$dtype}'>{$fieldtypes[$dtype]}</option>\r\n";
$canchange = true;
}
else
{
echo " <option value='{$dtype}'>系统专用类型</option>\r\n";
} else {
echo "<option value='{$dtype}'>系统专用类型</option>\r\n";
$canchange = false;
}
if($canchange)
@@ -234,15 +222,13 @@
<td bgcolor="#FFFFFF">默认值:<br>
<span class="STYLE2">
如果定义数据类型为select、radio、checkbox时,此处填写被选择的项目(用“,”分开,如“男,女,人妖”),如果为联动选框,这里填写联动选框项目名称</span></td>
<td bgcolor="#FFFFFF"><textarea name="vdefault" type="text" id="vdefault"
style="width:70%;height:60px"><?php echo $ctag->GetAtt('default'); ?></textarea></td>
<td bgcolor="#FFFFFF"><textarea name="vdefault" type="text" id="vdefault" style="width:70%;height:60px"><?php echo $ctag->GetAtt('default'); ?></textarea></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">最大长度:<br>
<span class="STYLE2"> 文本数据必须填写,大于255为text类型 </span></td>
<td bgcolor="#FFFFFF">
<input name="maxlength" type="text" id="maxlength" value="<?php echo $ctag->GetAtt('maxlength')?>"
style="width:80px;height:24px;padding-top:3px;"></td>
<input name="maxlength" type="text" id="maxlength" value="<?php echo $ctag->GetAtt('maxlength')?>" style="width:80px;height:24px;padding-top:3px;"></td>
</tr>
<tr>
<td bgcolor="#FFFFFF">自定义表单HTML:</td>
@@ -251,8 +237,7 @@
</tr>
<tr>
<td align="center" bgcolor="#FFFFFF"><br> </td>
<td bgcolor="#FFFFFF"><textarea name="vinnertext" cols="45" rows="5" id="vinnertext"
style="width:70%; height:120px;"><?php echo $ctag->GetInnerText(); ?></textarea></td>
<td bgcolor="#FFFFFF"><textarea name="vinnertext" cols="45" rows="5" id="vinnertext" style="width:70%; height:120px;"><?php echo $ctag->GetInnerText(); ?></textarea></td>
</tr>
<tr>
<td height="26" colspan="2" bgcolor="#f6f6f6">


+ 2
- 2
src/admin/templets/mynews_add.htm View File

@@ -34,10 +34,10 @@ function checkSubmit()
<td height="127" align="center" bgcolor="#FFFFFF">
<table width="98%" border="0" cellspacing="2" cellpadding="0">
<tr>
<td height="26" colspan="2" align="left">  说明:站内新闻是为了方便站长发布站点公告而设置的一种小功能,由于要读取包括text字段的信息,应定期删除太旧的信息,否则可能会让模板解析速度变慢如果没有选择显示频道,则在这个频道中使用这个标记时会被“所有位置”的标记内容代替</td>
<td height="26" colspan="2" align="left"> 说明:站内新闻是为了方便站长发布站点公告而设置的一种小功能,由于要读取包括text字段的信息,应定期删除太旧的信息,否则可能会让模板解析速度变慢如果没有选择显示频道,则在这个频道中使用这个标记时会被“所有位置”的标记内容代替</td>
</tr>
<tr>
<td height="26" colspan="2" align="left">  站内新闻调用代码:{dede:mynews row='条数' titlelen='标题长度'}Innertext{/dede:mynews},Innertext支持的字段为:[field:title
<td height="26" colspan="2" align="left"> 站内新闻调用代码:{dede:mynews row='条数' titlelen='标题长度'}Innertext{/dede:mynews},Innertext支持的字段为:[field:title
/],[field:writer /],[field:senddate /](时间),[field:body /] </td>
</tr>
<tr>


+ 2
- 4
src/admin/templets/mytag_tag_guide.htm View File

@@ -180,11 +180,9 @@
</tr>
<tr>
<td height="36">
<button name="Submit1" type="button" id="Submit1" class="btn btn-success" onClick="DoSubmit('gettag')" value=""
class="coolbg np">生成模板调用标记</button>
<button name="Submit1" type="button" id="Submit1" class="btn btn-success" onClick="DoSubmit('gettag')" value="" class="coolbg np">生成模板调用标记</button>
&nbsp;
<button name="Submit2" type="button" id="Submit2" class="btn btn-success" onClick="DoSubmit('savetag')" value="保存为自定义标记"
class="coolbg np">生成模板调用标记</button></td>
<button name="Submit2" type="button" id="Submit2" class="btn btn-success" onClick="DoSubmit('savetag')" value="保存为自定义标记" class="coolbg np">生成模板调用标记</button></td>
</tr>
</table>
</td>


+ 1
- 1
src/admin/templets/plus_edit.htm View File

@@ -18,7 +18,7 @@ body {
<input type='hidden' name='dopost' value='saveedit'>
<input type='hidden' name='aid' value='<?php echo $aid?>'>
<tr>
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="plus_main.php">插件管理</a> &gt; 修改插件: </td>
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="plus_main.php">插件管理</a> &gt; 修改插件:</td>
</tr>
<tr>
<td width="19%" align="center" bgcolor="#FFFFFF">插件名称</td>


+ 22
- 21
src/admin/templets/shops_operations.htm View File

@@ -6,6 +6,9 @@
<link rel="stylesheet" href="../static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="../static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="../static/web/css/admin.css">
<style>
.table td,.table th{border-top:0}
</style>
<script language="javascript">
//获得选中项
function getCheckboxItem() {
@@ -30,7 +33,7 @@
function DelSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要删除的业务记录!\r\n");
alert("请选择要删除的业务记录");
return;
}
location.href = "shops_operations.php?dopost=delete&nid=" + nid;
@@ -38,7 +41,7 @@
function UpSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要修改的订单记录!\r\n");
alert("请选择要修改的订单记录");
return;
}
location.href = "shops_operations.php?dopost=up&nid=" + nid;
@@ -46,7 +49,7 @@
function OkSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要修改的订单记录!\r\n");
alert("请选择要修改的订单记录");
return;
}
location.href = "shops_operations.php?dopost=ok&nid=" + nid;
@@ -54,7 +57,7 @@
function PushSel() {
var nid = getCheckboxItem();
if (nid == "") {
alert("请选择要修改的订单记录!\r\n");
alert("请选择要修改的订单记录");
return;
}
location.href = "shops_operations.php?dopost=push&nid=" + nid;
@@ -65,37 +68,35 @@
</script>
</head>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3" style="background:#cbd8ac;margin-bottom:10px;">
<tr>
<td height="30" align="center" bgcolor="#f6f6f6">
<form name="form2" method="get" action="shops_operations.php">
<table border="0" cellspacing="0" cellpadding="0" class="table table-borderless" style="width: 400px;">
<form name="form2" method="get" action="shops_operations.php">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3" style="margin-bottom:10px">
<tr>
<td bgcolor="#f6f6f6">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>输入订单号:</td>
<td>
<input name="buyid" type="text" id="buyid"></td>
<td width="90" align="center"> <button type="submit" class="btn btn-success btn-sm">搜索</button>
</td>
<td><input name="buyid" type="text" id="buyid" style="margin-right:10px;width:260px"></td>
<td><button type="submit" class="btn btn-success btn-sm">搜索</button></td>
</tr>
</table>
</form>
</td>
</tr>
</table>
</td>
</tr>
</table>
</form>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered">
<tr>
<td height="26" colspan="11" bgcolor="#EDF9D5" background='../static/web/img/tbg.gif'>
<table width="98%" border="0" cellspacing="0" cellpadding="0" class="table table-borderless">
<tr>
<td width="30%" style="padding-left:10px">订单列表: </td>
<td width="45%" align="right" style="padding-top:4px">
<td width="30%" style="padding-left:10px">订单列表:</td>
<td width="45%" align="right" style="padding-top:10px">
<button type="button" onClick="location='shops_operations.php?sta=0'" class="btn btn-success btn-sm">未付款</button>
<button type="button" onClick="location='shops_operations.php?sta=1';" class="btn btn-success btn-sm">已付款</button>
<button type="button" onClick="location='shops_operations.php?sta=2';" class="btn btn-success btn-sm">已发货</button>
<button type="button" onClick="location='shops_operations.php?sta=4';" class="btn btn-success btn-sm">已完成</button>
<button type="button" onClick="location='shops_operations.php';" class="btn btn-success btn-sm">全部</button>
</td>
<td width="25%" align="right" style="padding-top:4px">
<td width="25%" align="right" style="padding-top:10px">
<button type="button" onClick="location='shops_operations.php';" class="btn btn-success btn-sm">订单管理</button>
</td>
</tr>
@@ -157,7 +158,7 @@
{/dede:datalist}
</form>
<tr>
<td height="26" colspan="11" bgcolor="#FCFDF7" style="padding-top:4px;">&nbsp;
<td height="26" colspan="11" bgcolor="#FCFDF7" style="padding-top:10px">&nbsp;
<button type="button" onClick="ReSel();" class="btn btn-success btn-sm">反选</button>
<button type="button" onClick="DelSel();" class="btn btn-success btn-sm">删除</button>
<button type="button" onClick="UpSel();" class="btn btn-success btn-sm">设为已付款状态</button>


+ 1
- 2
src/admin/templets/soft_config.htm View File

@@ -137,8 +137,7 @@
</td>
</tr>
<tr>
<td height="62" colspan="2" bgcolor="#FFFFFF"><textarea name="sites" id="sites"
style="width:99%;height:150px"><?php echo $row['sites']; ?></textarea></td>
<td height="62" colspan="2" bgcolor="#FFFFFF"><textarea name="sites" id="sites" style="width:99%;height:150px"><?php echo $row['sites']; ?></textarea></td>
</tr>
<tr>
<td height="26" colspan="2" bgcolor="#f6f6f6" style="padding-left:10px">下载说明:</td>


+ 1
- 1
src/admin/templets/spec_add.htm View File

@@ -313,7 +313,7 @@ table{border-collapse:separate}
<tr>
<td width="310"><input name="notename<?php echo $i?>" type="text" value="<?php echo $nodename; ?>" id="notename<?php echo $i?>" style="width:300px"></td>
<td width="90" align="center">节点标识:</td>
<td width="200"><input name="noteid<?php echo $i?>" type="text" value="<?php echo $nodeid; ?>" id="noteid<?php echo $i?>" style="width:100"></td>
<td width="200"><input name="noteid<?php echo $i?>" type="text" value="<?php echo $nodeid; ?>" id="noteid<?php echo $i?>" style="width:100px"></td>
</tr>
</table>
</td>


+ 2
- 2
src/admin/templets/spec_edit.htm View File

@@ -352,7 +352,7 @@ table{border-collapse:separate}
<tr>
<td width="310"><input name="notename<?php echo $i?>" type="text" id="notename<?php echo $i?>" style="width:300" value="<?php echo $notename?>"></td>
<td width="90" align="center">节点标识:</td>
<td width="200"><input name="noteid<?php echo $i?>" type="text" id="noteid<?php echo $i?>" style="width:100" value="<?php echo $noteid?>"></td>
<td width="200"><input name="noteid<?php echo $i?>" type="text" id="noteid<?php echo $i?>" style="width:100px" value="<?php echo $noteid?>"></td>
</tr>
</table>
</td>
@@ -408,7 +408,7 @@ table{border-collapse:separate}
<tr>
<td width="310"><input name="notename<?php echo $i?>" type="text" id="notename<?php echo $i?>" style="width:300"></td>
<td width="90" align="center">节点标识:</td>
<td width="200"><input name="noteid<?php echo $i?>" type="text" id="noteid<?php echo $i?>" style="width:100"></td>
<td width="200"><input name="noteid<?php echo $i?>" type="text" id="noteid<?php echo $i?>" style="width:100px"></td>
</tr>
</table>
</td>


+ 3
- 4
src/admin/templets/sys_group_add.htm View File

@@ -60,7 +60,7 @@
$tagname = str_replace('[br]', '<br>', $ls[2]);
if(!preg_match("#<br \/>#", $tagname) ) $tagname .= "<span>($tag)</span>";
else $tagname = str_replace('<br>', "<span>($tag)</span><br>", $tagname);
echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='$tag'> $tagname</label>\r\n";
echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='$tag'> $tagname</label>\r\n";
$k++;
}
}
@@ -78,7 +78,7 @@
$dsql->SetQuery('Select plusname From #@__plus');
$dsql->Execute();
while($row=$dsql->GetObject()){
echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='plus_{$row->plusname}'> {$row->plusname}</label>\r\n";
echo " <label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='plus_{$row->plusname}'> {$row->plusname}</label>\r\n";
$k++;
$l++;
if($l%6==0) echo "<br>";
@@ -89,8 +89,7 @@
<tr>
<td height="50" align="center"></td>
<td height="50" style="text-align:left">
<button type="submit" class="btn btn-success" onClick="DoSubmit('gettag')"
class="coolbg np">保存</button>
<button type="submit" class="btn btn-success" onClick="DoSubmit('gettag')" class="coolbg np">保存</button>
</td>
</tr>
</table>


+ 3
- 4
src/admin/templets/sys_group_edit.htm View File

@@ -13,7 +13,7 @@
<form name='form1' action='sys_group_edit.php' method='post'>
<input type='hidden' name='dopost' value='save'>
<tr>
<td height="26" background="../static/web/img/tbg.gif" align="left" style="padding-left:10px"><a href='sys_group.php'>系统用户组管理</a> &gt; 修改用户组</td>
<td height="26" background="../static/web/img/tbg.gif" align="left" style="padding-left:10px"><a href='sys_group.php'>系统用户组管理</a> &gt; 修改用户组</td>
</tr>
<tr>
<td valign="top" bgcolor="#FFFFFF" align="center">
@@ -74,7 +74,7 @@
$dsql->SetQuery('SELECT plusname FROM #@__plus');
$dsql->Execute();
while($row=$dsql->GetObject()){
echo " <label></label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='plus_{$row->plusname}'".CRank("plus_{$row->plusname}")."> {$row->plusname}</label>\r\n";
echo " <label></label><input name='purviews[]' type='checkbox' class='np' id='purviews$k' value='plus_{$row->plusname}'".CRank("plus_{$row->plusname}")."> {$row->plusname}</label>\r\n";
$k++;
$l++;
if($l % 6 == 0) echo "<br>";
@@ -85,8 +85,7 @@
<tr>
<td height="50" align="center"></td>
<td height="50">
<button type="submit" class="btn btn-success"
class="coolbg np">保存</button>
<button type="submit" class="btn btn-success" class="coolbg np">保存</button>
</td>
</tr>
</table>


+ 1
- 1
src/admin/templets/sys_passport.htm View File

@@ -8,7 +8,7 @@
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<table width="98%" border="0" cellpadding="2" cellspacing="1" align="center">
<tr>
<td height="26" background="../static/web/img/tbg.gif">通行证设置: </td>
<td height="26" background="../static/web/img/tbg.gif">通行证设置:</td>
</tr>
<tr>
<td bgcolor="#FFFFFF">


+ 1
- 2
src/admin/templets/sys_payment.htm View File

@@ -14,8 +14,7 @@
</style>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<center>
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1"
class="table maintable table-bordered mt-3">
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3">
<tr>
<td height="26" background="../static/web/img/tbg.gif" colspan="5" class="table table-borderless">
<table width="100%" border="0" cellspacing="0" cellpadding="0">


+ 1
- 2
src/admin/templets/sys_payment_install.htm View File

@@ -14,8 +14,7 @@
</style>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<center>
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1"
class="table maintable table-bordered mt-3">
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3">
<tr>
<td height="26" background="../static/web/img/tbg.gif"><a href="sys_payment.php">支付接口列表</a> &gt;
安装支付接口 </td>


+ 1
- 1
src/admin/templets/sys_sql_query.htm View File

@@ -53,7 +53,7 @@ while($row = $dsql->GetArray('t',MYSQL_BOTH))
$dsql->Execute('n');
$row2 = $dsql->GetArray('n',MYSQL_BOTH);
$dd = $row2[0];
echo " <option value='".$row[0]."'>".$row[0]."(".$dd.")</option>\r\n";
echo " <option value='".$row[0]."'>".$row[0]."(".$dd.")</option>\r\n";
}
?>
</select>


+ 1
- 1
src/data/safe/inc_safe_config.php View File

@@ -9,5 +9,5 @@ $safe_codelen = '4';
$safe_faq_reg = '0';
$safe_faq_send = '0';
$safe_faq_msg = '1';
$safe_faqs = 'a:4:{i:1;a:2:{s:8:"question";s:37:"您最喜欢的网建程序是什么?";s:6:"answer";s:7:"DedeCMS";}i:2;a:2:{s:8:"question";s:6:"1+11=?";s:6:"answer";s:2:"12";}i:3;a:2:{s:8:"question";s:59:"中国哪项体育运动最让人听着伤心,看着揪心?";s:6:"answer";s:6:"足球";}i:4;a:2:{s:8:"question";s:29:"<img src="/images/dede.gif"/>";s:6:"answer";s:24:"织梦内容管理系统";}}';
$safe_faqs = 'a:4:{i:1;a:2:{s:8:"question";s:37:"您最喜欢的网建程序是什么";s:6:"answer";s:7:"DedeCMS";}i:2;a:2:{s:8:"question";s:6:"1+11=?";s:6:"answer";s:2:"12";}i:3;a:2:{s:8:"question";s:59:"中国哪项体育运动最让人听着伤心,看着揪心?";s:6:"answer";s:6:"足球";}i:4;a:2:{s:8:"question";s:29:"<img src="/images/dede.gif"/>";s:6:"answer";s:24:"织梦内容管理系统";}}';
?>

+ 2
- 2
src/static/web/js/member_album.js View File

@@ -49,7 +49,7 @@ function MakeUpload(mnum)
fhtml += "<table width='100%'><tr><td><label><input type='checkbox' name='isokcheck"+startNum+"' id='isokcheck"+startNum+"' value='1' class='np' "+dsel+" onClick='CheckSelTable("+startNum+")' />显示图片 "+startNum+" 的上传框</label></td></tr></table>";
fhtml += "<table width='100%' border=\"0\" id=\"seltb"+startNum+"\" cellpadding=\"1\" cellspacing=\"1\" bgcolor=\"white\" style=\"margin-bottom:6px;margin-left:10px;"+dplay+"\"><tobdy>";
fhtml += "<tr bgcolor=\"#F7F7F7\">\r\n";
fhtml += "<td height=\"25\" colspan=\"2\"> <strong>图片"+startNum+":</strong></td>";
fhtml += "<td height=\"25\" colspan=\"2\"> <strong>图片"+startNum+":</strong></td>";
fhtml += "</tr>";
fhtml += "<tr bgcolor=\"#FFFFFF\"> ";
fhtml += "<td height=\"25\">  图片地址:";
@@ -57,7 +57,7 @@ function MakeUpload(mnum)
fhtml += "<td rowspan=\"2\" align=\"center\"><div id='divpicview"+startNum+"' class='divpre'></div></td>";
fhtml += "</tr>";
fhtml += "<tr bgcolor=\"#FFFFFF\"> ";
fhtml += "<td height=\"56\" valign=\"top\"> 图片简介:";
fhtml += "<td height=\"56\" valign=\"top\"> 图片简介:";
fhtml += "<textarea name='imgmsg"+startNum+"' style=\"height:46px;width:330px\"></textarea></td>";
fhtml += "</tr></tobdy></table>\r\n";
upfield.innerHTML += fhtml;


+ 3
- 6
src/theme/plus/car.htm View File

@@ -64,12 +64,9 @@
{dede:var.carts.price_count/}</span>元 </div>
<div style="float:right; height:33px;">
<!--<input type="button" value="打印购物车" class="btn-2" onclick="printPage(1)"/>-->
<input type="button" value="更新订单号" class="btn btn-success btn-sm"
onclick="makeCarId()" />
<input type="button" value="删除已选定" class="btn btn-success btn-sm"
onclick="DelPost()" />
<input type="button" value="清空"
onclick="if(confirm('确定清空购物车中的商品吗?')){ location='posttocar.php?do=clear' }"
<input type="button" value="更新订单号" class="btn btn-success btn-sm" onClick="makeCarId()" />
<input type="button" value="删除已选定" class="btn btn-success btn-sm" onClick="DelPost()" />
<input type="button" value="清空" onClick="if(confirm('确定清空购物车中的商品吗?')){ location='posttocar.php?do=clear' }"
class="btn btn-success btn-sm" />
<input onclick="ChangePost()" type="button" value="更新数量"
class="btn btn-success btn-sm" />


+ 1
- 1
src/theme/plus/carbuyaction.htm View File

@@ -98,7 +98,7 @@
<td width="10%" align="right" style="vertical-align:middle;"><input name="paytype" type="radio" value="{dede:value.id/}" /></td>
<td width="20%" valign="middle" style="vertical-align:middle;"> {dede:value.name/} </td>
<td width="60%"> {dede:value.description/} </td>
<td width="10%" align="center"> <span class="fc-f60">{dede:value.fee/}元</span> </td>
<td width="10%" align="center"> <span class="fc-f60">{dede:value.fee/}元</span></td>
</tr>
{/dede:array}
</tbody>


+ 1
- 4
src/theme/plus/flink-add.htm View File

@@ -12,10 +12,7 @@
<script src="<?php echo $cfg_cmsurl; ?>/static/web/js/jquery.min.js"></script>
</head>
<body class="flinkpage">

<?php include("plus_header.htm") ;?>


<div class="container">
<div class="sp-title">
<nav class="navbar navbar-expand-lg">
@@ -62,7 +59,7 @@
$dsql->Execute();
while($row=$dsql->GetObject())
{
echo " <option value='".$row->id."'>".$row->typename."</option>\r\n";
echo " <option value='".$row->id."'>".$row->typename."</option>\r\n";
}
?>
</select> </td>


+ 1
- 5
src/theme/templets/advancedsearch.htm View File

@@ -163,12 +163,8 @@ $fields['typeurl'] = GetTypeUrl($fields['typeid'],MfTypedir($fields['typedir']),
<div class="spage cbox">
{dede:pagelist listsize='5'/}
</div>



<div class="footer cbox">
Powered by <a href="https://www.dedebiz.com" title="DedeBIZ内容管理系统-国内流行的内容管理系统多端全媒体解决方案" target="_blank">DedeBIZ{dede:global name='cfg_version'/}</a> &copy; 2022 <a href="https://www.dedebiz.com/" target="_blank">DedeBIZ</a> Inc.<br><div class="copyright">{dede:global name='cfg_powerby'/}&nbsp;&nbsp;{dede:global name='cfg_beian'/}</div></p>
</div>

</body>
</html>
</html>

+ 4
- 10
src/theme/templets/article_article.htm View File

@@ -3,9 +3,7 @@
<head>
<meta charset="{dede:global.cfg_soft_lang/}">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>
const PHPURL='{dede:field name="phpurl"/}';
</script>
<script>const PHPURL = '{dede:field name="phpurl"/}';</script>
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css">
@@ -19,12 +17,9 @@
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -121,5 +116,4 @@
});
</script>
</body>

</html>

+ 9
- 41
src/theme/templets/article_default.htm View File

@@ -3,9 +3,7 @@
<head>
<meta charset="{dede:global.cfg_soft_lang/}">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>
const PHPURL = '{dede:field name="phpurl"/}';
</script>
<script>const PHPURL = '{dede:field name="phpurl"/}';</script>
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
<script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
@@ -17,12 +15,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -34,7 +29,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 article-main">
@@ -45,14 +39,11 @@
<small>作者:</small>{dede:field.writer/}
<small>点击:</small><span id="_count">...</span>次
</div>

<div>
<div class="alert alert-warning mt-2" role="alert">
您会看到这个提示,那是因为您的系统无法识别某栏目的模型信息,或者您新建模型后,没为这个模型设计单独的模板不同模型的文档浏览页的模板为:article_模型名字标识.htm
如“article_article.htm”,更多的信息您可以在频道模型管理的地方查看
</div>


{dede:fieldlist}
<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#BED1AB" class="table">
<tr>
@@ -61,24 +52,19 @@
<br>
模板调用标记:
<br>
<script
language='javascript'>document.write("{" + "dede:field.[field:tagname/] /" + "}");</script>
<script language='javascript'>document.write("{" + "dede:field.[field:tagname/] /" + "}");</script>
</td>
<td width="77%" bgcolor="#FFFFFF"> [field:value/] </td>
</tr>
</table>
{/dede:fieldlist}
</div>

<div class="body py-2">
{dede:field.body/} (责任编辑:{dede:adminname/})
</div>
<!-- /.body -->

<div class="clearfix"></div>

{dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/}

<div class="row">
<div class="col-md-4 prenext pt-2">
<div class="pagination-previous">{dede:prenext get='pre'/}</div>
@@ -87,46 +73,29 @@
<div class="col-md-8">
<div class="row actbox">
<ul>
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a
href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}"
target="_blank">收藏</a></li>
<li><i class="fa fa-bug" aria-hidden="true"></i> <a
href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li>
<li><i class="fa fa-bug" aria-hidden="true"></i> <a href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
</li>
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a
href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}"
target="_blank">推荐</a></li>
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#"
onClick="window.print();">打印</a></li>
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li>
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" onClick="window.print();">打印</a></li>
</ul>
</div><!-- /actbox -->
</div>
</div>

{dede:include comment='文档评论模块' file='widget_article_feedback.htm' /}

</div>
<!-- /.article-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
<script>


//页面加载触发
$(document).ready(function () {
//获取文档点击数统计
@@ -137,5 +106,4 @@
});
</script>
</body>

</html>

+ 9
- 41
src/theme/templets/article_default_sg.htm View File

@@ -3,9 +3,7 @@
<head>
<meta charset="{dede:global.cfg_soft_lang/}">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>
const PHPURL = '{dede:field name="phpurl"/}';
</script>
<script>const PHPURL = '{dede:field name="phpurl"/}';</script>
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
<script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
@@ -20,12 +18,9 @@
<script>hljs.initHighlightingOnLoad();</script>
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -37,7 +32,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 article-main">
@@ -48,14 +42,11 @@
<small>作者:</small>{dede:field.writer/}
<small>点击:</small><span id="_count">...</span>次
</div>

<div>
<div class="alert alert-warning mt-2" role="alert">
您会看到这个提示,那是因为您的系统无法识别某栏目的模型信息,或者您新建模型后,没为这个模型设计单独的模板不同模型的文档浏览页的模板为:article_模型名字标识.htm
如“article_article.htm”,更多的信息您可以在频道模型管理的地方查看
</div>


{dede:fieldlist}
<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#BED1AB" class="table">
<tr>
@@ -64,24 +55,19 @@
<br>
模板调用标记:
<br>
<script
language='javascript'>document.write("{" + "dede:field.[field:tagname/] /" + "}");</script>
<script language='javascript'>document.write("{" + "dede:field.[field:tagname/] /" + "}");</script>
</td>
<td width="77%" bgcolor="#FFFFFF"> [field:value/] </td>
</tr>
</table>
{/dede:fieldlist}
</div>

<div class="body py-2">
{dede:field.body/} (责任编辑:{dede:adminname/})
</div>
<!-- /.body -->

<div class="clearfix"></div>

{dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/}

<div class="row">
<div class="col-md-4 prenext pt-2">
<div class="pagination-previous">{dede:prenext get='pre'/}</div>
@@ -90,46 +76,29 @@
<div class="col-md-8">
<div class="row actbox">
<ul>
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a
href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}"
target="_blank">收藏</a></li>
<li><i class="fa fa-bug" aria-hidden="true"></i> <a
href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li>
<li><i class="fa fa-bug" aria-hidden="true"></i> <a href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
</li>
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a
href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}"
target="_blank">推荐</a></li>
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#"
onClick="window.print();">打印</a></li>
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li>
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" onClick="window.print();">打印</a></li>
</ul>
</div><!-- /actbox -->
</div>
</div>

{dede:include comment='文档评论模块' file='widget_article_feedback.htm' /}

</div>
<!-- /.article-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
<script>


//页面加载触发
$(document).ready(function () {
//获取文档点击数统计
@@ -140,5 +109,4 @@
});
</script>
</body>

</html>

+ 14
- 54
src/theme/templets/article_image.htm View File

@@ -3,9 +3,7 @@
<head>
<meta charset="{dede:global.cfg_soft_lang/}">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>
const PHPURL = '{dede:field name="phpurl"/}';
</script>
<script>const PHPURL = '{dede:field name="phpurl"/}';</script>
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
<script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
@@ -38,14 +36,11 @@
gtimer = setTimeout("dPlayNext()", 10000);
}
}

//上一张
function dPlayPre() {

if (npage < 2) {
ShowMsg("这是第一页");
}
else {
} else {
if (npage == 2) {
if (namehand != '') location.href = namehand + shortname;
else location.href = "view.php?aid={dede:field name='id'/}";
@@ -56,7 +51,6 @@
}
}
}

//下一张
function dPlayNext() {
if (npage == totalpage) { ShowMsg("没有了哦"); }
@@ -68,12 +62,9 @@
</script>
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -85,7 +76,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 article-main">
@@ -96,9 +86,7 @@
<small>作者:</small>{dede:field.writer/}
<small>点击:</small><span id="_count">...</span>次
</div>

<div class="picbox">

{dede:field name='pagestyle' alt='根据不同的页面风格输出不同的头信息' runphp='yes'}
if(@me==3) {
@me = '<ul class="e8">';
@@ -112,26 +100,21 @@
<a href='javascript:dStopPlay();' class='btn btn-success'>自动 / 暂停播放</a>\r\n
</div>
";
}
else {
} else {
@me = '';
}
{/dede:field}
<!-- 如果使用的是多页单图模式(幻灯),把href里的链接改为 javascript:dPlayNext(); 表示点击看下一页 -->
{dede:field name='imgurls' alt='图片输出区'}
[field:pagestyle runphp='yes'] @me= (@me==3 ? '<li>' : '');[/field:pagestyle]
<a href='[field:linkurl/]' [field:pagestyle runphp='yes' ] @me=(@me==3 ? 'class="pic"' : ''
); [/field:pagestyle]>
<img src='[field:imgsrc/]' id='bigimg' [field:imgwidth /] alt='[field:alttext /]'
border='0' />
<a href='[field:linkurl/]' [field:pagestyle runphp='yes' ] @me=(@me==3 ? 'class="pic"' : ''); [/field:pagestyle]>
<img src='[field:imgsrc/]' id='bigimg' [field:imgwidth /] alt='[field:alttext /]'>
</a>
<a href='[field:linkurl/]' [field:pagestyle runphp='yes' ]@me=(@me==3 ? 'class="title"' : ''
);[/field:pagestyle]>
<a href='[field:linkurl/]' [field:pagestyle runphp='yes' ]@me=(@me==3 ? 'class="title"' : '');[/field:pagestyle]>
[field:title /]
</a>
[field:pagestyle runphp='yes'] @me = (@me==3 ? '</li>' : ''); [/field:pagestyle]
{/dede:field}

{dede:field name='pagestyle' alt='根据不同的风格输出不同的结尾信息' runphp='yes'}
if(@me==3) {
@me = '</ul>';
@@ -139,22 +122,17 @@
else if(@me==2) {
@me = "
<script language='javascript'>dStartPlay();</script>\r\n";
}
else {
} else {
@me = '';
}
{/dede:field}
</div>

<div class="body py-2">
{dede:field.body/} (责任编辑:{dede:adminname/})
</div>
<!-- /.body -->

<div class="clearfix"></div>

{dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/}

<div class="row">
<div class="col-md-4 prenext pt-2">
<div class="pagination-previous">{dede:prenext get='pre'/}</div>
@@ -163,46 +141,29 @@
<div class="col-md-8">
<div class="row actbox">
<ul>
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a
href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}"
target="_blank">收藏</a></li>
<li><i class="fa fa-bug" aria-hidden="true"></i> <a
href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li>
<li><i class="fa fa-bug" aria-hidden="true"></i> <a href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
</li>
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a
href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}"
target="_blank">推荐</a></li>
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#"
onClick="window.print();">打印</a></li>
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li>
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" onClick="window.print();">打印</a></li>
</ul>
</div><!-- /actbox -->
</div>
</div>

{dede:include comment='文档评论模块' file='widget_article_feedback.htm' /}

</div>
<!-- /.article-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
<script>


//页面加载触发
$(document).ready(function () {
//获取文档点击数统计
@@ -213,5 +174,4 @@
});
</script>
</body>

</html>

+ 9
- 34
src/theme/templets/article_infos.htm View File

@@ -3,9 +3,7 @@
<head>
<meta charset="{dede:global.cfg_soft_lang/}">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>
const PHPURL='{dede:field name="phpurl"/}';
</script>
<script>const PHPURL = '{dede:field name="phpurl"/}';</script>
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css">
@@ -16,12 +14,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -33,7 +28,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 article-main">
@@ -55,11 +49,8 @@
</div>
</div>
<!-- /.body -->

<div class="clearfix"></div>

{dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/}

<div class="row">
<div class="col-md-4 prenext pt-2">
<div class="pagination-previous">{dede:prenext get='pre'/}</div>
@@ -68,42 +59,27 @@
<div class="col-md-8">
<div class="row actbox">
<ul>
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a
href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}"
target="_blank">收藏</a></li>
<li><i class="fa fa-bug" aria-hidden="true"></i> <a
href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li>
<li><i class="fa fa-bug" aria-hidden="true"></i> <a href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
</li>
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a
href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}"
target="_blank">推荐</a></li>
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#"
onClick="window.print();">打印</a></li>
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li>
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" onClick="window.print();">打印</a></li>
</ul>
</div><!-- /actbox -->
</div>
</div>

{dede:include comment='文档评论模块' file='widget_article_feedback.htm' /}

</div>
<!-- /.article-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/}

{dede:include comment='热点内容' filename="widget_hot_sg.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
<script>
//页面加载触发
@@ -116,5 +92,4 @@
});
</script>
</body>

</html>
</html>

+ 8
- 35
src/theme/templets/article_shop.htm View File

@@ -3,9 +3,7 @@
<head>
<meta charset="{dede:global.cfg_soft_lang/}">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>
const PHPURL='{dede:field name="phpurl"/}';
</script>
<script>const PHPURL = '{dede:field name="phpurl"/}';</script>
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css">
@@ -16,12 +14,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -33,7 +28,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 article-main">
@@ -59,11 +53,8 @@
</div>
</div>
<!-- /.body -->

<div class="clearfix"></div>

{dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/}

<div class="row">
<div class="col-md-4 prenext pt-2">
<div class="pagination-previous">{dede:prenext get='pre'/}</div>
@@ -72,46 +63,29 @@
<div class="col-md-8">
<div class="row actbox">
<ul>
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a
href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}"
target="_blank">收藏</a></li>
<li><i class="fa fa-bug" aria-hidden="true"></i> <a
href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li>
<li><i class="fa fa-bug" aria-hidden="true"></i> <a href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
</li>
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a
href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}"
target="_blank">推荐</a></li>
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#"
onClick="window.print();">打印</a></li>
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li>
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" onClick="window.print();">打印</a></li>
</ul>
</div><!-- /actbox -->
</div>
</div>

{dede:include comment='文档评论模块' file='widget_article_feedback.htm' /}

</div>
<!-- /.article-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
<script>


//页面加载触发
$(document).ready(function () {
//获取文档点击数统计
@@ -122,5 +96,4 @@
});
</script>
</body>

</html>

+ 10
- 36
src/theme/templets/article_soft.htm View File

@@ -3,9 +3,7 @@
<head>
<meta charset="{dede:global.cfg_soft_lang/}">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>
const PHPURL='{dede:field name="phpurl"/}';
</script>
<script>const PHPURL = '{dede:field name="phpurl"/}';</script>
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css">
@@ -16,12 +14,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -33,7 +28,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 article-main">
@@ -50,8 +44,7 @@
<p><small>发布时间:</small><span>{dede:field.pubdate function="GetDateMk('@me')"/}</span></p>
<p><small>官方网址:</small><span>{dede:field.officialurl/}</span></p>
<p><small>演示网址:</small><span>{dede:field.officialdemo/}</span></p>
<p><small>下载次数:</small><span><script src="{dede:field.phpurl/}/disdls.php?aid={dede:field.id/}"
language="javascript"></script></span></p>
<p><small>下载次数:</small><span><script src="{dede:field.phpurl/}/disdls.php?aid={dede:field.id/}" language="javascript"></script></span></p>
<p>下载地址</p>
<p>
<ul class="downurllist">
@@ -64,11 +57,8 @@
</div>
</div>
<!-- /.body -->

<div class="clearfix"></div>

{dede:include comment='文档顶踩模块' filename="widget_article_digg.htm"/}

<div class="row">
<div class="col-md-4 prenext pt-2">
<div class="pagination-previous">{dede:prenext get='pre'/}</div>
@@ -77,42 +67,27 @@
<div class="col-md-8">
<div class="row actbox">
<ul>
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a
href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}"
target="_blank">收藏</a></li>
<li><i class="fa fa-bug" aria-hidden="true"></i> <a
href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
<li><i class="fa fa-star-o" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/stow.php?aid={dede:field.id/}" target="_blank">收藏</a></li>
<li><i class="fa fa-bug" aria-hidden="true"></i> <a href="javascript:ErrorAddSave({dede:field.id/}, '{dede:field.title/}');">挑错</a>
</li>
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a
href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}"
target="_blank">推荐</a></li>
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#"
onClick="window.print();">打印</a></li>
<li><i class="fa fa-thumbs-o-up" aria-hidden="true"></i> <a href="{dede:field name='phpurl'/}/recommend.php?aid={dede:field.id/}" target="_blank">推荐</a></li>
<li><i class="fa fa-print" aria-hidden="true"></i> <a href="#" onClick="window.print();">打印</a></li>
</ul>
</div><!-- /actbox -->
</div>
</div>

{dede:include comment='文档评论模块' file='widget_article_feedback.htm' /}

</div>
<!-- /.article-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
<script>
//页面加载触发
@@ -125,5 +100,4 @@
});
</script>
</body>

</html>
</html>

+ 4
- 23
src/theme/templets/article_spec.htm View File

@@ -3,9 +3,7 @@
<head>
<meta charset="{dede:global.cfg_soft_lang/}">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<script>
const PHPURL = '{dede:field name="phpurl"/}';
</script>
<script>const PHPURL = '{dede:field name="phpurl"/}';</script>
<script src="{dede:global.cfg_cmsurl/}/static/web/js/jquery.min.js"></script>
<script src="{dede:global.cfg_cmsurl/}/static/web/js/bootstrap.bundle.min.js"></script>
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/bootstrap.min.css">
@@ -17,12 +15,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -34,7 +29,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 article-main">
@@ -44,38 +38,25 @@
<small>来源:</small>{dede:field.source/}
<small>作者:</small>{dede:field.writer/}
</div>

<div class="speciallist row pt-2">
{dede:field.note/}
</div>

<div class="body py-2">
{dede:field.body/} (责任编辑:{dede:adminname/})
</div>
<!-- /.body -->

<div class="clearfix"></div>

</div>
<!-- /.article-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 8
- 27
src/theme/templets/index.htm View File

@@ -14,12 +14,9 @@
<meta name="description" content="{dede:global.cfg_description/}">
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<main class="container mt-3">
<div class="index-main">
<div class="col-12">
@@ -28,16 +25,13 @@
<div id="carouselIndex" class="carousel slide" data-ride="carousel">
<ol class="carousel-indicators">
{dede:arclist channelid=1 flag='f' row=6}
<li data-target="#carouselIndex"
data-slide-to="[field:global.autoindex function='trim(IndexSub(@me,1))'/]"
class="[field:global.autoindex function='IndexActive(@me)'/]"></li>
<li data-target="#carouselIndex" data-slide-to="[field:global.autoindex function='trim(IndexSub(@me,1))'/]" class="[field:global.autoindex function='IndexActive(@me)'/]"></li>
{/dede:arclist}
</ol>
<div class="carousel-inner">
{dede:arclist channelid=1 flag='f' row=6}
<div class="carousel-item[field:global.autoindex function='IndexActive(@me)'/]">
<a href="[field:arcurl/]" title="[field:fulltitle/]"><img src="[field:litpic/]"
class="mr-3" alt="[field:fulltitle/]"></a>
<a href="[field:arcurl/]" title="[field:fulltitle/]"><img src="[field:litpic/]" class="mr-3" alt="[field:fulltitle/]"></a>
</div>
{/dede:arclist}
</div>
@@ -61,8 +55,7 @@
</div>
<ul class="list-group list-group-flush">
{dede:arclist flag='h' titlelen='100' row='7' orderby='pubdate'}
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]"
href="[field:arcurl/]">[field:title/]</a>
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a>
</li>
{/dede:arclist}
</ul>
@@ -96,18 +89,15 @@
</div>
{/dede:arclist}
</div>

</div>
</div><!-- /.spec -->

<div class="row">
{dede:channelartlist}
<div class="col-md-6 mt-3">
<div class="card ddcard-normal">
<div class="card-header">
<div class="row">
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field
name='typename'/}</a></span></div>
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></span></div>
<div class="col-6 d-flex justify-content-end more">
<a href="{dede:field name='typeurl'/}">更多</a>
</div>
@@ -115,8 +105,7 @@
</div>
<ul class="list-group list-group-flush">
{dede:arclist titlelen='60' row='8'}
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]"
href="[field:arcurl/]">[field:title/]</a>
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a>
</li>
{/dede:arclist}
</ul>
@@ -124,29 +113,21 @@
</div>
{/dede:channelartlist}
</div>

</div><!-- /.index-left -->
<aside class="col-12 col-lg-3">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='投票' filename="widget_vote.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
</aside><!-- /aside -->
</div>
</main>
<!-- /main -->

<div class="container-fluid flink mt-3">
<div class="container py-3">
友情连接:{dede:flink row='24'/}
</div>
</div>

{dede:include filename="footer.htm"/}
</body>

</html>

+ 5
- 18
src/theme/templets/index_article.htm View File

@@ -14,12 +14,9 @@
<meta name="description" content="{dede:global.cfg_description/}">
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -31,7 +28,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-12 col-lg-9 index-left">
@@ -49,9 +45,7 @@
</div>
<ul class="list-group list-group-flush">
{dede:arclist titlelen='60' row='8'}
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a
title="[field:fulltitle/]"
href="[field:arcurl/]">[field:title/]</a>
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a>
</li>
{/dede:arclist}
</ul>
@@ -59,22 +53,15 @@
</div>
{/dede:channelartlist}
</div>

</div><!-- /.index-left -->
<aside class="col-12 col-lg-3">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
</aside><!-- /aside -->
</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

</html>

+ 5
- 19
src/theme/templets/index_default.htm View File

@@ -14,12 +14,9 @@
<meta name="description" content="{dede:global.cfg_description/}">
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}
{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -31,9 +28,7 @@
</div>
<!-- /.position -->
</div>

<main class="container">

<div class="row">
<div class="col-12 col-lg-9 index-left">
<div class="row">
@@ -50,9 +45,7 @@
</div>
<ul class="list-group list-group-flush">
{dede:arclist titlelen='60' row='8'}
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a
title="[field:fulltitle/]"
href="[field:arcurl/]">[field:title/]</a>
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a>
</li>
{/dede:arclist}
</ul>
@@ -60,22 +53,15 @@
</div>
{/dede:channelartlist}
</div>

</div><!-- /.index-left -->
<aside class="col-12 col-lg-3">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
</aside><!-- /aside -->
</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

</html>

+ 5
- 17
src/theme/templets/index_default_sg.htm View File

@@ -14,12 +14,9 @@
<meta name="description" content="{dede:global.cfg_description/}">
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -31,7 +28,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-12 col-lg-9 index-left">
@@ -41,8 +37,7 @@
<div class="card ddcard-normal">
<div class="card-header">
<div class="row">
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field
name='typename'/}</a></span></div>
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></span></div>
<div class="col-6 d-flex justify-content-end more">
<a href="{dede:field name='typeurl'/}">更多</a>
</div>
@@ -50,8 +45,7 @@
</div>
<ul class="list-group list-group-flush">
{dede:arclistsg titlelen='60' row='8'}
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]"
href="[field:arcurl/]">[field:title/]</a>
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a>
</li>
{/dede:arclistsg}
</ul>
@@ -59,21 +53,15 @@
</div>
{/dede:channelartlist}
</div>

</div><!-- /.index-left -->
<aside class="col-12 col-lg-3">

{dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/}

{dede:include comment='热点内容' filename="widget_hot_sg.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
</aside><!-- /aside -->
</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 4
- 15
src/theme/templets/index_image.htm View File

@@ -14,12 +14,9 @@
<meta name="description" content="{dede:global.cfg_description/}">
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -31,7 +28,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-12 col-lg-9 index-left">
@@ -41,8 +37,7 @@
<div class="card ddcard-normal">
<div class="card-header">
<div class="row">
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field
name='typename'/}</a></span></div>
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></span></div>
<div class="col-6 d-flex justify-content-end more">
<a href="{dede:field name='typeurl'/}">更多</a>
</div>
@@ -66,21 +61,15 @@
</div>
{/dede:channelartlist}
</div>

</div><!-- /.index-left -->
<aside class="col-12 col-lg-3">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
</aside><!-- /aside -->
</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 5
- 18
src/theme/templets/index_infos.htm View File

@@ -14,12 +14,9 @@
<meta name="description" content="{dede:global.cfg_description/}">
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}
{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -31,7 +28,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-12 col-lg-9 index-left">
@@ -49,9 +45,7 @@
</div>
<ul class="list-group list-group-flush">
{dede:arclistsg titlelen='60' row='8'}
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a
title="[field:fulltitle/]"
href="[field:arcurl/]">[field:title/]</a>
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a>
</li>
{/dede:arclistsg}
</ul>
@@ -59,22 +53,15 @@
</div>
{/dede:channelartlist}
</div>

</div><!-- /.index-left -->
<aside class="col-12 col-lg-3">

{dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/}

{dede:include comment='热点内容' filename="widget_hot_sg.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
</aside><!-- /aside -->
</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

</html>

+ 5
- 17
src/theme/templets/index_shop.htm View File

@@ -14,12 +14,9 @@
<meta name="description" content="{dede:global.cfg_description/}">
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -31,7 +28,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-12 col-lg-9 index-left">
@@ -41,8 +37,7 @@
<div class="card ddcard-normal">
<div class="card-header">
<div class="row">
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field
name='typename'/}</a></span></div>
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></span></div>
<div class="col-6 d-flex justify-content-end more">
<a href="{dede:field name='typeurl'/}">更多</a>
</div>
@@ -50,8 +45,7 @@
</div>
<ul class="list-group list-group-flush">
{dede:arclist titlelen='60' row='8'}
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]"
href="[field:arcurl/]">[field:title/]</a>
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a>
</li>
{/dede:arclist}
</ul>
@@ -59,21 +53,15 @@
</div>
{/dede:channelartlist}
</div>

</div><!-- /.index-left -->
<aside class="col-12 col-lg-3">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
</aside><!-- /aside -->
</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 5
- 17
src/theme/templets/index_soft.htm View File

@@ -14,12 +14,9 @@
<meta name="description" content="{dede:global.cfg_description/}">
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -31,7 +28,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-12 col-lg-9 index-left">
@@ -41,8 +37,7 @@
<div class="card ddcard-normal">
<div class="card-header">
<div class="row">
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field
name='typename'/}</a></span></div>
<div class="col-6 caption"><span><a href="{dede:field name='typeurl'/}">{dede:field name='typename'/}</a></span></div>
<div class="col-6 d-flex justify-content-end more">
<a href="{dede:field name='typeurl'/}">更多</a>
</div>
@@ -50,8 +45,7 @@
</div>
<ul class="list-group list-group-flush">
{dede:arclist titlelen='60' row='8'}
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]"
href="[field:arcurl/]">[field:title/]</a>
<li><i class="fa fa-bookmark-o" aria-hidden="true"></i> <a title="[field:fulltitle/]" href="[field:arcurl/]">[field:title/]</a>
</li>
{/dede:arclist}
</ul>
@@ -59,21 +53,15 @@
</div>
{/dede:channelartlist}
</div>

</div><!-- /.index-left -->
<aside class="col-12 col-lg-3">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}
</aside><!-- /aside -->
</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 3
- 19
src/theme/templets/list_article.htm View File

@@ -13,12 +13,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -30,11 +27,9 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 list-main">
<ul class="list-unstyled items">
{dede:list pagesize='10'}
<li class="media border-bottom-dashed">
@@ -54,35 +49,24 @@
</div>
</li>
{/dede:list}
</ul>
<nav>
<ul class="pagination justify-content-center py-3">
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/}
</ul>
</nav>

</div>
<!-- /.list-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='栏目列表' filename="widget_channels.htm"/}

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 3
- 19
src/theme/templets/list_default.htm View File

@@ -13,12 +13,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -30,11 +27,9 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 list-main">
<ul class="list-unstyled items">
{dede:list pagesize='10'}
<li class="media border-bottom-dashed">
@@ -54,35 +49,24 @@
</div>
</li>
{/dede:list}
</ul>
<nav>
<ul class="pagination justify-content-center py-3">
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/}
</ul>
</nav>

</div>
<!-- /.list-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='栏目列表' filename="widget_channels.htm"/}

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 3
- 19
src/theme/templets/list_default_sg.htm View File

@@ -13,12 +13,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -30,11 +27,9 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 list-main">
<ul class="list-unstyled items">
{dede:list pagesize='10'}
<li class="media border-bottom-dashed">
@@ -54,35 +49,24 @@
</div>
</li>
{/dede:list}
</ul>
<nav>
<ul class="pagination justify-content-center py-3">
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/}
</ul>
</nav>

</div>
<!-- /.list-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='栏目列表' filename="widget_channels.htm"/}

{dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/}

{dede:include comment='热点内容' filename="widget_hot_sg.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 4
- 18
src/theme/templets/list_free.htm View File

@@ -13,12 +13,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -30,7 +27,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 list-main">
@@ -42,28 +38,18 @@
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/}
</ul>
</nav>

</div>
<!-- /.list-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='栏目列表' filename="widget_channels.htm"/}

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>
</html>

+ 3
- 19
src/theme/templets/list_image.htm View File

@@ -13,12 +13,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -30,11 +27,9 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 list-main">

<div class="row row-cols-2 row-cols-md-4">
{dede:list pagesize='12'}
<div class="col">
@@ -49,34 +44,23 @@
</div>
{/dede:list}
</div>

<nav>
<ul class="pagination justify-content-center py-3">
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/}
</ul>
</nav>

</div>
<!-- /.list-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='栏目列表' filename="widget_channels.htm"/}

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 3
- 20
src/theme/templets/list_infos.htm View File

@@ -23,12 +23,9 @@
</style>
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -40,7 +37,6 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 list-main">
@@ -71,7 +67,6 @@
</tr>
</table>
{/dede:infolink}

<ul class="list-unstyled items">
{dede:list pagesize='10'}
<li class="media border-bottom-dashed">
@@ -87,21 +82,16 @@
</div>
</li>
{/dede:list}

</ul>
<nav>
<ul class="pagination justify-content-center py-3">
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/}
</ul>
</nav>

</div>
<!-- /.list-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='栏目列表' filename="widget_channels.htm"/}

<div class="info-search card ddcard pt-3 mt-3">
<div class="card-header">
<div class="row">
@@ -127,21 +117,14 @@
{/dede:infoguide}
</div>
</div><!-- /.info-search -->

{dede:include comment='推荐内容' filename="widget_recommend_sg.htm"/}

{dede:include comment='热点内容' filename="widget_hot_sg.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 3
- 18
src/theme/templets/list_shop.htm View File

@@ -13,12 +13,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -30,11 +27,9 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 list-main">
<ul class="list-unstyled items">
{dede:list pagesize='10'}
<li class="media border-bottom-dashed mt-2 py-2">
@@ -56,7 +51,6 @@
</div>
</li>
{/dede:list}
</ul>
<nav>
<ul class="pagination justify-content-center py-3">
@@ -66,25 +60,16 @@

</div>
<!-- /.list-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='栏目列表' filename="widget_channels.htm"/}

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 3
- 19
src/theme/templets/list_soft.htm View File

@@ -13,12 +13,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -30,11 +27,9 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 list-main">
<ul class="list-unstyled items">
{dede:list pagesize='10'}
<li class="media border-bottom-dashed mt-2 py-2">
@@ -56,35 +51,24 @@
</div>
</li>
{/dede:list}
</ul>
<nav>
<ul class="pagination justify-content-center py-3">
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/}
</ul>
</nav>

</div>
<!-- /.list-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='栏目列表' filename="widget_channels.htm"/}

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 3
- 18
src/theme/templets/list_spec.htm View File

@@ -13,12 +13,9 @@
<meta name="description" content="{dede:field.description function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -31,11 +28,9 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 list-main">
<ul class="list-unstyled items">
{dede:list pagesize='10'}
<li class="media border-bottom-dashed mt-2 py-2 list-image">
@@ -57,7 +52,6 @@
</div>
</li>
{/dede:list}
</ul>
<nav>
<ul class="pagination justify-content-center py-3">
@@ -67,25 +61,16 @@

</div>
<!-- /.list-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='栏目列表' filename="widget_channels.htm"/}

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

{dede:include comment='QR二维码' filename="widget_qrcode.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 0
- 1
src/theme/templets/navbar.htm View File

@@ -5,7 +5,6 @@
aria-controls="navbars" aria-expanded="false" aria-label="展开导航">
<span class="navbar-toggler-icon"></span>
</button>

<div class="collapse navbar-collapse" id="navbars">
<ul class="navbar-nav mr-auto">
<li class="nav-item">


+ 3
- 17
src/theme/templets/search.htm View File

@@ -13,12 +13,9 @@
<meta name="description" content="{dede:field name='description' function='html2text(@me)'/}" />
</head>
<body>
{dede:include filename="top.htm"/}

{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -31,11 +28,9 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">
<div class="col-md-8 list-main">
<ul class="list-unstyled items">
{dede:list pagesize='10'}
<li class="media border-bottom-dashed">
@@ -52,31 +47,22 @@
</div>
</li>
{/dede:list}
</ul>
<nav>
<!-- <ul class="pagination justify-content-center py-3"> -->
{dede:pagelist listitem="info,index,end,pre,next,pageno" listsize="1"/}
<!-- </ul> -->
</nav>

</div>
<!-- /.list-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}

</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 1
- 6
src/theme/templets/singlepage.htm View File

@@ -16,8 +16,6 @@
<body class="articleview">
{dede:include filename="head.htm"/}
<!-- /header -->


<div class="w960 center clear mt1">
<div class="pleft">
<div class="place">
@@ -32,7 +30,6 @@
</div>
</div><!-- /viewbox -->
</div>
<div class="pright">
<div class="hot mt1">
<dl class="tbox">
@@ -48,9 +45,7 @@
</div>
</div><!-- /pright -->
</div>

{dede:include filename="footer.htm"/}
<!-- /footer -->

</body>
</html>
</html>

+ 3
- 14
src/theme/templets/tag.htm View File

@@ -67,12 +67,9 @@
</style>
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -84,12 +81,9 @@
</div>
<!-- /.position -->
</div>

<main class="container mb-2">
<div class="row">

<div class="col-md-12 list-main">

<div class="card ddcard-normal">
<div class="card-header">
<div class="row">
@@ -102,7 +96,6 @@
{/dede:tag}
</div>
</div>

<div class="card ddcard-normal mt-3">
<div class="card-header">
<div class="row">
@@ -115,7 +108,6 @@
{/dede:tag}
</div>
</div>

<div class="card ddcard-normal mt-3">
<div class="card-header">
<div class="row">
@@ -128,14 +120,11 @@
{/dede:tag}
</div>
</div>

</div>
<!-- /.list-main -->
</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 3
- 16
src/theme/templets/taglist.htm View File

@@ -16,12 +16,9 @@
</script>
</head>
<body>
{dede:include filename="top.htm"/}
{dede:include filename="header.htm"/}

{dede:include filename="navbar.htm"/}

{dede:include filename='top.htm'/}
{dede:include filename='header.htm'/}
{dede:include filename='navbar.htm'/}
<div class="container">
<div class="position">
<nav aria-label="breadcrumb">
@@ -34,12 +31,9 @@
</div>
<!-- /.position -->
</div>

<main class="container">
<div class="row">

<div class="col-md-8 list-main">
<ul class="list-unstyled items">
{dede:list pagesize='10'}
<li class="media border-bottom-dashed">
@@ -59,7 +53,6 @@
</div>
</li>
{/dede:list}
</ul>
<nav>
<ul class="pagination justify-content-center py-3">
@@ -69,20 +62,14 @@

</div>
<!-- /.list-main -->

<aside class="col-md-4 article-sidebar">

{dede:include comment='推荐内容' filename="widget_recommend.htm"/}

{dede:include comment='热点内容' filename="widget_hot.htm"/}
</aside>
<!-- /.article-sidebar -->

</div>
</main>
<!-- /main -->

{dede:include filename="footer.htm"/}
</body>

</html>

+ 2
- 4
src/theme/templets/widget_article_digg.htm View File

@@ -6,8 +6,7 @@
<p class="comment-top-text">顶一下[<span id="goodpost">{dede:field.goodpost/}</span>]</p>
</div>
<div class="progress" style="height: 10px;">
<div class="progress-bar" role="progressbar" id="goodper" style="width: {dede:field.goodper/}%"
aria-valuenow="{dede:field.goodper/}" aria-valuemin="0" aria-valuemax="100"></div>
<div class="progress-bar" role="progressbar" id="goodper" style="width: {dede:field.goodper/}%" aria-valuenow="{dede:field.goodper/}" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
<div class="comment-container mb-3" onclick="javascript:PostDigg('bad',{dede:field.id/})">
@@ -16,8 +15,7 @@
<p class="comment-top-text-danger">踩一下[<span id="badpost">{dede:field.badpost/}</span>]</p>
</div>
<div class="progress" style="height: 10px;">
<div class="progress-bar bg-danger" role="progressbar" id="badper" style="width:{dede:field.badper/}%"
aria-valuenow="{dede:field.badper/}" aria-valuemin="0" aria-valuemax="100"></div>
<div class="progress-bar bg-danger" role="progressbar" id="badper" style="width:{dede:field.badper/}%" aria-valuenow="{dede:field.badper/}" aria-valuemin="0" aria-valuemax="100"></div>
</div>
</div>
</div> <!-- ./digg -->


+ 1
- 5
src/theme/templets/widget_article_feedback.htm View File

@@ -4,8 +4,7 @@
<div id="feedback-alert">
</div>
<div class="content">
<textarea cols="60" id="iptMsg" name="msg" rows="5" class="form-control"
placeholder="说点什么吧,请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论"></textarea>
<textarea cols="60" id="iptMsg" name="msg" rows="5" class="form-control" placeholder="说点什吗吧,请自觉遵守互联网相关的政策法规,严禁发布色情、暴力、反动的言论"></textarea>
</div>
<div class="post">
<div class="dcmp-userinfo" id="_ajax_feedback">
@@ -106,8 +105,6 @@
}
</style>
<script async>


//发表评论
function SendFeedback() {
let feedback = {
@@ -119,7 +116,6 @@
validate: $("#iptValidate").val(),
notuser: $("#iptAny").is(":checked") ? "1" : "",
};

$.post("{dede:field name='phpurl'/}/feedback.php", feedback, function (data) {
let result = JSON.parse(data);
if (result.code === 200) {


+ 1
- 1
src/theme/templets/widget_hot.htm View File

@@ -5,7 +5,7 @@
</div>
</div>
<ul class="list-group list-group-flush">
{dede:arclist orderby=click titlelen=42 row=10}
{dede:arclist orderby='click' titlelen='42' row='10'}
<li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li>
{/dede:arclist}
</ul>


+ 1
- 1
src/theme/templets/widget_hot_sg.htm View File

@@ -5,7 +5,7 @@
</div>
</div>
<ul class="list-group list-group-flush">
{dede:arclistsg orderby=click titlelen=42 row=10}
{dede:arclistsg orderby='click' titlelen='42' row='10'}
<li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li>
{/dede:arclistsg}
</ul>


+ 1
- 3
src/theme/templets/widget_qrcode.htm View File

@@ -4,8 +4,6 @@
<div class="col-12 caption"><span>二维码</span></div>
</div>
</div>
<div>
{dede:qrcode/}
</div>
<div>{dede:qrcode/}</div>
</div>
<!-- /.ddcard -->

+ 1
- 1
src/theme/templets/widget_recommend.htm View File

@@ -5,7 +5,7 @@
</div>
</div>
<ul class="list-group list-group-flush">
{dede:arclist flag='c' titlelen=42 row=10}
{dede:arclist flag='c' titlelen='42' row='10'}
<li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li>
{/dede:arclist}
</ul>


+ 1
- 1
src/theme/templets/widget_recommend_sg.htm View File

@@ -5,7 +5,7 @@
</div>
</div>
<ul class="list-group list-group-flush">
{dede:arclistsg flag='c' titlelen=42 row=10}
{dede:arclistsg flag='c' titlelen='42' row='10'}
<li><a href="[field:arcurl/]" title="[field:fulltitle/]">[field:title/]</a></li>
{/dede:arclistsg}
</ul>


+ 1
- 4
src/theme/templets/widget_vote.htm View File

@@ -4,9 +4,6 @@
<div class="col-12 caption"><span>投票</span></div>
</div>
</div>
{dede:vote id='1' lineheight='26'
tablewidth='100%' titlebgcolor='#EDEDE2'
titlebackground='' tablebgcolor='#FFFFFF'}
{/dede:vote}
{dede:vote id='1' lineheight='26' tablewidth='100%' titlebgcolor='#EDEDE2' titlebackground='' tablebgcolor='#FFFFFF'}{/dede:vote}
</div>
<!-- /.ddcard -->

+ 9
- 18
src/user/templets/album_add.htm View File

@@ -9,11 +9,10 @@
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css">
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/member.css">
<script src="<?php echo $cfg_cmsurl; ?>/static/web/js/member_album.js"></script>
<title>新建<?php echo $cInfos['typename']; ?> - 会员中心 - <?php echo $cfg_webname; ?></title>
<title>发表<?php echo $cInfos['typename']; ?> - 会员中心 - <?php echo $cfg_webname; ?></title>
</head>
<body>
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?>
<main class="member">
<div class="container-fluid pannel">
<div class="container">
@@ -30,8 +29,7 @@
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a>
</span>
</nav>
<form name="addcontent" action="album_add.php" method="post" enctype="multipart/form-data"
onsubmit="return checkSubmit();">
<form name="addcontent" action="album_add.php" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();">
<input type="hidden" name="dopost" value="save" />
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>" />
<input type="hidden" name="imagebody" id="imagebody" value='' />
@@ -51,8 +49,7 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">作者</label>
<div class="col-sm-10">
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>"
class="form-control" />
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" />
</div>
</div>
<div class="form-group row">
@@ -65,13 +62,13 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span style="color:#F00">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">图集简介</label>
<div class="col-sm-10">
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明)
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明)
</div>
</div>
<?php
@@ -94,15 +91,13 @@
<label><input name="pagestyle" type="radio" id="pagestyle3" onclick="checkMuList()" value="3"
<?php if($cfg_album_style==3) echo " checked='checked'"; ?> />多行多列显示(缩略图)</label>
<div id='spagelist' style='display:none' class="mTB10"> 每页图片数:
<input name='pagpicnum' id='pagpicnum' size='10' class="text"
value='<?php echo $cfg_album_pagesize; ?>' />
<input name='pagpicnum' id='pagpicnum' size='10' class="text" value='<?php echo $cfg_album_pagesize; ?>' />
</div>
</p>
<p>
<label>手工上传:</label>
图片数目:<input name="picnum" type="text" id="picnum" size="6" value="3" maxlength="100" class="intxt" />
<button class="btn btn-success btn-sm" name='kkkup' type='button' id='kkkup2'
onclick="MakeUpload(0);">增加</button>(最大60幅)
<button class="btn btn-success btn-sm" name='kkkup' type='button' id='kkkup2' onclick="MakeUpload(0);">增加</button>(最大60幅)
</p>
<p>
<div id="uploadfield"></div>
@@ -115,10 +110,8 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">验证码</label>
<div class="col-sm-10">
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt"
style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer"
onclick="this.src=this.src+'?'" />
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" />
</div>
</div>
<?php }?>
@@ -136,7 +129,5 @@
</div>
</main>
<?php include(DEDEMEMBER."/templets/footer.htm"); ?>
</body>
</html>

+ 16
- 28
src/user/templets/album_edit.htm View File

@@ -9,11 +9,10 @@
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css">
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/member.css">
<script src="<?php echo $cfg_cmsurl; ?>/static/web/js/member_album.js"></script>
<title>修改图集<?php echo $row['title']?> - 会员中心 - <?php echo $cfg_webname; ?></title>
<title>修改<?php echo $row['title']?> - 会员中心 - <?php echo $cfg_webname; ?></title>
</head>
<body>
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?>
<main class="member">
<div class="container-fluid pannel">
<div class="container">
@@ -23,15 +22,14 @@
<nav class="navbar navbar-expand-lg">
<ol class="breadcrumb mb-0 mr-auto">
<li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li>
<li class="breadcrumb-item">修改图集:<?php echo $row['title']?></li>
<li class="breadcrumb-item">修改<?php echo $row['title']?></li>
</li>
</ol>
<span class="navbar-text">
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a>
</span>
</nav>
<form name="addcontent" action="album_edit.php" method="post" enctype="multipart/form-data"
onsubmit="return checkSubmit();">
<form name="addcontent" action="album_edit.php" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();">
<input type="hidden" name="dopost" value="save" />
<input type="hidden" name="aid" value="<?php echo $row['id']; ?>" />
<input type="hidden" name="idhash" value="<?php echo hash('sha256', $row['id'].$cfg_cookie_encode); ?>" />
@@ -55,8 +53,7 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">作者</label>
<div class="col-sm-10">
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>"
class="form-control" />
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" />
</div>
</div>
<div class="form-group row">
@@ -68,13 +65,13 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span style="color:#F00">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">图集简介</label>
<div class="col-sm-10">
<textarea class='form-control' name="description" id="description"><?php echo $row["description"]; ?></textarea>(内容的简要说明)
<textarea class='form-control' name="description" id="description"><?php echo $row["description"]; ?></textarea>(内容的简要说明)
</div>
</div>
<?php
@@ -103,8 +100,7 @@
<p>
<label>手工上传:</label>
图片数目:<input name="picnum" type="text" id="picnum" size="6" value="3" maxlength="100" class="intxt" />
<button class="btn btn-success btn-sm" name='kkkup' type='button' id='kkkup2'
onclick="MakeUpload(0);">增加</button>(最大60幅)
<button class="btn btn-success btn-sm" name='kkkup' type='button' id='kkkup2' onclick="MakeUpload(0);">增加</button>(最大60幅)
</p>
<p>
<div id="uploadfield"></div>
@@ -117,31 +113,27 @@
?>
<table width='98%' align="center">
<tr>
<td height="18"><input type='checkbox' name='isokcheck<?php echo $j; ?>' id='isokcheck<?php echo $j; ?>'
value='1' class='np' onclick='CheckSelTable(<?php echo $j; ?>)' checked='1' />
<td height="18"><input type='checkbox' name='isokcheck<?php echo $j; ?>' id='isokcheck<?php echo $j; ?>' value='1' class='np' onclick='CheckSelTable(<?php echo $j; ?>)' checked='1' />
显示/隐藏图片[<?php echo $j; ?>]的选框 </td>
</tr>
</table>
<table width="100%" border="0" id="seltb<?php echo $j; ?>" style="margin-bottom:10px;" align="center">
<tr>
<td height="26" colspan="2"> 图片</td>
<td height="26" colspan="2"> 图片</td>
</tr>
<tr>
<td height="26"> 本地上传:
<input type="text" name='imgfile<?php echo $j; ?>' style="width:200px;" maxlength="100"
class="intxt" />
<td height="26"> 本地上传:
<input type="text" name='imgfile<?php echo $j; ?>' style="width:200px;" maxlength="100" class="intxt" />
</td>
<td rowspan="3" align="center">
<div id='divpicview<?php echo $j; ?>' class='divpre' style="height:5px"></div>
<img src="<?php echo trim($ctag->GetInnerText()); ?>" id="picview<?php echo $j; ?>"
name="picview<?php echo $j; ?>" style="width: 128px; height: 128px;" />
<img src="<?php echo trim($ctag->GetInnerText()); ?>" id="picview<?php echo $j; ?>" name="picview<?php echo $j; ?>" style="width: 128px; height: 128px;" />
</td>
</tr>
<input type="hidden" name='imgurl<?php echo $j; ?>' value='<?php echo trim($ctag->GetInnerText())?>' />
<tr>
<td height="56"> 图片简介:
<textarea name='imgmsg<?php echo $j; ?>'
style="height:46px;width:200px"><?php echo trim($ctag->GetAtt('text'))?></textarea></td>
<td height="56"> 图片简介:
<textarea name='imgmsg<?php echo $j; ?>' style="height:46px;width:200px"><?php echo trim($ctag->GetAtt('text'))?></textarea></td>
</tr>
</table>
<?php
@@ -162,10 +154,8 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">验证码</label>
<div class="col-sm-10">
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt"
style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer"
onclick="this.src=this.src+'?'" />
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" />
</div>
</div>
<?php }?>
@@ -183,7 +173,5 @@
</div>
</main>
<?php include(DEDEMEMBER."/templets/footer.htm"); ?>
</body>
</html>

+ 6
- 12
src/user/templets/archives_add.htm View File

@@ -12,7 +12,6 @@
</head>
<body>
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?>
<main class="member">
<div class="container-fluid pannel">
<div class="container">
@@ -29,8 +28,7 @@
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a>
</span>
</nav>
<form name="addcontent" action="archives_add.php" method="post" enctype="multipart/form-data"
onsubmit="return checkSubmit();">
<form name="addcontent" action="archives_add.php" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();">
<input type="hidden" name="dopost" value="save" />
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>" />
<div id="mainCp">
@@ -49,8 +47,7 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">作者</label>
<div class="col-sm-10">
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>"
class="form-control" />
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" />
</div>
</div>
<div class="form-group row">
@@ -63,13 +60,13 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span style="color:#F00">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">信息摘要</label>
<div class="col-sm-10">
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明)
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明)
</div>
</div>
<?php
@@ -85,10 +82,8 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">验证码</label>
<div class="col-sm-10">
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt"
style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer"
onclick="this.src=this.src+'?'" />
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" />
</div>
</div>
<?php }?>
@@ -132,5 +127,4 @@
}
</script>
</body>
</html>

+ 7
- 13
src/user/templets/archives_edit.htm View File

@@ -12,7 +12,6 @@
</head>
<body>
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?>
<main class="member">
<div class="container-fluid pannel">
<div class="container">
@@ -22,15 +21,14 @@
<nav class="navbar navbar-expand-lg">
<ol class="breadcrumb mb-0 mr-auto">
<li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li>
<li class="breadcrumb-item">修改<?php echo $cInfos['typename']; ?></li>
<li class="breadcrumb-item">修改<?php echo $cInfos['typename']; ?></li>
</li>
</ol>
<span class="navbar-text">
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a>
</span>
</nav>
<form name="addcontent" action="archives_edit.php?aid=<?php echo $aid;?>" method="post" enctype="multipart/form-data"
onsubmit="return checkSubmit();">
<form name="addcontent" action="archives_edit.php?aid=<?php echo $aid;?>" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();">
<input type="hidden" name="dopost" value="save" />
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>" />
<div id="mainCp">
@@ -49,8 +47,7 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">作者</label>
<div class="col-sm-10">
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>"
class="form-control" />
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" />
</div>
</div>
<div class="form-group row">
@@ -62,13 +59,13 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span style="color:#F00">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">信息摘要</label>
<div class="col-sm-10">
<textarea class='form-control' name="description" id="description"><?php echo $row["description"]; ?></textarea>(内容的简要说明)
<textarea class='form-control' name="description" id="description"><?php echo $row["description"]; ?></textarea>(内容的简要说明)
</div>
</div>
<?php
@@ -84,10 +81,8 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">验证码</label>
<div class="col-sm-10">
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt"
style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer"
onclick="this.src=this.src+'?'" />
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" />
</div>
</div>
<?php }?>
@@ -131,5 +126,4 @@
}
</script>
</body>
</html>

+ 5
- 10
src/user/templets/archives_sg_add.htm View File

@@ -12,7 +12,6 @@
</head>
<body>
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?>
<main class="member">
<div class="container-fluid pannel">
<div class="container">
@@ -49,8 +48,7 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">作者</label>
<div class="col-sm-10">
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>"
class="form-control" />
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" />
</div>
</div>
<div class="form-group row">
@@ -63,13 +61,13 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span style="color:#F00">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">信息摘要</label>
<div class="col-sm-10">
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明)
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明)
</div>
</div>
<?php
@@ -85,10 +83,8 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">验证码</label>
<div class="col-sm-10">
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt"
style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer"
onclick="this.src=this.src+'?'" />
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" />
</div>
</div>
<?php }?>
@@ -132,5 +128,4 @@
}
</script>
</body>
</html>

+ 6
- 12
src/user/templets/archives_sg_edit.htm View File

@@ -12,7 +12,6 @@
</head>
<body>
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?>
<main class="member">
<div class="container-fluid pannel">
<div class="container">
@@ -22,15 +21,14 @@
<nav class="navbar navbar-expand-lg">
<ol class="breadcrumb mb-0 mr-auto">
<li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li>
<li class="breadcrumb-item">修改<?php echo $cInfos['typename']; ?></li>
<li class="breadcrumb-item">修改<?php echo $cInfos['typename']; ?></li>
</li>
</ol>
<span class="navbar-text">
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a>
</span>
</nav>
<form name="addcontent" action="archives_sg_edit.php?aid=<?php echo $aid;?>" method="post" enctype="multipart/form-data"
onsubmit="return checkSubmit();">
<form name="addcontent" action="archives_sg_edit.php?aid=<?php echo $aid;?>" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();">
<input type="hidden" name="dopost" value="save" />
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>" />
<div id="mainCp">
@@ -43,8 +41,7 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">作者</label>
<div class="col-sm-10">
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>"
class="form-control" />
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" />
</div>
</div>
<div class="form-group row">
@@ -56,7 +53,7 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span style="color:#F00">*</span>(不能选择带颜色的分类)
</div>
</div>
<?php
@@ -72,10 +69,8 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">验证码</label>
<div class="col-sm-10">
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt"
style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer"
onclick="this.src=this.src+'?'" />
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" />
</div>
</div>
<?php }?>
@@ -119,5 +114,4 @@
}
</script>
</body>
</html>

+ 6
- 12
src/user/templets/article_add.htm View File

@@ -12,7 +12,6 @@
</head>
<body>
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?>
<main class="member">
<div class="container-fluid pannel">
<div class="container">
@@ -29,8 +28,7 @@
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a>
</span>
</nav>
<form name="addcontent" action="article_add.php" method="post" enctype="multipart/form-data"
onsubmit="return checkSubmit();">
<form name="addcontent" action="article_add.php" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();">
<input type="hidden" name="dopost" value="save" />
<input type="hidden" name="channelid" value="<?php echo $channelid; ?>" />
<div id="mainCp">
@@ -49,8 +47,7 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">作者</label>
<div class="col-sm-10">
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>"
class="form-control" />
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" />
</div>
</div>
<div class="form-group row">
@@ -63,13 +60,13 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span style="color:#F00">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">信息摘要</label>
<div class="col-sm-10">
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明)
<textarea class='form-control' name="description" id="description"></textarea>(内容的简要说明)
</div>
</div>
<?php
@@ -89,10 +86,8 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">验证码</label>
<div class="col-sm-10">
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt"
style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer"
onclick="this.src=this.src+'?'" />
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" />
</div>
</div>
<?php }?>
@@ -136,5 +131,4 @@
}
</script>
</body>
</html>

+ 8
- 14
src/user/templets/article_edit.htm View File

@@ -8,11 +8,10 @@
<link href="<?php echo $cfg_cmsurl; ?>/static/web/font/css/font-awesome.min.css" rel="stylesheet">
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/style.css">
<link rel="stylesheet" href="<?php echo $cfg_cmsurl; ?>/static/web/css/member.css">
<title>修改文章<?php echo $row['title']?> - 会员中心 - <?php echo $cfg_webname; ?></title>
<title>修改<?php echo $row['title']?> - 会员中心 - <?php echo $cfg_webname; ?></title>
</head>
<body>
<?php include(DEDEMEMBER."/templets/top_login.htm"); ?>
<main class="member">
<div class="container-fluid pannel">
<div class="container">
@@ -22,15 +21,14 @@
<nav class="navbar navbar-expand-lg">
<ol class="breadcrumb mb-0 mr-auto">
<li class="breadcrumb-item"><a href="<?php echo $cfg_memberurl;?>/">会员中心</a></li>
<li class="breadcrumb-item">修改文章:<?php echo $row['title']?></li>
<li class="breadcrumb-item">修改<?php echo $row['title']?></li>
</li>
</ol>
<span class="navbar-text">
<a href="javascript:history.back(-1);" class="btn btn-sm">返回</a>
</span>
</nav>
<form name="addcontent" action="article_edit.php" method="post" enctype="multipart/form-data"
onsubmit="return checkSubmit();">
<form name="addcontent" action="article_edit.php" method="post" enctype="multipart/form-data" onsubmit="return checkSubmit();">
<input type="hidden" name="dopost" value="save" />
<input type="hidden" name="aid" value="<?php echo $row['id']; ?>" />
<input type="hidden" name="idhash" value="<?php echo hash('sha256', $row['id'].$cfg_cookie_encode); ?>" />
@@ -53,8 +51,7 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">作者</label>
<div class="col-sm-10">
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>"
class="form-control" />
<input name="writer" type="text" id="writer" value="<?php echo $cfg_ml->M_UserName?>" class="form-control" />
</div>
</div>
<div class="form-group row">
@@ -66,13 +63,13 @@
echo $typeOptions;
echo "</select>";
?>
<span style="color:#F00">*</span>(不能选择带颜色的分类)
<span style="color:#F00">*</span>(不能选择带颜色的分类)
</div>
</div>
<div class="form-group row">
<label class="col-sm-2 col-form-label">信息摘要</label>
<div class="col-sm-10">
<textarea class='form-control' name="description" id="description"><?php echo $row["description"]; ?></textarea>(内容的简要说明)
<textarea class='form-control' name="description" id="description"><?php echo $row["description"]; ?></textarea>(内容的简要说明)
</div>
</div>
<?php
@@ -92,10 +89,8 @@
<div class="form-group row">
<label class="col-sm-2 col-form-label">验证码</label>
<div class="col-sm-10">
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt"
style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer"
onclick="this.src=this.src+'?'" />
<input name="vdcode" type="text" id="vdcode" maxlength="100" class="intxt" style='width:100px;text-transform:uppercase;' />
<img src="../apps/vdimgck.php" alt="看不清点击更换" align="absmiddle" style="cursor:pointer" onclick="this.src=this.src+'?'" />
</div>
</div>
<?php }?>
@@ -139,5 +134,4 @@
}
</script>
</body>
</html>

Some files were not shown because too many files changed in this diff

Loading…
Cancel
Save