Browse Source

细节统一

tags/6.1.8
xushubieli 2 years ago
parent
commit
ad1864c2c8
26 changed files with 40 additions and 47 deletions
  1. +1
    -1
      src/admin/module_upload.php
  2. +1
    -1
      src/admin/templets/album_add.htm
  3. +1
    -1
      src/admin/templets/album_edit.htm
  4. +1
    -1
      src/admin/templets/archives_add.htm
  5. +1
    -1
      src/admin/templets/archives_edit.htm
  6. +1
    -1
      src/admin/templets/archives_sg_add.htm
  7. +1
    -1
      src/admin/templets/archives_sg_edit.htm
  8. +1
    -1
      src/admin/templets/article_add.htm
  9. +1
    -1
      src/admin/templets/article_edit.htm
  10. +1
    -1
      src/admin/templets/catalog_add.htm
  11. +1
    -1
      src/admin/templets/catalog_add_quick.htm
  12. +1
    -1
      src/admin/templets/catalog_edit.htm
  13. +7
    -10
      src/admin/templets/member_main.htm
  14. +3
    -6
      src/admin/templets/member_operations.htm
  15. +1
    -1
      src/admin/templets/member_pm.htm
  16. +1
    -1
      src/admin/templets/module_make.htm
  17. +1
    -1
      src/admin/templets/mychannel_edit.htm
  18. +3
    -6
      src/admin/templets/shops_operations.htm
  19. +1
    -1
      src/admin/templets/soft_add.htm
  20. +1
    -1
      src/admin/templets/soft_edit.htm
  21. +1
    -1
      src/admin/templets/spec_add.htm
  22. +1
    -1
      src/admin/templets/spec_edit.htm
  23. +3
    -3
      src/admin/templets/sys_info.htm
  24. +3
    -1
      src/admin/templets/tpl_edit.htm
  25. +1
    -1
      src/admin/tpl.php
  26. +1
    -1
      src/static/web/css/select2.min.css

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

@@ -77,7 +77,7 @@ if ($action == 'upload') {
$win->Init("module_upload.php", "js/blank.js", "POST' enctype='multipart/form-data");
$win->mainTitle = "模块管理";
$wecome_info = "<a href='module_main.php'>模块管理</a> &gt; 上传模块";
$win->AddTitle('请选择要上传的文件');
$win->AddTitle('请选择要上传的文件');
$win->AddHidden("action", 'upload');
$msg = "<table width='600' border='0' cellspacing='0' cellpadding='0'>
<tr>


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

@@ -466,7 +466,7 @@ table{border-collapse:separate}
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr height="36">
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">保存</button>


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

@@ -516,7 +516,7 @@ table{border-collapse:separate}
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr height="36">
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">保存</button>


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

@@ -356,7 +356,7 @@ table{border-collapse:separate}
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr height="36">
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">保存</button>


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

@@ -346,7 +346,7 @@ table{border-collapse:separate}
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr height="36">
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">保存</button>


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

@@ -161,7 +161,7 @@ table{border-collapse:separate}
<td><?php PrintAutoFieldsAdd(stripslashes($cInfos['fieldset']),'autofield'); ?></td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr height="36">
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">保存</button>


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

@@ -163,7 +163,7 @@ table{border-collapse:separate}
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr height="36">
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">保存</button>


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

@@ -403,7 +403,7 @@ table{border-collapse:separate}
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr height="36">
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">保存</button>


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

@@ -371,7 +371,7 @@ table{border-collapse:separate}
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr height="36">
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">保存</button>


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

@@ -496,7 +496,7 @@ function CheckCross() {
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr>
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">确定</button>


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

@@ -284,7 +284,7 @@
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none;" class="mb-3">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0;" 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>


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

@@ -431,7 +431,7 @@ function CheckCross() {
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr>
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">确定</button>


+ 7
- 10
src/admin/templets/member_main.htm View File

@@ -9,9 +9,6 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
<script language="javascript" src="js/ieemu.js"></script>
<script language="javascript" src="js/member.js"></script>
<style>
.table td,.table th{border-top:0}
</style>
</head>
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8">
<form action="member_main.php" name="form1" method="get">
@@ -20,10 +17,10 @@
<td height="36" bgcolor="#f8f8f8">
<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>
<td style="border-top:0">关键词:</td>
<td style="border-top:0"><input name="keyword" type="text" id="keyword" value="{dede:global name='keyword'/}" style="margin-right:10px;width:260px"></td>
<td style="border-top:0">排序:</td>
<td style="border-top:0">
<select name="sortkey" id="sortkey" style="margin-right:10px;width:160px">
{dede:global name='sortform'/}
<option value="mid">mid/注册时间</option>
@@ -33,7 +30,7 @@
<option value="scores">会员积分</option>
</select>
</td>
<td>
<td style="border-top:0">
<select name="sex" id="sex" style="margin-right:10px;width:160px">
{dede:global name='sexform'/}
<option value="男">男</option>
@@ -41,7 +38,7 @@
<option value="保密">保密</option>
</select>
</td>
<td>
<td style="border-top:0">
<select name="spacesta" id="spacesta" style="margin-right:10px;width:160px">
<option value='-10'>会员状态</option>
<?php
@@ -53,7 +50,7 @@
?>
</select>
</td>
<td>
<td style="border-top:0">
<button type="submit" class="btn btn-success btn-sm">搜索</button>
</td>
</tr>


+ 3
- 6
src/admin/templets/member_operations.htm View File

@@ -6,9 +6,6 @@
<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() {
@@ -63,9 +60,9 @@
<td height="36" bgcolor="#f8f8f8">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>输入订单号:</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>
<td style="border-top:0">输入订单号:</td>
<td style="border-top:0"><input name="buyid" type="text" id="buyid" style="margin-right:10px;width:260px"></td>
<td style="border-top:0"><button type="submit" class="btn btn-success btn-sm">搜索</button></td>
</tr>
</table>
</td>


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

@@ -44,7 +44,7 @@
<tr bgcolor="#FBFCE2" height="26">
<td width="10%" align="center">发送时间</td>
<td width="20%" align="center">标题</td>
<td width="5%" align="center">已读</td>
<td width="5%" align="center">已读?</td>
<td width="10%" align="center">{dede:global name='postuser'/}</td>
<td width="36%" align="center">内容</td>
<td width="9%" align="center">文件夹</td>


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

@@ -204,7 +204,7 @@
</tr>
<tr bgcolor="#f8f8f8">
<td height="36" colspan="2" align="center" style="padding-left:10px">
<div class="alert alert-info">制作模块即表示您同意<a href="<?php echo $cfg_biz_dedebizUrl; ?>/license_developer" target="_blank">《DedeBIZ开发者协议》</a></div>
<div class="alert alert-info mb-0">制作模块即表示您同意<a href="<?php echo $cfg_biz_dedebizUrl; ?>/license_developer" target="_blank">《DedeBIZ开发者协议》</a></div>
<button name="imageField" type="submit" class="btn btn-success">提交</button>
<button type="button" name="button" id="button" onClick="location='module_main.php';" class="btn btn-success">返回</button>
</td>


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

@@ -97,7 +97,7 @@
{
?>
<tr>
<td colspan="2" bgcolor="#ffffff" style="color:#dc3545;border-top:none">您目前所展开的是系统模型,系统模型一般对发布程序和管理程序已经固化,如果您胡乱修改系统模型将会导致使用这种内容类型的频道可能崩溃</td>
<td colspan="2" bgcolor="#ffffff" style="color:#dc3545;border-top:0">您目前所展开的是系统模型,系统模型一般对发布程序和管理程序已经固化,如果您胡乱修改系统模型将会导致使用这种内容类型的频道可能崩溃</td>
</tr>
<?php
}


+ 3
- 6
src/admin/templets/shops_operations.htm View File

@@ -6,9 +6,6 @@
<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 src="../static/web/js/jquery.min.js" language="javascript" type="text/javascript"></script>
<script src="js/main.js" language="javascript"></script>
<script language="javascript">
@@ -77,9 +74,9 @@
<td height="36" bgcolor="#f8f8f8">
<table border="0" cellpadding="0" cellspacing="0">
<tr>
<td>输入订单号:</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>
<td style="border-top:0">输入订单号:</td>
<td style="border-top:0"><input name="buyid" type="text" id="buyid" style="margin-right:10px;width:260px"></td>
<td style="border-top:0"><button type="submit" class="btn btn-success btn-sm">搜索</button></td>
</tr>
</table>
</td>


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

@@ -540,7 +540,7 @@ table{border-collapse:separate}
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr height="36">
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">保存</button>


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

@@ -496,7 +496,7 @@ table{border-collapse:separate}
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr height="36">
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">保存</button>


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

@@ -368,7 +368,7 @@ table{border-collapse:separate}
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr height="36">
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">保存</button>


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

@@ -443,7 +443,7 @@ table{border-collapse:separate}
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:none" class="mb-3">
<table width="98%" border="0" cellspacing="0" cellpadding="0" align="center" bgcolor="#f8f8f8" style="border:1px solid #dee2e6;border-top:0" class="mb-3">
<tr height="36">
<td align="center" style="padding:.6rem">
<button type="submit" class="btn btn-success">保存</button>


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

@@ -163,9 +163,9 @@ function resetCookieEncode() {
?>
<table width="100%" border="0" cellspacing="1" cellpadding="1" id="td<?php echo $n?>" class="table" style="<?php if($n!=$gp) echo 'display:none'; ?>">
<tr align="center" bgcolor="#FBFCE2">
<td width="300" style="border-top:none">变量说明</td>
<td style="border-top:none">变量值</td>
<td width="220" style="border-top:none">变量名</td>
<td width="300" style="border-top:0">变量说明</td>
<td style="border-top:0">变量值</td>
<td width="220" style="border-top:0">变量名</td>
</tr>
<?php
$dsql->SetQuery("Select * From `#@__sysconfig` where groupid='{$dls[0]}' order by aid asc");


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

@@ -97,9 +97,11 @@
</td>
</tr>
<tr>
<td height="36" colspan="2" align="center" bgcolor="#f8f8f8">
<td height="36" colspan='2' bgcolor="#f8f8f8">
<button type="submit" name='B1' class="btn btn-success btn-sm">保存</button>
&nbsp;
<button type="reset" name='B2' class="btn btn-success btn-sm">取消修改</button>
&nbsp;
<button type="button" name='B4' class="btn btn-success btn-sm" onClick="javascript:history.go(-1);">不理返回</button>
</td>
</tr>


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

@@ -121,7 +121,7 @@ else if ($action == 'upload') {
$win->Init("tpl.php", "js/blank.js", "POST' enctype='multipart/form-data' ");
$win->mainTitle = "模块管理";
$wecome_info = "<a href='templets_main.php'>模板管理</a> &gt; 上传模板";
$win->AddTitle('请选择要上传的文件');
$win->AddTitle('请选择要上传的文件');
$win->AddHidden("action", 'uploadok');
$msg = "
<table width='600' border='0' cellspacing='0' cellpadding='0'>


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


Loading…
Cancel
Save