Browse Source

跟进优化

tags/6.1.8
xushubieli 2 years ago
parent
commit
be3b350497
14 changed files with 26 additions and 75 deletions
  1. +1
    -1
      src/admin/makehtml_spec.php
  2. +1
    -1
      src/admin/module_upload.php
  3. +1
    -1
      src/admin/templets/member_main.htm
  4. +1
    -1
      src/admin/templets/member_operations.htm
  5. +4
    -11
      src/admin/templets/module_edit.htm
  6. +1
    -1
      src/admin/templets/module_main.htm
  7. +5
    -20
      src/admin/templets/module_make.htm
  8. +8
    -13
      src/admin/templets/public_guide.htm
  9. +1
    -1
      src/admin/templets/shops_operations.htm
  10. +1
    -8
      src/admin/templets/templets_default.htm
  11. +1
    -6
      src/admin/templets/templets_tagsource.htm
  12. +0
    -5
      src/admin/templets/tpl_edit.htm
  13. +0
    -5
      src/admin/templets/tpl_edit_tag.htm
  14. +1
    -1
      src/admin/tpl.php

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

@@ -17,7 +17,7 @@ if ($dopost == "ok") {
$sp = new SpecView();
$rurl = $sp->MakeHtml(0);
echo "<link rel=\"stylesheet\" href=\"{$cfg_cmsurl}/static/web/css/bootstrap.min.css\"><style>.modal {position: static;}</style>";
echo "<div class=\"alert alert-success\" role=\"alert\">成功生成所有专题HTML列表<a href='$rurl' target='_blank' class='btn btn-success'>预览</a></div>";
echo "<div class=\"alert alert-success\" role=\"alert\">成功生成所有专题列表 <a href='$rurl' target='_blank' class='btn btn-success btn-sm'>预览</a></div>";
exit();
}
include DedeInclude('templets/makehtml_spec.htm');

+ 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/member_main.htm View File

@@ -15,7 +15,7 @@
</head>
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8">
<form action="member_main.php" name="form1" method="get">
<table width="98%" border="0" cellspacing="1" align="center" class="table maintable mt-3 mb-3">
<table width="98%" border="0" cellspacing="1" align="center" class="table maintable table-bordered mt-3 mb-3">>
<tr>
<td height="36" bgcolor="#f8f8f8">
<table border="0" cellpadding="0" cellspacing="0">


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

@@ -58,7 +58,7 @@
</head>
<body background="../static/web/img/allbg.gif" leftmargin='8' topmargin='8'>
<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 mb-3">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3 mb-3">>
<tr>
<td height="36" bgcolor="#f8f8f8">
<table border="0" cellpadding="0" cellspacing="0">


+ 4
- 11
src/admin/templets/module_edit.htm View File

@@ -36,14 +36,12 @@ td{padding-left:8px}
</style>
</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 mt-3 mb-3">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3 mb-3">
<form action="module_make.php" method="post" enctype="multipart/form-data" name="form1">
<input type='hidden' name='action' value='edit'>
<input type='hidden' name='dev_id' value='<?php echo $dev_id; ?>'>
<tr>
<td height="26" colspan="2" bgcolor="#EDF9D5" background='../static/web/img/wbg.gif' style="padding-left:10px">
<a href="module_main.php">模块管理</a> &gt; 模块修改:
</td>
<td height="26" colspan="2" bgcolor="#EDF9D5" background='../static/web/img/wbg.gif' style="padding-left:10px"><a href="module_main.php">模块管理</a> &gt; 模块修改</td>
</tr>
<tr>
<td width="19%" align="center" bgcolor="#FFFFFF">模块名称:</td>
@@ -154,7 +152,6 @@ td{padding-left:8px}
</tr>
</table>
</div>

</td>
</tr>
<tr>
@@ -182,10 +179,8 @@ td{padding-left:8px}
</tr>
</table>
</div>

</td>
</tr>

<tr>
<td align="center" bgcolor="#FFFFFF">模块文件选项:</td>
<td bgcolor="#FFFFFF">
@@ -193,7 +188,6 @@ td{padding-left:8px}
<label><input name="rebuild" type="radio" id="rebuild2" class='np' value='no'/> 不对[文件列表]内文件重编译</label>
</td>
</tr>

<tr>
<td align="center" bgcolor="#FFFFFF">文件列表:</td>
<td bgcolor="#FFFFFF"><p>每行指定一个文件或目录,路径为相对于本目录,本目录的文件则直接用文件名即可,对于整个打包的目录,不需要指定子目录里的文件<br>
@@ -204,7 +198,6 @@ td{padding-left:8px}
</p>
</td>
</tr>

<tr>
<td align="center" bgcolor="#FFFFFF">开发者私钥:</td>
<td bgcolor="#FFFFFF">
@@ -215,8 +208,8 @@ td{padding-left:8px}
</p>
</td>
</tr>
<tr bgcolor="#F9FDF0">
<td height="26" colspan="2" style="padding-left:10px">
<tr bgcolor="#f8f8f8">
<td height="36" colspan="2" align="center" style="padding-left:10px">
<button name="imageField" type="submit" class="btn btn-success">提交</button>
<button name="button" id="button" onClick="location='plus_main.php';" class="btn btn-success">返回</button>
</td>


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

@@ -26,7 +26,7 @@
<input type='hidden' name='dopost' value='save'>
<tr>
<td height="26" colspan="7" bgcolor="#EDF9D5" background="../static/web/img/tbg.gif" style="padding-left:10px">
<div style="float:left"><a href='module_main.php'>模块管理</a> &gt; 模块列表</div>
<div style="float:left"><a href='module_main.php'>模块管理</a> &gt; 模块列表</div>
<div style="float:right;padding-right:10px">
<a class="btn btn-success btn-sm" href="module_main.php">全部</a>
<a class="btn btn-success btn-sm" href="module_main.php?moduletype=soft">模块</a>


+ 5
- 20
src/admin/templets/module_make.htm View File

@@ -179,10 +179,8 @@
</tr>
</table>
</div>

</td>
</tr>

<tr>
<td align="center" bgcolor="#FFFFFF">文件列表:</td>
<td bgcolor="#FFFFFF">
@@ -194,7 +192,6 @@
</p>
</td>
</tr>

<tr>
<td align="center" bgcolor="#FFFFFF">开发者私钥:</td>
<td bgcolor="#FFFFFF">
@@ -205,23 +202,11 @@
</p>
</td>
</tr>

<tr bgcolor="#F9FDF0">
<td height="26" colspan="2" bgcolor="#f8f8f8">
<div class="alert alert-info">
制作模块即表示您同意<a href="<?php echo $cfg_biz_dedebizUrl; ?>/license_developer" target="_blank">《DedeBIZ开发者协议》</a>
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="26%"></td>
<td width="15%">
<button name="imageField" type="submit" class="btn btn-success">提交</button>
</td>
<td width="59%">
<button type="button" name="button" id="button" onClick="location='module_main.php';" class="btn btn-success">返回</button>
</td>
</tr>
</table>
<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>
<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>
</tr>
</form>


+ 8
- 13
src/admin/templets/public_guide.htm View File

@@ -41,25 +41,20 @@
</script>
</head>
<body leftmargin="8" topmargin="8" background='../static/web/img/allbg.gif'>
<table width="98%" height="30" border="0" align="center" cellpadding="1" cellspacing="1" class="table maintable table-bordered mt-3" style="border:1px solid #dee2e6;margin-top:6px;border-bottom:none;">
<tr>
<td class="tbtitletxt" background='../static/web/img/tbg.gif'>&nbsp;内容发布向导:</td>
</tr>
</table>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" style="border:1px solid #dee2e6;" class="table maintable table-borderless mt-3">
<tr align="center">
<td height="120" align="left" valign="top" bgcolor="#FFFFFF" style="padding:6px;padding-bottom:20px">
<td height="120" align="left" valign="top" bgcolor="#FFFFFF">
<table width="100%" border="0" cellspacing="0" cellpadding="6">
<tr>
<td>内容发布说明<br>
1、必须先建立与频道内容模型关连的栏目才能发布内容(<a href="catalog_main.php">栏目管理</a>)<br>
2、如果您设置了某频道为默认发布表单,以后将不再显示此向导,而是直接显示您所选的频道的发布表单,如果想要发布其它频道的内容,可以从左边的目录树中选择,如果以后您想要修改默认发布表单,请点击目录树上方的“发布向导”图标</td>
<td>内容发布说明<br>
1、必须先建立与频道内容模型关连的栏目才能发布内容(<a href="catalog_main.php">栏目管理</a>)<br>
2、如果您设置了某频道为默认发布表单,以后将不再显示此向导,而是直接显示您所选的频道的发布表单,如果想要发布其它频道的内容,可以从左边的目录树中选择,如果以后您想要修改默认发布表单,请点击目录树上方的“发布向导”图标</td>
</tr>
</table>
<table width="100%" border="0" cellpadding="3" cellspacing="1" class="table table-bordered">
<tr height="26" align="center" bgcolor="#FBFCE2">
<td width="8%" >选择</td>
<td width="8%">频道ID</td>
<td width="8%">频道ID</td>
<td width="20%">频道内容模型</td>
<td width="23%">附加表</td>
<td width="10%">栏目数</td>
@@ -101,15 +96,15 @@
}
?>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td>
<button name="b1" type="button" id="b1" onClick="SetDefault()" class="btn btn-success btn-sm">把所选的频道表单设为默认表单</button>
&nbsp;&nbsp;
<button name="b2" type="button" id="b2" onClick="ResetDefault()" class="btn btn-success btn-sm">取消默认表单</button>
</td>
</tr>
</table></td>
</table>
</td>
</tr>
</table>
</body>

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

@@ -72,7 +72,7 @@
</head>
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8">
<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 mb-3">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3 mb-3">>
<tr>
<td height="36" bgcolor="#f8f8f8">
<table border="0" cellpadding="0" cellspacing="0">


+ 1
- 8
src/admin/templets/templets_default.htm View File

@@ -18,14 +18,7 @@ function DelTpl(filename) {
</script>
</head>
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8">
<table width="98%" border="0" align="center" cellpadding="3" cellspacing="1" class="table maintable table-bordered mt-3">
<tr>
<td height="30" background="../static/web/img/tbg.gif" colspan="7">
模板管理
</td>
</tr>
</table>
<table width="98%" border="0" cellspacing="1" cellpadding="0" align="center" class="table maintable table-bordered">
<table width="98%" border="0" cellspacing="1" cellpadding="0" align="center" class="table maintable table-bordered mt-3">
<tr height="30" align="center">
<td width="25%" background="../static/web/img/wbg.gif">文件名</td>
<td width="30%" background="../static/web/img/wbg.gif">文件描述</td>


+ 1
- 6
src/admin/templets/templets_tagsource.htm View File

@@ -16,12 +16,7 @@
</style>
</head>
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8">
<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="7" style="padding-left:10px">标签源码碎片管理</td>
</tr>
</table>
<table width="98%" cellspacing="1" cellpadding="0" border="0" align="center" class="table maintable table-bordered">
<table width="98%" cellspacing="1" cellpadding="0" border="0" align="center" class="table maintable table-bordered mt-3">
<tr height="30" align="center">
<td width="25%" background="../static/web/img/wbg.gif">标签文件名</td>
<td width="33%" background="../static/web/img/wbg.gif" align="left">标签说明</td>


+ 0
- 5
src/admin/templets/tpl_edit.htm View File

@@ -48,11 +48,6 @@
</script>
</head>
<body bgcolor="#F2F4F3" leftmargin="8" topmargin="8">
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ECFAD3" style="margin-bottom:10px" class="table maintable table-bordered mt-3">
<tr>
<td height="26" style="border:1px dotted #BFD67C" background='../static/web/img/wbg.gif'><a href='templets_main.php?acdir=<?php echo $acdir; ?>'>模板管理</a> &gt; 修改/新建模板</td>
</tr>
</table>
<form method="POST" action="tpl.php" name=form1 onSubmit="return Post()">
<input type="hidden" name="action" value="saveedit">
<input type="hidden" name="acdir" value="<?php echo $acdir; ?>">


+ 0
- 5
src/admin/templets/tpl_edit_tag.htm View File

@@ -46,11 +46,6 @@ function Post()
<script type="text/javascript" src="js/mode/htmlmixed/htmlmixed.js"></script>
</head>
<body bgcolor="#F2F4F3" leftmargin="8" topmargin="8">
<table width="98%" border="0" align="center" cellpadding="0" cellspacing="0" bgcolor="#ECFAD3" style="margin-bottom:10px" class="mt-3">
<tr>
<td height="30" style="border:1px dotted #BFD67C" background="../static/web/img/wbg.gif"><a href='templets_tagsource.php'>标签源码碎片管理</a> &gt; <?php echo $title; ?></td>
</tr>
</table>
<form method="POST" action="tpl.php" name=form1 onSubmit="return Post()">
<input type="hidden" name="actiondo" value="<?php echo $action; ?>">
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token']; ?>">


+ 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'>


Loading…
Cancel
Save