Browse Source

新主题颜色和界面调整

tags/6.2.0
叙述、别离 1 year ago
parent
commit
9c448a6437
66 changed files with 159 additions and 173 deletions
  1. +1
    -1
      src/admin/article_allowurl_edit.php
  2. +1
    -1
      src/admin/article_coonepage_rule.php
  3. +2
    -2
      src/admin/article_description_main.php
  4. +1
    -1
      src/admin/article_source_edit.php
  5. +1
    -1
      src/admin/article_string_mix.php
  6. +1
    -1
      src/admin/article_template_rand.php
  7. +1
    -1
      src/admin/article_writer_edit.php
  8. +1
    -1
      src/admin/css/login.min.css
  9. +1
    -1
      src/admin/dialog/select_mimages.php
  10. +2
    -2
      src/admin/file_manage_view.php
  11. +1
    -1
      src/admin/makehtml_archives_action.php
  12. +3
    -3
      src/admin/module_main.php
  13. +1
    -1
      src/admin/sys_data_done.php
  14. +2
    -2
      src/admin/templets/ad_add.htm
  15. +2
    -2
      src/admin/templets/ad_edit.htm
  16. +1
    -1
      src/admin/templets/adtype_main.htm
  17. +1
    -1
      src/admin/templets/album_edit.htm
  18. +1
    -1
      src/admin/templets/archives_sg_add.htm
  19. +1
    -1
      src/admin/templets/article_coonepage_rule.htm
  20. +29
    -35
      src/admin/templets/article_description_main.htm
  21. +3
    -11
      src/admin/templets/catalog_add_quick.htm
  22. +4
    -4
      src/admin/templets/content_batch_up.htm
  23. +2
    -2
      src/admin/templets/diy_field_add.htm
  24. +2
    -2
      src/admin/templets/diy_field_edit.htm
  25. +1
    -1
      src/admin/templets/freelist_add.htm
  26. +1
    -1
      src/admin/templets/freelist_edit.htm
  27. +1
    -1
      src/admin/templets/makehtml_archives.htm
  28. +5
    -5
      src/admin/templets/makehtml_homepage.htm
  29. +1
    -1
      src/admin/templets/makehtml_list.htm
  30. +1
    -1
      src/admin/templets/makehtml_taglist.htm
  31. +1
    -1
      src/admin/templets/member_pmall.htm
  32. +1
    -1
      src/admin/templets/member_pmone.htm
  33. +1
    -1
      src/admin/templets/member_scores.htm
  34. +6
    -6
      src/admin/templets/module_edit.htm
  35. +6
    -6
      src/admin/templets/module_make.htm
  36. +1
    -1
      src/admin/templets/module_upload.htm
  37. +1
    -1
      src/admin/templets/mychannel_edit.htm
  38. +2
    -2
      src/admin/templets/mychannel_field_add.htm
  39. +2
    -2
      src/admin/templets/mychannel_field_edit.htm
  40. +2
    -2
      src/admin/templets/mytag_add.htm
  41. +2
    -2
      src/admin/templets/mytag_edit.htm
  42. +6
    -6
      src/admin/templets/mytag_tag_guide.htm
  43. +1
    -1
      src/admin/templets/mytag_tag_guide_ok.htm
  44. +2
    -2
      src/admin/templets/plus_edit.htm
  45. +1
    -1
      src/admin/templets/soft_config.htm
  46. +2
    -2
      src/admin/templets/spec_add.htm
  47. +5
    -5
      src/admin/templets/spec_edit.htm
  48. +1
    -1
      src/admin/templets/stepselect_showajax.htm
  49. +1
    -1
      src/admin/templets/sys_admin_user_edit.htm
  50. +4
    -4
      src/admin/templets/sys_data_replace.htm
  51. +1
    -1
      src/admin/templets/sys_group_edit.htm
  52. +1
    -1
      src/admin/templets/sys_payment_install.htm
  53. +2
    -2
      src/admin/templets/tag_test.htm
  54. +3
    -3
      src/admin/templets/tpl_edit.htm
  55. +1
    -1
      src/admin/templets/tpl_edit_tag.htm
  56. +1
    -1
      src/admin/templets/tpl_newfile.htm
  57. +1
    -1
      src/admin/templets/vote_edit.htm
  58. +3
    -3
      src/admin/templets/vote_getcode.htm
  59. +9
    -9
      src/static/web/css/admin.css
  60. +1
    -1
      src/static/web/css/bootstrap.min.css
  61. +1
    -1
      src/static/web/css/bootstrap.min.css.map
  62. +8
    -8
      src/static/web/css/style.css
  63. +1
    -1
      src/static/web/css/user.css
  64. +1
    -1
      src/system/common.func.php
  65. +1
    -1
      src/theme/templets/list_infos.htm
  66. +1
    -1
      src/user/templets/album_add.htm

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

@@ -35,7 +35,7 @@ $win = new OxWindow();
$win->Init('article_allowurl_edit.php', 'js/blank.js', 'POST');
$win->AddHidden('dopost', 'save');
$win->AddTitle("每行保存一个超链接:");
$win->AddMsgItem("<textarea name='allurls' id='allurls' class='biz-textarea'>$allurls</textarea>");
$win->AddMsgItem("<textarea name='allurls' id='allurls' class='biz-textarea-xl'>$allurls</textarea>");
$winform = $win->GetWindow('ok');
$win->Display();
?>

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

@@ -90,7 +90,7 @@ else if ($action == 'editload') {
</tr>
<tr>
<td></td>
<td colspan="2"><textarea name="rule" class="biz-textarea"><?php echo $row['rule'];?></textarea></td>
<td colspan="2"><textarea name="rule" class="biz-textarea-xl"><?php echo $row['rule'];?></textarea></td>
</tr>
<tr>
<td></td>


+ 2
- 2
src/admin/article_description_main.php View File

@@ -79,7 +79,7 @@ if ($dojob == '') {
exit();
}
$dvlen = $tjlen * 1;
$tjsta = "<div style='width:260px;height:16px;border:1px solid #28a745;text-align:left'><div style='max-width:260px;width:$dvlen%;height:16px;background:#28a745'></div></div>";
$tjsta = "<div style='width:260px;height:16px;border:1px solid #1eb867;text-align:left'><div style='max-width:260px;width:$dvlen%;height:16px;background:#1eb867'></div></div>";
$tjsta .= "<br>完成处理文档总数 $tjlen %";
$nurl = "article_description_main.php?totalnum=$totalnum&startdd={$startdd}&pagesize=$pagesize&table={$table}&field={$field}&dsize={$dsize}&msize={$msize}&channel={$channel}&dojob={$dojob}";
ShowMsg($tjsta, $nurl, 0, 500);
@@ -139,7 +139,7 @@ if ($dojob == '') {
$tjlen = 100;
}
$dvlen = $tjlen * 1;
$tjsta = "<div style='width:260px;height:16px;border:1px solid #28a745;text-align:left'><div style='max-width:260px;width:$dvlen%;height:16px;background:#28a745'></div></div>";
$tjsta = "<div style='width:260px;height:16px;border:1px solid #1eb867;text-align:left'><div style='max-width:260px;width:$dvlen%;height:16px;background:#1eb867'></div></div>";
$tjsta .= "<br>完成处理文档总数 $tjlen %";
if ($tjnum < $totalnum) {
$nurl = "article_description_main.php?totalnum=$totalnum&startdd=".($startdd + $pagesize)."&pagesize=$pagesize&table={$table}&field={$field}&dsize={$dsize}&msize={$msize}&channel={$channel}&dojob={$dojob}";


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

@@ -35,7 +35,7 @@ $win = new OxWindow();
$win->Init('article_source_edit.php', 'js/blank.js', 'POST');
$win->AddHidden('dopost', 'save');
$win->AddTitle("每行保存一个来源:");
$win->AddMsgItem("<textarea name='allsource' id='allsource' class='biz-textarea'>$allsource</textarea>");
$win->AddMsgItem("<textarea name='allsource' id='allsource' class='biz-textarea-xl'>$allsource</textarea>");
$winform = $win->GetWindow('ok');
$win->Display();
?>

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

@@ -38,7 +38,7 @@ $win->Init('article_string_mix.php', 'js/blank.js', 'POST');
$win->AddHidden('dopost', 'save');
$win->AddHidden('token', $_SESSION['token']);
$win->AddTitle("<div class='alert alert-info mb-0'>如果您要启用字符串混淆来防采集,请在文档模板需要的字段加上:function='RndString(@me)'属性,如:{dede:field name='body' function='RndString(@me)'/}</div>");
$win->AddMsgItem("<textarea name='allsource' id='allsource' class='biz-textarea'>$allsource</textarea>");
$win->AddMsgItem("<textarea name='allsource' id='allsource' class='biz-textarea-xl'>$allsource</textarea>");
$winform = $win->GetWindow('ok');
$win->Display();
?>

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

@@ -98,7 +98,7 @@ function DoRand(jobname)
</td>
</tr>
<tr>
<td><textarea name='templates' id='templates' class='biz-textarea'>$templates</textarea></td>
<td><textarea name='templates' id='templates' class='biz-textarea-xl'>$templates</textarea></td>
</tr>
</table>";
$win = new OxWindow();


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

@@ -35,7 +35,7 @@ $win = new OxWindow();
$win->Init('article_writer_edit.php', 'js/blank.js', 'POST');
$win->AddHidden('dopost', 'save');
$win->AddTitle("把作者姓名用英文逗号分开:");
$win->AddMsgItem("<textarea name='allwriter' id='allwriter' class='biz-textarea'>$allwriter</textarea>");
$win->AddMsgItem("<textarea name='allwriter' id='allwriter' class='biz-textarea-xl'>$allwriter</textarea>");
$winform = $win->GetWindow('ok');
$win->Display();
?>

+ 1
- 1
src/admin/css/login.min.css View File

@@ -1 +1 @@
*{margin:0;padding:0;letter-spacing:.6px;box-sizing:border-box}body{line-height:1.5;font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#545b62;background:#f5f5f5}a{color:#545b62}h2{font-size:24px}input,select,.btn{font-size:14px!important}.biz-head{padding:1rem 0;background:#fff}.logo{height:36px}.biz-nav{height:36px;line-height:36px}.biz-nav-a{padding-right:30px}.biz-btn{color:#545b62}.dropdown-menu{min-width:8rem;font-size:14px}.dropdown-item{padding:0 1rem;height:30px;line-height:30px;font-size:14px;color:#545b62!important}.login-from{margin:0 auto;width:500px}.login-area{padding:1.25rem;background:#fff;border-radius:.2rem}.login-power{padding-top:1rem}.login-power a,.goindex a{color:#28a745}.form-control{height:36px}#browsehappy{padding:20px 30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:0}.browsehappy-close{float:right;cursor:pointer}@media (max-width:760px){.biz-head{padding:1rem 15px}.biz-nav-a{display:none!important}.login-from{width:100%}}
*{margin:0;padding:0;letter-spacing:.6px;box-sizing:border-box}body{line-height:1.5;font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#545b62;background:#f5f5f5}a{color:#545b62}h2{font-size:24px}input,select,.btn{font-size:14px!important}.biz-head{padding:1rem 0;background:#fff}.logo{height:36px}.biz-nav{height:36px;line-height:36px}.biz-nav-a{padding-right:30px}.biz-btn{color:#545b62}.dropdown-menu{min-width:8rem;font-size:14px}.dropdown-item{padding:0 1rem;height:30px;line-height:30px;font-size:14px;color:#545b62!important}.login-from{margin:0 auto;width:500px}.login-area{padding:1.25rem;background:#fff;border-radius:.2rem}.login-power{padding-top:1rem}.login-power a,.goindex a{color:#1eb867}.form-control{height:36px}#browsehappy{padding:20px 30px;font-size:14px;line-height:16px;color:#856404;background:#fff3cd;border-radius:.25rem;border:0}.browsehappy-close{float:right;cursor:pointer}@media (max-width:760px){.biz-head{padding:1rem 15px}.biz-nav-a{display:none!important}.login-from{width:100%}}

+ 1
- 1
src/admin/dialog/select_mimages.php View File

@@ -19,7 +19,7 @@ input[type=radio],input[type=checkbox]{margin:0;height:auto;box-shadow:none;outl
button+button{margin-left:10px}
#wrap{padding:10px}
#topbar{padding:10px 0;border-bottom:1px solid #ccc;text-align:right}
#topbar button{display:inline-block;border:0;padding:.25rem .5rem;line-height:1.5;font-size:12px;color:#fff;background:#28a745;border-color:#28a745;border-radius:.25rem;transition:all .6s;text-align:center}
#topbar button{display:inline-block;border:0;padding:.25rem .5rem;line-height:1.5;font-size:12px;color:#fff;background:#1eb867;border-color:#1eb867;border-radius:.25rem;transition:all .6s;text-align:center}
.topbar button+.topbar button{margin-left:10px}
#topbar button:focus{background:#006829;border-color:#005b24;box-shadow:0 0 0 0.2rem rgba(38,159,86,.5);outline:none}
#file_list{display:grid;grid-gap:10px;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));padding-top:10px}


+ 2
- 2
src/admin/file_manage_view.php View File

@@ -100,7 +100,7 @@ else if ($fmdo == "edit") {
fclose($fp);
$content = dede_htmlspecialchars($content);
}
$contentView = "<textarea name='str' id='str' class='biz-textarea'>$content</textarea>\r\n";
$contentView = "<textarea name='str' id='str' class='biz-textarea-xl'>$content</textarea>\r\n";
$GLOBALS['filename'] = $filename;
$path_parts = pathinfo($filename);
if ($path_parts['extension'] == 'php') {
@@ -121,7 +121,7 @@ else if ($fmdo == "newfile") {
$content = "";
$GLOBALS['filename'] = "newfile.txt";
$GLOBALS['extension'] = 'text/html';
$contentView = "<textarea id='str' name='str' class='biz-textarea'></textarea>\r\n";
$contentView = "<textarea id='str' name='str' class='biz-textarea-xl'></textarea>\r\n";
$GLOBALS['token'] = make_hash();
$ctp = new DedeTagParse();
$ctp->LoadTemplate(DEDEADMIN."/templets/file_edit.htm");


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

@@ -79,7 +79,7 @@ $ttime = time() - $sstime;
$ttime = number_format(($ttime / 60), 2);
//返回提示信息
$tjlen = $totalnum > 0 ? ceil(($tjnum / $totalnum) * 100) : 100;
$tjsta = "<div style='width:260px;height:16px;border:1px solid #28a745;text-align:left'><div style='max-width:260px;width:$tjlen%;height:16px;background:#28a745'></div></div>";
$tjsta = "<div style='width:260px;height:16px;border:1px solid #1eb867;text-align:left'><div style='max-width:260px;width:$tjlen%;height:16px;background:#1eb867'></div></div>";
$tjsta .= "<br>到达位置:".($startdd + $pagesize).",用时:$ttime 分钟<br>完成更新文档总数 $tjlen %";
//速度测试
if ($tjnum < $totalnum) {


+ 3
- 3
src/admin/module_main.php View File

@@ -204,7 +204,7 @@ else if ($action == 'setup') {
<td></td>
</tr>
<tr>
<td height='160' colspan='2'><textarea name='filelists' id='filelists' class='biz-textarea'>{$filelist}</textarea></td>
<td height='160' colspan='2'><textarea name='filelists' id='filelists' class='biz-textarea-xl'>{$filelist}</textarea></td>
</tr>
<tr>
<td>对于已存在文件处理方法:</td>
@@ -393,7 +393,7 @@ else if ($action == 'uninstall') {
</tr>
<tr>
<td height='160' colspan='2'>
<textarea name='filelists' id='filelists' class='biz-textarea'>{$filelist}</textarea>
<textarea name='filelists' id='filelists' class='biz-textarea-xl'>{$filelist}</textarea>
</td>
</tr>
<tr>
@@ -534,7 +534,7 @@ else if ($action == 'view') {
</tr>
<tr>
<td height='160' colspan='2'>
<textarea name='filelists' id='filelists' class='biz-textarea'>{$filelist}</textarea>
<textarea name='filelists' id='filelists' class='biz-textarea-xl'>{$filelist}</textarea>
</td>
</tr>
</table>";


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

@@ -257,7 +257,7 @@ else if ($dopost == 'redat') {
function PutInfo($msg1, $msg2)
{
global $cfg_soft_lang;
$msginfo = "<!DOCTYPE html><html><head><meta charset='utf-8'><meta http-equiv='X-UA-Compatible' content='IE=Edge,chrome=1'><title>提示信息</title><style>body{margin:0;line-height:1.5;font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#545b62;background:#f5f5f5}a{color:#28a745;text-decoration:none}.tips{margin:70px auto 0;padding:0;width:500px;height:auto;background:#fff;border-radius:.2rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.tips-head{margin:0 20px;padding:16px 0;border-bottom:1px solid #f5f5f5}.tips-head p{margin:0;padding-left:10px;line-height:16px;text-align:left;border-left:3px solid #dc3545}.tips-box{padding:20px;min-height:130px;color:#545b62}.btn a{display:inline-block;margin:20px auto 0;padding:.375rem .75rem;font-size:12px;color:#fff;background:#28a745;border-radius:.2rem;text-align:center;transition:all .6s}.btn a:focus{background:#006829;border-color:#005b24;box-shadow:0 0 0 0.2rem rgba(38,159,86,.5)}@media (max-width:768px){body{padding:0 15px}.tips{width:100%}}</style></head><body><center><div class='tips'><div class='tips-head'><p>提示信息</p></div><div class='tips-box'>{$msg1}{$msg2}</div></div>";
$msginfo = "<!DOCTYPE html><html><head><meta charset='utf-8'><meta http-equiv='X-UA-Compatible' content='IE=Edge,chrome=1'><title>提示信息</title><style>body{margin:0;line-height:1.5;font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#545b62;background:#f5f5f5}a{color:#1eb867;text-decoration:none}.tips{margin:70px auto 0;padding:0;width:500px;height:auto;background:#fff;border-radius:.2rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.tips-head{margin:0 20px;padding:16px 0;border-bottom:1px solid #f5f5f5}.tips-head p{margin:0;padding-left:10px;line-height:16px;text-align:left;border-left:3px solid #dc3545}.tips-box{padding:20px;min-height:130px;color:#545b62}.btn a{display:inline-block;margin:20px auto 0;padding:.375rem .75rem;font-size:12px;color:#fff;background:#1eb867;border-radius:.2rem;text-align:center;transition:all .6s}.btn a:focus{background:#006829;border-color:#005b24;box-shadow:0 0 0 0.2rem rgba(38,159,86,.5)}@media (max-width:768px){body{padding:0 15px}.tips{width:100%}}</style></head><body><center><div class='tips'><div class='tips-head'><p>提示信息</p></div><div class='tips-box'>{$msg1}{$msg2}</div></div>";
echo $msginfo."</center></body></html>";
}
function RpLine($str)


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

@@ -128,7 +128,7 @@
</tr>
<tr>
<td>过期显示内容:</td>
<td><textarea name="expbody" id="expbody" class="biz-textarea"></textarea></td>
<td><textarea name="expbody" id="expbody" class="biz-textarea-xl"></textarea></td>
<td></td>
</tr>
<tr>
@@ -145,7 +145,7 @@
<tr>
<td width="260">广告代码:<br>
请填写广告代码,支持网页代码</td>
<td><textarea name="normbody[htmlcode]" class="biz-textarea"></textarea></td>
<td><textarea name="normbody[htmlcode]" class="biz-textarea-xl"></textarea></td>
</tr>
</table>
</div>


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

@@ -102,13 +102,13 @@
</tr>
<tr>
<td>正常显示内容:</td>
<td width="70%"><textarea name="normbody" id="normbody" class="biz-textarea"><?php echo dede_htmlspecialchars(stripslashes($row['normbody']))?></textarea>
<td width="70%"><textarea name="normbody" id="normbody" class="biz-textarea-xl"><?php echo dede_htmlspecialchars(stripslashes($row['normbody']))?></textarea>
</td>
<td width="10%"></td>
</tr>
<tr>
<td>过期显示内容:</td>
<td><textarea name="expbody" id="expbody" class="biz-textarea"><?php echo dede_htmlspecialchars($row['expbody'])?></textarea></td>
<td><textarea name="expbody" id="expbody" class="biz-textarea-xl"><?php echo dede_htmlspecialchars($row['expbody'])?></textarea></td>
<td></td>
</tr>
<tr>


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

@@ -39,7 +39,7 @@
</tr>
<tr align="center">
<td colspan="2"><input type="text" name="pname_new" id="pname_new" style="width:90%"></td>
<td align="center"><label><input type="checkbox" name="check_new" id="check_new" value="1" checked="1"> 新增</label></td>
<td align="center"><label><input type="checkbox" name="check_new" id="check_new" value="1" checked="1"> 新增</label></td>
</tr>
<tr>
<td colspan="5" align="center" bgcolor="#f5f5f5"><input name="submit" type="submit" class="btn btn-success btn-sm" value="确定"></td>


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

@@ -155,7 +155,7 @@
<td width="90">作者:</td>
<td>
<input type="text" name="writer" id="writer" value="<?php echo $arcRow['writer']?>" class="biz-input-sm">
<button type="button"name="selwriter" id="selwriter" class="btn btn-success btn-sm">选择</button>
<button type="button"name="selwriter" id="selwriter" class="btn btn-success btn-sm">选择</button>
</td>
</tr>
</table>


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

@@ -89,7 +89,7 @@
<label><input type="checkbox" name="ddisremote" value="1" id="ddisremote"> 远程</label>
<span class="btn btn-success btn-sm fileinput-button">上传图片<input type="file" name="files[]" id="iptAddImages"></span>
<button type="button" name="Submit2" onclick="SelectImage('form1.picname','small');" class="btn btn-success btn-sm">选择图片</button>
<button type="button"id="btnClearAll" class="btn btn-success btn-sm">清空</button>
<button type="button"id="btnClearAll" class="btn btn-success btn-sm">清空</button>
</td>
<td><img src="../static/web/img/thumbnail.jpg" id="litPic" class="thumbnail"></td>
</tr>


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

@@ -154,7 +154,7 @@
</tr>
<tr>
<td></td>
<td colspan="2"><textarea name="rule" class="biz-textarea">{@body}</textarea></td>
<td colspan="2"><textarea name="rule" class="biz-textarea-xl">{@body}</textarea></td>
</tr>
<tr>
<td colspan="3" align="center" class="py-2">


+ 29
- 35
src/admin/templets/article_description_main.htm View File

@@ -12,49 +12,43 @@
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3">
<form action="article_description_main.php" name="form1" target="stafrm" method="post">
<tr>
<td bgcolor="#f5f5f5">自动摘要分页</td>
</tr>
<tr>
<td><div class="alert alert-info mb-0">用于自动更新您系统没有填写摘要的文档的摘要信息或更新没分页的文档的自动分页标识(文档使用了自动分页后会降低网页生成速度,并且在没人工干扰的情况下可能导致分页内容的网页错误,请小心使用此功能)</div></td>
</tr>
<tr>
<td>
<table width="90%" cellpadding="2" cellspacing="2" class="table table-borderless">
<tr>
<td width="260">频道id:<input type="text" name="channel" id="channel" value="1" class="biz-input-md">(可在“<a href="mychannel_main.php">频道模型管理</a>”处获得)</td>
<td>摘要大小:<input type="text" name="dsize" id="dsize" value="<?php echo $cfg_auot_description?>" class="biz-input-md">(最大250字节)</td>
</tr>
<tr>
<td>数据表:<input type="text" name="table" id="table2" value="<?php echo $cfg_dbprefix?>addonarticle" class="biz-input-md"></td>
<td>分析字段:<input type="text" name="field" id="field2" value="body" class="biz-input-md"></td>
</tr>
<tr>
<td>最小值:<input type="text" name="msize" id="msize2" value="512" class="biz-input-md">(字节,内容大于该值才分析)</td>
<td>每批处理:<input type="text" name="pagesize" id="pagesize" value="100" class="biz-input-md">条记录</td>
</tr>
<tr>
<td>开始id:<input type="text" name="sid" id="sid" class="biz-input-sm"></td>
<td>结束id:<input type="text" name="eid" id="eid" class="biz-input-sm"></td>
</tr>
<tr>
<td>操作:
<label><input type="radio" name="dojob" value="des" checked> 自动摘要</label>
<label><input type="radio" name="dojob" value="page"> 自动分页</label>
</td>
<td>自动分页大小:<?php echo $cfg_arcautosp_size?> K <a href='sys_info.php' class="btn btn-success btn-sm">修改系统参数</a></td>
</tr>
</table>
<td bgcolor="#f5f5f5" colspan="2">自动摘要分页</td>
</tr>
<tr>
<td colspan="2"><div class="alert alert-info mb-0">用于自动更新您系统没有填写摘要的文档的摘要信息或更新没分页的文档的自动分页标识(文档使用了自动分页后会降低网页生成速度,并且在没人工干扰的情况下可能导致分页内容的网页错误,请小心使用此功能)</div></td>
</tr>
<tr>
<td width="360">频道id:<input type="text" name="channel" id="channel" value="1" class="biz-input-xs">(可在“<a href="mychannel_main.php">频道模型管理</a>”处获得)</td>
<td>摘要大小:<input type="text" name="dsize" id="dsize" value="<?php echo $cfg_auot_description?>" class="biz-input-xs">(最大250字节)</td>
</tr>
<tr>
<td>数据表:<input type="text" name="table" id="table2" value="<?php echo $cfg_dbprefix?>addonarticle" class="biz-input-sm"></td>
<td>分析字段:<input type="text" name="field" id="field2" value="body" class="biz-input-sm"></td>
</tr>
<tr>
<td>最小值:<input type="text" name="msize" id="msize2" value="512" class="biz-input-xs">(字节,内容大于该值才分析)</td>
<td>每批处理:<input type="text" name="pagesize" id="pagesize" value="100" class="biz-input-xs"> 条记录</td>
</tr>
<tr>
<td>开始id:<input type="text" name="sid" id="sid" class="biz-input-xs"></td>
<td>结束id:<input type="text" name="eid" id="eid" class="biz-input-xs"></td>
</tr>
<tr>
<td>操作:
<label><input type="radio" name="dojob" value="des" checked> 自动摘要</label>
<label><input type="radio" name="dojob" value="page"> 自动分页</label>
</td>
<td>自动分页大小:<?php echo $cfg_arcautosp_size?> K <a href="sys_info.php" class="btn btn-success btn-sm">系统参数</a></td>
</tr>
<tr>
<td bgcolor="#fbfce2" align="center"><button type="submit" name="Submit" class="btn btn-success btn-sm">执行分析</button></td>
<td bgcolor="#fbfce2" align="center" colspan="2"><button type="submit" name="Submit" class="btn btn-success btn-sm">执行分析</button></td>
</tr>
</form>
<tr>
<td>结果:</td>
<td colspan="2">结果:</td>
</tr>
<tr>
<td id="mtd">
<td colspan="2" id="mtd">
<div id="mdv" class="biz-win-iframe"><iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe></div>
</td>
</tr>


+ 3
- 11
src/admin/templets/catalog_add_quick.htm View File

@@ -97,10 +97,6 @@
</tr>
</table>
<table width="100%" id="needset" cellspacing="0" cellpadding="0" class="table biz-border">
<tr>
<td bgcolor="#f5f5f5">公用参数:</td>
<td bgcolor="#f5f5f5"></td>
</tr>
<tr>
<td width="260" class="biz-td">是否支持投稿:</td>
<td class="biz-td">
@@ -111,7 +107,7 @@
<tr>
<td class="biz-td">目录保存位置:</td>
<td class="biz-td">
<label><input type="radio" name="referpath" value="parent" checked="1"> 默认HMTL目录(
<label><input type="radio" name="referpath" value="parent" checked="1"> 默认网页目录(
<?php
$pardir = '{cmspath}'.$cfg_arcdir;
if (!empty($typedir)) $pardir = $typedir.'/';
@@ -186,10 +182,6 @@
<i class="fa fa-question-circle" title="帮助" onClick="ShowHide('helpvar3')"></i>
</td>
</tr>
<tr>
<td bgcolor="#f5f5f5">栏目填写:</td>
<td bgcolor="#f5f5f5"></td>
</tr>
<tr>
<td colspan="2">
<table id="addQuick" width="98%" cellpadding="3" cellspacing="1">
@@ -210,7 +202,7 @@
<td align="center"><button type="button" name="" id="add" class="btn btn-danger btn-sm">删除</button></td>
</tr>
<?php for($i=2;$i<=10;$i++) {?>
<tr class="repeat" align="center">
<tr class="repeat" align="center">
<td class="rank">
<input type="hidden" name="posttype<?php echo $i;?>" value="<?php echo $i;?>">
<input type="text" name="rank<?php echo $i;?>" id="rank<?php echo $i;?>" value="<?php echo $i;?>" class="biz-input-sm">
@@ -238,7 +230,7 @@
<td align="center"><button type="button" name="" id="add" class="btn btn-danger btn-sm">删除</button></td>
</tr>
<?php for($i=2;$i<=10;$i++) {?>
<tr class="repeat" align="center">
<tr class="repeat" align="center">
<td class="rank">
<input type="hidden" name="posttype<?php echo $i;?>" value="<?php echo $i;?>">
<input type="text" name="rank<?php echo $i;?>" id="rank<?php echo $i;?>" value="<?php echo $i;?>" class="biz-input-sm">


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

@@ -69,7 +69,7 @@
<?php
$tl = new TypeLink(0);
$typeOptions = $tl->GetOptionArray(0,$admin_catalogs,0,1);
echo "<select name='typeid' class='biz-input-md'>";
echo "<select name='typeid' class='biz-input-sm'>";
echo "<option value='0' selected>不限栏目</option>";
echo $typeOptions;
echo "</select>";
@@ -79,8 +79,8 @@
<tr>
<td>起始id:</td>
<td>
开始:<input name="startid" type="text" id="startid" size="10">
结束:<input name="endid" type="text" id="endid" size="10">
开始:<input name="startid" type="text" id="startid" class="biz-input-xs">
结束:<input name="endid" type="text" id="endid" class="biz-input-xs">
</td>
</tr>
<tr>
@@ -105,7 +105,7 @@
</tr>
<tr>
<td>用户的登录id:</td>
<td><input name="userid" type="text" id="userid" size="20">(网址uid=后面跟的id)</td>
<td><input name="userid" type="text" id="userid" class="biz-input-xs">(网址uid=后面跟的id)</td>
</tr>
<tr>
<td>操作:</td>


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

@@ -120,7 +120,7 @@
<tr>
<td>默认值:<br>
<span>如果定义数据类型为select、radio、checkbox时,此处填写被选择的项目(英文逗号分开,如“天涯,叙述”)</span></td>
<td><textarea name="vdefault" id="vdefault" class="biz-textarea"></textarea></td>
<td><textarea name="vdefault" id="vdefault" class="biz-textarea-xl"></textarea></td>
</tr>
<tr>
<td>最大长度:<br>
@@ -133,7 +133,7 @@
</tr>
<tr>
<td align="center"></td>
<td><textarea name="vinnertext" id="vinnertext" class="biz-textarea"></textarea></td>
<td><textarea name="vinnertext" id="vinnertext" class="biz-textarea-xl"></textarea></td>
</tr>
<tr>
<td colspan="2" bgcolor="#f5f5f5" align="center" class="py-2">


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

@@ -119,7 +119,7 @@
<tr>
<td>默认值:<br>
<span> 如果定义数据类型为select、radio、checkbox时,此处填写被选择的项目(英文逗号分开,如“天涯,叙述”)如果为联动选框,这里填写联动选框项目名称</span></td>
<td><textarea name="vdefault" id="vdefault" class="biz-textarea"><?php echo $ctag->GetAtt('default');?></textarea></td>
<td><textarea name="vdefault" id="vdefault" class="biz-textarea-xl"><?php echo $ctag->GetAtt('default');?></textarea></td>
</tr>
<tr>
<td>最大长度:<br>
@@ -132,7 +132,7 @@
</tr>
<tr>
<td align="center"></td>
<td><textarea name="vinnertext" id="vinnertext" class="biz-textarea"><?php echo $ctag->GetInnerText();?></textarea></td>
<td><textarea name="vinnertext" id="vinnertext" class="biz-textarea-xl"><?php echo $ctag->GetInnerText();?></textarea></td>
</tr>
<tr>
<td colspan="2" bgcolor="#f5f5f5">


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

@@ -240,7 +240,7 @@
</tr>
<tr>
<td>
<textarea name="innertext" id="myinnertext" class="biz-textarea"></textarea>
<textarea name="innertext" id="myinnertext" class="biz-textarea-xl"></textarea>
<script>document.form1.innertext.value = document.getElementById("list4").innerHTML.toLowerCase();</script>
</td>
</tr>


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

@@ -200,7 +200,7 @@
</td>
</tr>
<tr>
<td><textarea name="innertext" id="myinnertext" class="biz-textarea"><?php echo $ctag->GetInnerText()?></textarea></td>
<td><textarea name="innertext" id="myinnertext" class="biz-textarea-xl"><?php echo $ctag->GetInnerText()?></textarea></td>
</tr>
<tr>
<td align="center" class="py-2"><button name="Submit2" type="submit" id="Submit2" class="btn btn-success btn-sm">保存</button></td>


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

@@ -24,7 +24,7 @@
if (empty($cid)) $cid="0";
$tl = new TypeLink($cid);
$typeOptions = $tl->GetOptionArray($cid,$admin_catalogs,0);
echo "<select name='typeid' class='biz-input-md'>";
echo "<select name='typeid' class='biz-input-sm'>";
if ($cid=="0") echo "<option value='0' selected>更新所有文档</option>";
echo $typeOptions;
echo "</select>";


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

@@ -33,13 +33,13 @@
<tr>
<td width="260">选择首页模板:</td>
<td>
<input type="text" name="templet" id="templet" value="<?php echo $row['templet']?>" class="biz-input-md">
<input type="text" name="templet" id="templet" value="<?php echo $row['templet']?>" class="biz-input-sm">
<button type="button" name="set4" value="" class="btn btn-success btn-sm" onClick="SelectTemplets('form1.templet');">浏览</button>
</td>
</tr>
<tr>
<td>首页位置:</td>
<td><input type="text" name="position" id="position" value="<?php echo $row['position']?>" class="biz-input-md"></td>
<td><input type="text" name="position" id="position" value="<?php echo $row['position']?>" class="biz-input-sm"></td>
</tr>
<tr>
<td>相关选项:</td>
@@ -74,18 +74,18 @@
?>
<tr>
<td>设置操作密码:</td>
<td><input name="dedebiz_admin" type="password" id="dedebiz_admin" value="" class="biz-input-md">设定后所有的DedeBIZ涉及安全操作输入当前操作密码</td>
<td><input name="dedebiz_admin" type="password" id="dedebiz_admin" value="" class="biz-input-sm">设定后所有的DedeBIZ涉及安全操作输入当前操作密码</td>
</tr>
<tr>
<td>重复操作密码:</td>
<td><input name="re_dedebiz_admin" type="password" id="re_dedebiz_admin" value="" class="biz-input-md"></td>
<td><input name="re_dedebiz_admin" type="password" id="re_dedebiz_admin" value="" class="biz-input-sm"></td>
</tr>
<?php
} else {
?>
<tr>
<td>操作密码:</td>
<td><input name="dedebiz_admin" type="password" id="dedebiz_admin" value="" class="biz-input-md"></td>
<td><input name="dedebiz_admin" type="password" id="dedebiz_admin" value="" class="biz-input-sm"></td>
</tr>
<tr>
<td>首页状态:</td>


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

@@ -21,7 +21,7 @@
if (empty($cid)) $cid=0;
$tl = new TypeLink($cid);
$typeOptions = $tl->GetOptionArray($cid,$admin_catalogs,0,1);
echo "<select name='typeid' class='biz-input-md'>";
echo "<select name='typeid' class='biz-input-sm'>";
if ($cid=='0') echo "<option value='0' selected='1'>更新所有栏目</option>";
echo $typeOptions;
echo "</select>";


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

@@ -48,7 +48,7 @@
<?php }?>
<tr>
<td>生成位置:</td>
<td><input type="text" name="tagsdir" id="tagsdir" value="<?php echo $cfg_tags_dir;?>" class="biz-input-md" disabled> <a href="sys_info.php">系统设置</a>-其他选项中“标签生成目录”项进行调整</td>
<td><input type="text" name="tagsdir" id="tagsdir" value="<?php echo $cfg_tags_dir;?>" class="biz-input-sm" disabled> <a href="sys_info.php">系统设置</a>中其他选项“标签生成目录”项进行调整</td>
</tr>
<tr>
<td>每次最大创建页数:</td>


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

@@ -43,7 +43,7 @@
</tr>
<tr>
<td><label for="pm_textarea">内容:</label></td>
<td><textarea name="message" id="message" class="biz-textarea"></textarea>(1000个字符以内)</td>
<td><textarea name="message" id="message" class="biz-textarea-xl"></textarea>(1000个字符以内)</td>
</tr>
<tr>
<td colspan="2" align="center" class="py-2"><input type="submit" value="提交" class="btn btn-success btn-sm"></td>


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

@@ -47,7 +47,7 @@
</tr>
<tr>
<td><label for="pm_textarea">内容:</label></td>
<td><textarea name="message" id="message" class="biz-textarea"></textarea>(1000个字符以内)</td>
<td><textarea name="message" id="message" class="biz-textarea-xl"></textarea>(1000个字符以内)</td>
</tr>
<tr>
<td colspan="2" align="center" class="py-2"><input type="submit" value="提交" class="btn btn-success btn-sm"></td>


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

@@ -40,7 +40,7 @@
<td align="center"><input type="checkbox" name="Ids-<?php echo $v['id']?>" id="Ids-<?php echo $v['id']?>" value="1"></td>
<td align="center"><input type="text" name="integral-<?php echo $v['id']?>" id="integral-<?php echo $v['id']?>" value="<?php echo $v['integral']?>" class="biz-input-sm"></td>
<td align="center"><input type="text" name="icon-<?php echo $v['id']?>" id="icon-<?php echo $v['id']?>" value="<?php echo $v['icon']?>" class="biz-input-sm"></td>
<td align="center"><input type="text" name="titles-<?php echo $v['id']?>" id="titles-<?php echo $v['id']?>" value="<?php echo $v['titles']?>" class="biz-input-sm"></td>
<td align="center"><input type="text" name="titles-<?php echo $v['id']?>" id="titles-<?php echo $v['id']?>" value="<?php echo $v['titles']?>" class="biz-input-sm"></td>
<td align="center">
<select name="isdefault-<?php echo $v['id']?>" id="isdefault-<?php echo $v['id']?>">
<option value="1" <?php if ($v['isdefault']) echo " selected='selected'";?>>是</option>


+ 6
- 6
src/admin/templets/module_edit.htm View File

@@ -87,7 +87,7 @@
<tr>
<td>后台管理菜单:</td>
<td>
<textarea name="menustring" id="menustring" class="biz-textarea"><?php echo $menustring;?></textarea><br>
<textarea name="menustring" id="menustring" class="biz-textarea-xl"><?php echo $menustring;?></textarea><br>
(普通插件或模板、补丁类不要填写,模块菜单格式请参考inc/inc_menu_module.php)
</td>
</tr>
@@ -100,7 +100,7 @@
如果需要带网页格式,请编译后点击修改时使用网页</td>
</tr>
<tr>
<td><textarea name="readmetxt" id="readmetxt" class="biz-textarea"><?php echo $readmetxt;?></textarea></td>
<td><textarea name="readmetxt" id="readmetxt" class="biz-textarea-xl"><?php echo $readmetxt;?></textarea></td>
</tr>
</table>
</td>
@@ -120,7 +120,7 @@
</td>
</tr>
<tr>
<td><textarea name="setupsql40" id="setupsql40" class="biz-textarea"><?php echo $setupsql40;?></textarea></td>
<td><textarea name="setupsql40" id="setupsql40" class="biz-textarea-xl"><?php echo $setupsql40;?></textarea></td>
</tr>
</table>
</div>
@@ -139,7 +139,7 @@
(SQL允许换行,但必须用 ";换行" 表示一条SQL语句结束)</td>
</tr>
<tr>
<td><textarea name="delsql" id="delsql" class="biz-textarea"><?php echo $delsql;?></textarea></td>
<td><textarea name="delsql" id="delsql" class="biz-textarea-xl"><?php echo $delsql;?></textarea></td>
</tr>
</table>
</div>
@@ -157,13 +157,13 @@
<td>每行指定一个文件或目录,路径为相对于本目录,本目录的文件则直接用文件名即可,对于整个打包的目录,不需要指定子目录里的文件<br>
如:如果已经指定了:../book 则不需要再指定目录里的 ../book/index.php 等文件或目录,系统会自动索引整个目录,<br>
对于不需要索引整个目录的,请不要指定这个目录,否则可能会把不必要的文件也放进模块中 <br>
<textarea name="filelist" id="filelist" class="biz-textarea"><?php echo $filelist;?></textarea>
<textarea name="filelist" id="filelist" class="biz-textarea-xl"><?php echo $filelist;?></textarea>
</td>
</tr>
<tr>
<td>开发者私钥:</td>
<td>开发者认证后获取的私钥<br>
<textarea name="priv" id="priv" class="biz-textarea"></textarea>
<textarea name="priv" id="priv" class="biz-textarea-xl"></textarea>
</td>
</tr>
<tr>


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

@@ -79,7 +79,7 @@
<tr>
<td>后台管理菜单:</td>
<td>
<textarea name="menustring" id="menustring" class="biz-textarea"></textarea><br>
<textarea name="menustring" id="menustring" class="biz-textarea-xl"></textarea><br>
(普通插件或模板、补丁类不要填写,模块菜单格式请参考inc/inc_menu_module.php)
</td>
</tr>
@@ -99,7 +99,7 @@
如果需要带网页格式,请编译后点击修改时使用网页</td>
</tr>
<tr>
<td><textarea name="readmetxt" id="readmetxt" class="biz-textarea"></textarea></td>
<td><textarea name="readmetxt" id="readmetxt" class="biz-textarea-xl"></textarea></td>
</tr>
</table>
</div>
@@ -123,7 +123,7 @@
</td>
</tr>
<tr>
<td><textarea name="setupsql40" id="setupsql40" class="biz-textarea"></textarea></td>
<td><textarea name="setupsql40" id="setupsql40" class="biz-textarea-xl"></textarea></td>
</tr>
</table>
</div>
@@ -143,7 +143,7 @@
</td>
</tr>
<tr>
<td><textarea name="delsql" id="delsql" class="biz-textarea"></textarea></td>
<td><textarea name="delsql" id="delsql" class="biz-textarea-xl"></textarea></td>
</tr>
</table>
</div>
@@ -156,14 +156,14 @@
每行指定一个文件或目录,路径为相对于本目录,本目录的文件则直接用文件名即可,对于整个打包的目录,不需要指定子目录里的文件<br>
如:如果已经指定了:../book 则不需要再指定目录里的 ../book/index.php 等文件或目录,系统会自动索引整个目录<br>
对于不需要索引整个目录的,请不要指定这个目录,否则可能会把不必要的文件也放进模块中<br>
<textarea name="filelist" id="filelist" class="biz-textarea"></textarea>
<textarea name="filelist" id="filelist" class="biz-textarea-xl"></textarea>
</p>
</td>
</tr>
<tr>
<td>开发者私钥:</td>
<td>开发者认证后获取的私钥<br>
<textarea name="priv" id="priv" class="biz-textarea"></textarea>
<textarea name="priv" id="priv" class="biz-textarea-xl"></textarea>
</td>
</tr>
<tr>


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

@@ -34,7 +34,7 @@
<tr>
<td>文件列表</td>
<td>文件用&quot;,&quot;分开,路径相对于管理目录(当前目录)<br>
<textarea name="filelist" id="filelist" class="biz-textarea"></textarea></td>
<textarea name="filelist" id="filelist" class="biz-textarea-xl"></textarea></td>
</tr>
<tr>
<td bgcolor="#f5f5f5" colspan="2" align="center" class="py-2"><button type="submit" class="btn btn-success btn-sm">确定</button></td>


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

@@ -283,7 +283,7 @@
<tr>
<td width="30%">模型字段配置(文本模式)<br>
修改配置文本可调整字段顺序,但不会修改字段属性</td>
<td width="70%"><textarea name="fieldset" id="fieldset" class="biz-textarea"><?php echo stripslashes($row['fieldset']);?></textarea></td>
<td width="70%"><textarea name="fieldset" id="fieldset" class="biz-textarea-xl"><?php echo stripslashes($row['fieldset']);?></textarea></td>
</tr>
</table>
<table width="98%" cellpadding="3" cellspacing="1" align="center" class="table maintable my-3">


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

@@ -184,7 +184,7 @@
<tr>
<td>默认值:<br>
<span>如果定义数据类型为select、radio、checkbox时,此处填写被选择的项目(英文逗号分开,如“天涯,叙述”)</span></td>
<td><textarea name="vdefault" id="vdefault" class="biz-textarea"></textarea></td>
<td><textarea name="vdefault" id="vdefault" class="biz-textarea-xl"></textarea></td>
</tr>
<tr>
<td>最大长度:<br>
@@ -197,7 +197,7 @@
</tr>
<tr>
<td align="center"></td>
<td><textarea name="vinnertext" id="vinnertext" class="biz-textarea"></textarea></td>
<td><textarea name="vinnertext" id="vinnertext" class="biz-textarea-xl"></textarea></td>
</tr>
<tr>
<td colspan="2" bgcolor="#f5f5f5" align="center" class="py-2">


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

@@ -178,7 +178,7 @@
<tr>
<td>默认值:<br>
<span>如果定义数据类型为select、radio、checkbox时,此处填写被选择的项目(英文逗号分开,如“天涯,叙述”)如果为联动选框,这里填写联动选框项目名称</span></td>
<td><textarea name="vdefault" id="vdefault" class="biz-textarea"><?php echo $ctag->GetAtt('default');?></textarea></td>
<td><textarea name="vdefault" id="vdefault" class="biz-textarea-xl"><?php echo $ctag->GetAtt('default');?></textarea></td>
</tr>
<tr>
<td>最大长度:<br>
@@ -191,7 +191,7 @@
</tr>
<tr>
<td align="center"><br> </td>
<td><textarea name="vinnertext" id="vinnertext" class="biz-textarea"><?php echo $ctag->GetInnerText();?></textarea></td>
<td><textarea name="vinnertext" id="vinnertext" class="biz-textarea-xl"><?php echo $ctag->GetInnerText();?></textarea></td>
</tr>
<tr>
<td colspan="2" bgcolor="#f5f5f5" align="center" class="py-2">


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

@@ -100,12 +100,12 @@
</tr>
<tr>
<td align="center">正常显示内容:</td>
<td width="70%"><textarea name="normbody" id="normbody" class="biz-textarea"></textarea></td>
<td width="70%"><textarea name="normbody" id="normbody" class="biz-textarea-xl"></textarea></td>
<td width="9%"></td>
</tr>
<tr>
<td align="center">过期显示内容:</td>
<td><textarea name="expbody" id="expbody" class="biz-textarea"></textarea></td>
<td><textarea name="expbody" id="expbody" class="biz-textarea-xl"></textarea></td>
<td></td>
</tr>
<tr>


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

@@ -53,12 +53,12 @@
</tr>
<tr>
<td align="center">正常显示内容:</td>
<td width="70%"><textarea name="normbody" id="normbody" class="biz-textarea"><?php echo $row['normbody']?></textarea></td>
<td width="70%"><textarea name="normbody" id="normbody" class="biz-textarea-xl"><?php echo $row['normbody']?></textarea></td>
<td width="9%"></td>
</tr>
<tr>
<td align="center">过期显示内容:</td>
<td><textarea name="expbody" id="expbody" class="biz-textarea"><?php echo $row['expbody']?></textarea> </td>
<td><textarea name="expbody" id="expbody" class="biz-textarea-xl"><?php echo $row['expbody']?></textarea> </td>
<td></td>
</tr>
<tr>


+ 6
- 6
src/admin/templets/mytag_tag_guide.htm View File

@@ -116,7 +116,7 @@
<td>
调用记录条数:<input type="text" name="row" id="row" value="10" class="biz-input-xs">
显示列数:<input type="text" name="col" id="col" value="1" class="biz-input-xs">
标题长度:<input type="text" name="titlelen" id="titlelen" value="24" class="biz-input-xs">(1 字节 = 0.5个中文字)
标题长度:<input type="text" name="titlelen" id="titlelen" value="24" class="biz-input-xs">(1字节=0.5个中文字)
</td>
</tr>
<tr>
@@ -139,23 +139,23 @@
<option value="scores">评论积分</option>
<option value="rand">随机获取</option>
</select>
<label><input type="radio" name="order" value="desc" checked='1'> 由高到低</label>
<label><input type="radio" name="order" value="desc" checked="1"> 由高到低</label>
<label><input type="radio" name="order" value="asc"> 由低到高</label>
</td>
</tr>
<tr>
<td>文档发布时间:<input type="text" name="subday" id="subday" value="0" size="6">天以内(0 表示不限)</td>
<td>文档发布时间:<input type="text" name="subday" id="subday" value="0" class="biz-input-xs"> 天以内(0表示不限)</td>
</tr>
<tr>
<td>提取特定文档:<button type="button"class="btn btn-success btn-sm" id="selarc" onClick="SelectArcList('form1.arcid');">选择节点文档</button>
<textarea name="arcid" id="arcid" class="biz-textarea mt-3"></textarea>
<td>提取特定文档:<button type="button" class="btn btn-success btn-sm" id="selarc" onClick="SelectArcList('form1.arcid');">选择节点文档</button>
<textarea name="arcid" id="arcid" class="biz-textarea-sm"></textarea>
</td>
</tr>
<tr>
<td>单条记录样式(InnerText):</td>
</tr>
<tr>
<td><textarea name="innertext" id="myinnertext" class="biz-textarea">[field:textlink/]([field:pubdate function=MyDate('m-d',@me)/])<br></textarea></td>
<td><textarea name="innertext" id="myinnertext" class="biz-textarea-xl">[field:textlink/]([field:pubdate function=MyDate('m-d',@me)/])<br></textarea></td>
</tr>
<tr>
<td>支持字段:id,title,color,typeid,ismake,description,pubdate,senddate,arcrank,click,litpic,typedir,typename,arcurl,typeurl,stime(pubdate 的&quot;0000-00-00&quot;格式),textlink,typelink,imglink,image普通字段直接用[field:字段名/]表示Pubdate发布时间的调用参数[field:pubdate function=MyDate('Y-m-d H:i:s',@me)/]</td>


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

@@ -12,7 +12,7 @@
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>">
<tr>
<td align="center">
<textarea name="partcode" id="partcode" class="biz-textarea"><?php echo $fulltag?></textarea>
<textarea name="partcode" id="partcode" class="biz-textarea-xl"><?php echo $fulltag?></textarea>
<input type="submit" name="Submit" value="预览">
</td>
</tr>


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

@@ -26,12 +26,12 @@
</tr>
<tr>
<td>菜单配置</td>
<td><textarea name="menustring" id="menustring" class="biz-textarea"><?php echo $row['menustring']?></textarea></td>
<td><textarea name="menustring" id="menustring" class="biz-textarea-xl"><?php echo $row['menustring']?></textarea></td>
</tr>
<tr>
<td>文件列表</td>
<td>文件用&quot;,&quot;分开,路径相对于管理目录(当前目录)<br>
<textarea name="filelist" id="filelist" class="biz-textarea"><?php echo $row['filelist']?></textarea>
<textarea name="filelist" id="filelist" class="biz-textarea-xl"><?php echo $row['filelist']?></textarea>
</td>
</tr>
<tr>


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

@@ -103,7 +103,7 @@
</td>
</tr>
<tr>
<td colspan="2"><textarea name="sites" id="sites" class="biz-textarea"><?php echo $row['sites'];?></textarea></td>
<td colspan="2"><textarea name="sites" id="sites" class="biz-textarea-xl"><?php echo $row['sites'];?></textarea></td>
</tr>
<tr>
<td colspan="2">下载说明:</td>


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

@@ -301,7 +301,7 @@
</tr>
<tr>
<td>节点文档列表:</td>
<td><textarea name="arcid<?php echo $i?>" onblur='CheckVal(<?php echo $i ?>)' rows="3" id="arcid<?php echo $i?>" class="biz-textarea"></textarea></td>
<td><textarea name="arcid<?php echo $i?>" onblur='CheckVal(<?php echo $i ?>)' rows="3" id="arcid<?php echo $i?>" class="biz-textarea-xl"></textarea></td>
<td><button name="selarc<?php echo $i?>" type="button" id="selarc<?php echo $i?>2" class="btn btn-success btn-sm" onClick="SelectArcList('form1.arcid<?php echo $i?>');">选择节点文档</button></td>
</tr>
<tr>
@@ -326,7 +326,7 @@
</tr>
<tr>
<td>单条记录的模板:<br>
<textarea name="listtmp<?php echo $i?>" rows="3" id="listtmp<?php echo $i?>" class="biz-textarea"><?php echo $speclisttmp?></textarea></td>
<textarea name="listtmp<?php echo $i?>" rows="3" id="listtmp<?php echo $i?>" class="biz-textarea-xl"><?php echo $speclisttmp?></textarea></td>
</tr>
<tr>
<td>节点容器模板:</td>


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

@@ -330,8 +330,8 @@
</tr>
<tr>
<td>节点文档列表:</td>
<td><textarea name="arcid<?php echo $i?>" rows="3" onblur="CheckVal(<?php echo $i ?>)" id="arcid<?php echo $i?>" class="biz-textarea"><?php echo $idlist?></textarea></td>
<td><button type="button" class="btn btn-success btn-sm" name="selarc<?php echo $i?>" id="selarc<?php echo $i?>2" onClick="SelectArcList('form1.arcid<?php echo $i?>');">选择节点文档</button></td>
<td><textarea name="arcid<?php echo $i?>" rows="3" onblur="CheckVal(<?php echo $i ?>)" id="arcid<?php echo $i?>" class="biz-textarea-xl"><?php echo $idlist?></textarea></td>
<td><button type="button" class="btn btn-success btn-sm" name="selarc<?php echo $i?>" id="selarc<?php echo $i?>2" onClick="SelectArcList('form1.arcid<?php echo $i?>');">选择节点文档</button></td>
</tr>
<tr>
<td>文档来源:</td>
@@ -354,7 +354,7 @@
</td>
</tr>
<tr>
<td>单条记录的模板:<br><textarea name="listtmp<?php echo $i?>" rows="3" id="listtmp<?php echo $i?>" class="biz-textarea"><?php echo $temp?></textarea></td>
<td>单条记录的模板:<br><textarea name="listtmp<?php echo $i?>" rows="3" id="listtmp<?php echo $i?>" class="biz-textarea-xl"><?php echo $temp?></textarea></td>
</tr>
<?php
$i++;
@@ -377,7 +377,7 @@
</tr>
<tr>
<td>节点文档列表:</td>
<td><textarea name="arcid<?php echo $i?>" rows="3" onblur="CheckVal(<?php echo $i ?>)" id="arcid<?php echo $i?>" class="biz-textarea"></textarea></td>
<td><textarea name="arcid<?php echo $i?>" rows="3" onblur="CheckVal(<?php echo $i ?>)" id="arcid<?php echo $i?>" class="biz-textarea-xl"></textarea></td>
<td><button name="selarc<?php echo $i?>" type="button" id="selarc<?php echo $i?>2" class="btn btn-success btn-sm" onClick="SelectArcList('form1.arcid<?php echo $i?>');">选择节点文档</button></td>
</tr>
<tr>
@@ -400,7 +400,7 @@
</td>
</tr>
<tr>
<td>单条记录的模板:<br><textarea name="listtmp<?php echo $i?>" rows="3" id="listtmp<?php echo $i?>" class="biz-textarea"><?php echo $speclisttmp?></textarea></td>
<td>单条记录的模板:<br><textarea name="listtmp<?php echo $i?>" rows="3" id="listtmp<?php echo $i?>" class="biz-textarea-xl"><?php echo $speclisttmp?></textarea></td>
</tr>
<?php }?>
</table>


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

@@ -54,7 +54,7 @@ if ($arr['issign']==0)
<div>枚举名:<input type="text" name="ename" class="biz-input-sm"></div>
<div>排序值:<input type="text" name="disorder" class="biz-input-sm"></div>
<div>如果不指定,默认以枚举添加先后来排序</div>
<div><input type="submit" value="保存" class="btn btn-success btn-sm"></div>
<div><input type="submit" value="保存" class="btn btn-success btn-sm"></div>
</form>
<?php
} else if ($action=='view') {


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

@@ -28,7 +28,7 @@
<input type="hidden" name="id" value="<?php echo $row['id']?>">
<table width="98%" cellspacing="1" cellpadding="1" class="table table-borderless">
<tr>
<td width="260" class="biz-td">用户登录id:</td>
<td width="260" class="biz-td">用户登录id:</td>
<td><?php echo $row['userid']?></td>
</tr>
<tr>


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

@@ -96,20 +96,20 @@
</tr>
<tr>
<td>被替换内容:</td>
<td><textarea name="rpstring" id="rpstring" style="width:60%;height:50px"></textarea></td>
<td><textarea name="rpstring" id="rpstring" class="biz-textarea-xl"></textarea></td>
</tr>
<tr>
<td>替换为:</td>
<td><textarea name="tostring" id="tostring" style="width:60%;height:50px"></textarea></td>
<td><textarea name="tostring" id="tostring" class="biz-textarea-xl"></textarea></td>
</tr>
<tr>
<td>替换条件:</td>
<td><input type="text" name="condition" id="condition" style="width:60%">(空完全替换)</td>
<td><input type="text" name="condition" id="condition" class="biz-input-sm">(空完全替换)</td>
</tr>
<tr>
<td>安全确认码:</td>
<td>
<input type="text" name="validate" class="w-25 text-uppercase">
<input type="text" name="validate" class="biz-input-sm text-uppercase">
<img src="../apps/vdimgck.php" onClick="this.src='../apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)" title="验证码">
</td>
</tr>


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

@@ -86,7 +86,7 @@
</td>
</tr>
<tr>
<td colspan="2" align="center" class="py-2"><button type="submit" class="btn btn-success btn-sm">保存</button></td>
<td colspan="2" align="center" class="py-2"><button type="submit" class="btn btn-success btn-sm">保存</button></td>
</tr>
</table>
</td>


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

@@ -27,7 +27,7 @@
</tr>
<tr>
<td align="center">支付描述:</td>
<td><textarea name="pay_desc" id="pay_desc" class="biz-textarea"><?php echo $row['description'];?></textarea></td>
<td><textarea name="pay_desc" id="pay_desc" class="biz-textarea-xl"><?php echo $row['description'];?></textarea></td>
</tr>
<?php echo $reval ?>
<tr>


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

@@ -38,7 +38,7 @@
<td colspan="2">输入要测试的局部代码:</td>
</tr>
<tr>
<td colspan="2"><textarea name="partcode" id="partcode" class="biz-textarea"></textarea></td>
<td colspan="2"><textarea name="partcode" id="partcode" class="biz-textarea-xl"></textarea></td>
</tr>
<tr>
<td>环境变量:</td>
@@ -55,7 +55,7 @@
</td>
</tr>
<tr>
<td bgcolor="#fbfce2" colspan="2" align="center"><button type="submit" onClick="DoSubmit('gettag')" class="btn btn-success btn-sm">提交测试</button></td>
<td bgcolor="#fbfce2" colspan="2" align="center"><button type="submit" onClick="DoSubmit('gettag')" class="btn btn-success btn-sm">提交测试</button></td>
</tr>
</form>
<tr>


+ 3
- 3
src/admin/templets/tpl_edit.htm View File

@@ -65,7 +65,7 @@
<td colspan="2">
<?php
foreach ($helps as $key => $help) {
echo '<div title="'.trim($help[0]).'" class="selbt"><a href="javascript:;" onclick="showdiv(\''.$key.'\');" class="btn btn-success btn-sm">'.$key.'</a></div>'."";
echo '<div title="'.trim($help[0]).'" class="selbt"><a href="javascript:;" onclick="showdiv(\''.$key.'\');" class="btn btn-success btn-sm">'.$key.'</a></div>'."";
}
?>
</td>
@@ -74,7 +74,7 @@
<td colspan="2" style="border-top:1px solid #fff">
<?php
foreach ($helps as $key => $help) {
echo '<div name="help111" id="'.$key.'" class="helpdiv"><span class="float-right"><a href="javascript:;" onclick="showdiv(\'\')" class="btn btn-success btn-sm">关闭</a></span>标签名称:'.$key.'<br>功能说明:'.trim($help[0]).'<br>使用实例:<br><textarea class="biz-textarea">'.trim($help[1]).'</textarea><br>参数说明:<br>'."";
echo '<div name="help111" id="'.$key.'" class="helpdiv"><span class="float-right"><a href="javascript:;" onclick="showdiv(\'\')" class="btn btn-success btn-sm">关闭</a></span>标签名称:'.$key.'<br>功能说明:'.trim($help[0]).'<br>使用实例:<br><textarea class="biz-textarea-xl">'.trim($help[1]).'</textarea><br>参数说明:<br>'."";
$parameters = explode("\n", $help[2]);
foreach($parameters as $parameter)
{
@@ -89,7 +89,7 @@
</tr>
<tr>
<td colspan="2" class="p-0">
<textarea id="content" name="content" class="biz-textarea"><?php echo $content;?></textarea>
<textarea id="content" name="content" class="biz-textarea-xl"><?php echo $content;?></textarea>
</td>
</tr>
<tr>


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

@@ -48,7 +48,7 @@
<td><input name="filename" value="<?php echo $filename;?>" class="biz-input-md">(不允许用“..”形式的路径)</td>
</tr>
<tr>
<td colspan="2" class="p-0"><textarea id="content" name="content" class="biz-textarea"><?php echo $democode;?></textarea></td>
<td colspan="2" class="p-0"><textarea id="content" name="content" class="biz-textarea-xl"><?php echo $democode;?></textarea></td>
</tr>
<tr>
<td bgcolor="#f5f5f5" colspan="2" align="center" class="py-2">


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

@@ -32,7 +32,7 @@
</tr>
<tr>
<td width="16%">文件内容:</td>
<td><textarea name="content" class="biz-textarea"></textarea></td>
<td><textarea name="content" class="biz-textarea-xl"></textarea></td>
</tr>
</table>
</td>


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

@@ -101,7 +101,7 @@
<tr>
<td>投票项:<br>
(请按相同的形式来增加或修改节点,其中属性:id不能重复)</td>
<td><textarea name="votenote" id="votenote" class="biz-textarea"><?php echo $row['votenote']?></textarea></td>
<td><textarea name="votenote" id="votenote" class="biz-textarea-xl"><?php echo $row['votenote']?></textarea></td>
</tr>
<tr>
<td>是否启用:</td>


+ 3
- 3
src/admin/templets/vote_getcode.htm View File

@@ -20,7 +20,7 @@
<input type="hidden" name="showsource" value="no">
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token'];?>">
<tr>
<td><textarea name="partcode" id="partcode" class="biz-textarea">{dede:vote id='<?php echo $aid?>'}{/dede:vote}</textarea></td>
<td><textarea name="partcode" id="partcode" class="biz-textarea-xl">{dede:vote id='<?php echo $aid?>'}{/dede:vote}</textarea></td>
<td rowspan="2"><iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe></td>
</tr>
<tr>
@@ -36,14 +36,14 @@
<td bgcolor="#f5f5f5">在封面或主页模板中使用的JS:</td>
</tr>
<tr>
<td><textarea name="htmlf" id="htmlf" class="biz-textarea"><script src="<?php echo $cfg_basehost.'/data/vote/vote_'.$aid.'.js' ?>"></script></textarea></td>
<td><textarea name="htmlf" id="htmlf" class="biz-textarea-xl"><script src="<?php echo $cfg_basehost.'/data/vote/vote_'.$aid.'.js' ?>"></script></textarea></td>
</tr>
<tr>
<td bgcolor="#f5f5f5">默认生成的表单HTML:</td>
</tr>
<tr>
<td>
<textarea name="htmlf" id="htmlf" class="biz-textarea">
<textarea name="htmlf" id="htmlf" class="biz-textarea-xl">
<?php
$vt = new DedeVote($aid);
echo $vt->GetVoteForm();


+ 9
- 9
src/static/web/css/admin.css View File

@@ -67,7 +67,7 @@ input[type=button],input[type=submit],input[type=reset] {
padding:.25rem .5rem;
height:auto;
color:#fff;
background:#28a745;
background:#1eb867;
border-radius:.2rem;
border:0;
transition:all .3s
@@ -148,7 +148,7 @@ body.hidemenu .body-right {
.head {
width:100%;
height:60px;
background:linear-gradient(45deg,#008e38,#57960f 50%);
background:linear-gradient(45deg,#1eb867,#009688 90%);
box-shadow:0 0.125rem 0.25rem rgba(0,0,0,.075)
}
.top-logo {
@@ -273,7 +273,7 @@ body.hidemenu .body-right {
left:auto
}
.menu li.open .link,.menu li.open i {
color:#28a745
color:#1eb867
}
.menu li.open i.fa-angle-down {
transform:rotate(180deg)
@@ -290,7 +290,7 @@ body.hidemenu .body-right {
transition:all .3s
}
.submenu li:hover {
background:#28a745
background:#1eb867
}
.submenu a {
float:left;
@@ -365,7 +365,7 @@ body.hidemenu .body-right {
}
.pubdlg {
background:#fff;
border:2px solid #28a745;
border:2px solid #1eb867;
border-radius:.2rem;
z-index:8888
}
@@ -419,7 +419,7 @@ body.hidemenu .body-right {
.mysource,.mywriter {
width:300px;
background:#fff;
border:2px solid #28a745;
border:2px solid #1eb867;
z-index:10001
}
.dlgws div {
@@ -452,12 +452,12 @@ body.hidemenu .body-right {
padding:.6rem;
width:120px;
background:#fff;
border:2px solid #28a745;
border:2px solid #1eb867;
z-index:10005
}
span.page-link {
color:#fff;
background:#28a745
background:#1eb867
}
.fa {
font-size:14px!important;
@@ -522,7 +522,7 @@ span.page-link {
vertical-align:middle;
border-bottom:1px solid #dee2e6
}
.biz-textarea {
.biz-textarea-xl {
width:100%;
height:90px
}


+ 1
- 1
src/static/web/css/bootstrap.min.css
File diff suppressed because it is too large
View File


+ 1
- 1
src/static/web/css/bootstrap.min.css.map
File diff suppressed because it is too large
View File


+ 8
- 8
src/static/web/css/style.css View File

@@ -57,7 +57,7 @@ ul.spec > li .title h4 {
}
ul.spec > li .title .label {
padding:0 5px;
color:#28a745;
color:#1eb867;
background:#B7E9B4;
border-radius:.25rem
}
@@ -79,7 +79,7 @@ ul.items > li .type {
line-height:18px;
font-size:14px;
color:#fff;
background:#28a745
background:#1eb867
}
ul.items > li .pane {
display:inline-block;
@@ -87,7 +87,7 @@ ul.items > li .pane {
margin-bottom:10px;
width:10px;
height:10px;
background:#28a745;
background:#1eb867;
vertical-align:middle
}
ul.items > li .caption {
@@ -147,7 +147,7 @@ ul.items > li .source {
.ddcard > .card-header {
padding:0;
background:#fff;
border-bottom:solid 5px #28a745
border-bottom:solid 5px #1eb867
}
.ddcard-normal > .card-header {
padding:0;
@@ -162,7 +162,7 @@ ul.items > li .source {
margin-right:10px;
padding:6px;
content:" ";
background:#28a745;
background:#1eb867;
border-radius:.2rem
}
.ddcard > .card-header .caption {
@@ -172,11 +172,11 @@ ul.items > li .source {
padding:6px 15px;
display:inline-block;
color:#fff;
background:#28a745;
background:#1eb867;
border-radius:.2rem .2rem 0 0
}
.ddcard > .card-header .more a,.ddcard-normal > .card-header .more a {
color:#28a745;
color:#1eb867;
font-size:14px;
line-height:26px
}
@@ -333,7 +333,7 @@ ul.items > li .source {
}
.biz-title::before {
content:" ";
background:#28a745;
background:#1eb867;
padding:6px;
margin-right:10px;
border-radius:.2rem


+ 1
- 1
src/static/web/css/user.css View File

@@ -17,7 +17,7 @@ body {
color:#b5b5b5
}
.login-area .licence a {
color:#28a745
color:#1eb867
}
.copyright.light {
background:#fff


+ 1
- 1
src/system/common.func.php View File

@@ -344,7 +344,7 @@ function ShowMsg($msg, $gourl, $onlymsg = 0, $limittime = 0)
}
$func .= "var pgo=0;function JumpUrl(){if (pgo==0){location='$gourl'; pgo=1;}}";
$rmsg = $func;
$rmsg .= "document.write(\"<style>body{margin:0;line-height:1.5;font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#545b62;background:#f8f8f8}a{color:#28a745;text-decoration:none}.tips{margin:70px auto 0;padding:0;width:500px;height:auto;background:#fff;border-radius:.2rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.tips-head{margin:0 20px;padding:16px 0;border-bottom:1px solid #f8f8f8}.tips-head p{margin:0;padding-left:10px;line-height:16px;text-align:left;border-left:3px solid #dc3545}.tips-box{padding:20px;min-height:130px;color:#545b62}.btn a{display:inline-block;margin:20px auto 0;padding:.375rem .75rem;font-size:12px;color:#fff;background:#28a745;border-radius:.2rem;text-align:center;transition:all .6s}.btn a:focus{background:#006829;border-color:#005b24;box-shadow:0 0 0 0.2rem rgba(38,159,86,.5)}@media (max-width:768px){body{padding:0 15px}.tips{width:100%}}</style>\");";
$rmsg .= "document.write(\"<style>body{margin:0;line-height:1.5;font:14px Helvetica Neue,Helvetica,PingFang SC,Tahoma,Arial,sans-serif;color:#545b62;background:#f8f8f8}a{color:#1eb867;text-decoration:none}.tips{margin:70px auto 0;padding:0;width:500px;height:auto;background:#fff;border-radius:.2rem;box-shadow:0 .125rem .25rem rgba(0,0,0,.075)}.tips-head{margin:0 20px;padding:16px 0;border-bottom:1px solid #f8f8f8}.tips-head p{margin:0;padding-left:10px;line-height:16px;text-align:left;border-left:3px solid #dc3545}.tips-box{padding:20px;min-height:130px;color:#545b62}.btn a{display:inline-block;margin:20px auto 0;padding:.375rem .75rem;font-size:12px;color:#fff;background:#1eb867;border-radius:.2rem;text-align:center;transition:all .6s}.btn a:focus{background:#006829;border-color:#005b24;box-shadow:0 0 0 0.2rem rgba(38,159,86,.5)}@media (max-width:768px){body{padding:0 15px}.tips{width:100%}}</style>\");";
$rmsg .= "document.write(\"<div class='tips'>";
$rmsg .= "<div class='tips-head'><p>提示信息</p></div>\");";
$rmsg .= "document.write(\"<div class='tips-box'>\");";


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

@@ -11,7 +11,7 @@
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/font/css/font-awesome.min.css">
<link rel="stylesheet" href="{dede:global.cfg_cmsurl/}/static/web/css/style.css">
<link rel="shortcut icon" href="{dede:global.cfg_cmsurl/}/static/web/img/favicon.ico">
<style>.dedeinfolink a{color:#28a745;margin-right:10px;}.info-search .info-guide{line-height:32px;}</style>
<style>.dedeinfolink a{color:#1eb867;margin-right:10px;}.info-search .info-guide{line-height:32px;}</style>
</head>
<body>
{dede:include filename='top.htm'/}


+ 1
- 1
src/user/templets/album_add.htm View File

@@ -70,7 +70,7 @@
<label><input type="radio" name="pagestyle" id="pagestyle1" onclick="checkMuList()" value="1" <?php if ($cfg_album_style==1) echo " checked='checked'";?>> 多页多图显示(适用于QQ表情等)</label>
<label><input type="radio" name="pagestyle" id="pagestyle2" onclick="checkMuList()" value="2" <?php if ($cfg_album_style==2) echo " checked='checked'";?>> 多页单图显示(幻灯)</label>
<label><input type="radio" name="pagestyle" id="pagestyle3" onclick="checkMuList()" value="3" <?php if ($cfg_album_style==3) echo " checked='checked'";?>> 多行多列显示(缩略图)</label>
<div id="spagelist" style="display:none">每页图片数:<input name="pagpicnum" id="pagpicnum" size="10" value="<?php echo $cfg_album_pagesize;?>"></div>
<div id="spagelist" style="display:none">每页图片数:<input name="pagpicnum" id="pagpicnum" size="10" value="<?php echo $cfg_album_pagesize;?>"></div>
</div>
<div class="form-group">
<label>手工上传</label>


Loading…
Cancel
Save