Browse Source

修复按钮细节

tags/6.1.8
xushubieli 2 years ago
parent
commit
1985581f9c
41 changed files with 266 additions and 278 deletions
  1. +8
    -7
      src/admin/templets/article_description_main.htm
  2. +11
    -10
      src/admin/templets/article_keywords_make.htm
  3. +1
    -1
      src/admin/templets/baidunews.htm
  4. +8
    -7
      src/admin/templets/cards_make.htm
  5. +1
    -1
      src/admin/templets/cards_manmage.htm
  6. +1
    -1
      src/admin/templets/content_att.htm
  7. +9
    -8
      src/admin/templets/content_batch_up.htm
  8. +1
    -1
      src/admin/templets/content_tj.htm
  9. +1
    -1
      src/admin/templets/diy_add.htm
  10. +1
    -1
      src/admin/templets/diy_edit.htm
  11. +1
    -1
      src/admin/templets/feedback_main.htm
  12. +1
    -1
      src/admin/templets/log_list.htm
  13. +10
    -9
      src/admin/templets/makehtml_all.htm
  14. +24
    -26
      src/admin/templets/makehtml_archives.htm
  15. +2
    -6
      src/admin/templets/makehtml_freelist.htm
  16. +17
    -16
      src/admin/templets/makehtml_homepage.htm
  17. +27
    -29
      src/admin/templets/makehtml_js.htm
  18. +19
    -18
      src/admin/templets/makehtml_list.htm
  19. +9
    -10
      src/admin/templets/makehtml_rss.htm
  20. +9
    -12
      src/admin/templets/makehtml_spec.htm
  21. +8
    -7
      src/admin/templets/makehtml_taglist.htm
  22. +17
    -13
      src/admin/templets/makeremote_all.htm
  23. +1
    -1
      src/admin/templets/media_add.htm
  24. +1
    -1
      src/admin/templets/media_edit.htm
  25. +1
    -1
      src/admin/templets/member_operations.htm
  26. +1
    -1
      src/admin/templets/member_pm.htm
  27. +1
    -1
      src/admin/templets/member_pmall.htm
  28. +1
    -1
      src/admin/templets/member_pmone.htm
  29. +1
    -1
      src/admin/templets/member_rank.htm
  30. +1
    -1
      src/admin/templets/member_scores.htm
  31. +1
    -1
      src/admin/templets/member_type.htm
  32. +8
    -9
      src/admin/templets/mychannel_modifysearch.htm
  33. +2
    -2
      src/admin/templets/shops_delivery.htm
  34. +1
    -1
      src/admin/templets/shops_operations.htm
  35. +1
    -1
      src/admin/templets/soft_config.htm
  36. +10
    -11
      src/admin/templets/sys_cache_up.htm
  37. +29
    -38
      src/admin/templets/sys_data_replace.htm
  38. +1
    -1
      src/admin/templets/sys_group.htm
  39. +1
    -1
      src/admin/templets/sys_info_pay.htm
  40. +8
    -7
      src/admin/templets/tag_test.htm
  41. +10
    -12
      src/admin/templets/update_guide_getfiles.htm

+ 8
- 7
src/admin/templets/article_description_main.htm View File

@@ -11,7 +11,7 @@
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3">
<form action="article_description_main.php" name="form1" target="stafrm" method="post">
<tr>
<td height="26" background='../static/web/img/tbg.gif'>
<td height="26" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="30%" height="18" style="padding-left:10px">文档自动摘要自动分页</td>
@@ -69,12 +69,13 @@
<td width="70%">结果:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -82,7 +83,7 @@
</tr>
<tr bgcolor="#ffffff">
<td id="mtd">
<div id='mdv' style='width:100%;height:350px'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


+ 11
- 10
src/admin/templets/article_keywords_make.htm View File

@@ -10,7 +10,7 @@
<body>
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3">
<tr>
<td height="26" background='../static/web/img/tbg.gif'>
<td height="26" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="30%" height="18" style="padding-left:10px">关键词维护:</td>
@@ -38,14 +38,15 @@
<table width="100%" class="table table-borderless">
<tr>
<td width="70%">结果:</td>
<td width="30%" align="right"> <script language='javascript'>
function ResizeDiv(obj,ty)
{
if(ty=="+") document.all[obj].style.pixelHeight += 50;
else if(document.all[obj].style.pixelHeight>80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj,ty) {
if(ty=="+") document.all[obj].style.pixelHeight += 50;
else if(document.all[obj].style.pixelHeight>80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -53,7 +54,7 @@
</tr>
<tr bgcolor="#ffffff">
<td id="mtd">
<div id='mdv' style='width:100%;height:350px'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
<script language="JavaScript">


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

@@ -10,7 +10,7 @@
<body>
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="1" class="table maintable mt-3">
<tr>
<td colspan="2" background='../static/web/img/tbg.gif' style="padding-left:10px">百度新闻地图</td>
<td colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px">百度新闻地图</td>
</tr>
<tr>
<td bgcolor="#ffffff" colspan="2">


+ 8
- 7
src/admin/templets/cards_make.htm View File

@@ -12,7 +12,7 @@
<form action="cards_make.php" name="form1" target="stafrm">
<input type="hidden" name="dopost" value="make">
<tr>
<td height="26" background='../static/web/img/tbg.gif'>
<td height="26" 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>
@@ -82,12 +82,13 @@ $dsql->Close();
<td width="70%">结果:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -95,7 +96,7 @@ $dsql->Close();
</tr>
<tr bgcolor="#ffffff">
<td id="mtd">
<div id='mdv' style='width:100%;height:350px'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


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

@@ -40,7 +40,7 @@
<body>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3">
<tr>
<td height="26" colspan="7" background='../static/web/img/tbg.gif'>
<td height="26" colspan="7" 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>


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

@@ -12,7 +12,7 @@
<form name="form1" action="content_att.php" method="post">
<input type="hidden" name="dopost" value="save">
<tr>
<td height="26" colspan="3" background='../static/web/img/tbg.gif' style="padding-left:10px">文档自定义属性管理
<td height="26" colspan="3" background="../static/web/img/tbg.gif" style="padding-left:10px">文档自定义属性管理
</td>
</tr>
<tr>


+ 9
- 8
src/admin/templets/content_batch_up.htm View File

@@ -59,7 +59,7 @@
<form name="form1" action="content_batchup_action.php" target="stafrm" method="post">
<input type="hidden" name="dopost" value="go">
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif'>
<td height="26" colspan="2" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="180" height="18" style="padding-left:10px">文档批量管理</td>
@@ -153,12 +153,13 @@
<td width="70%">进行状态:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -166,7 +167,7 @@
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" id="mtd">
<div id='mdv' style='width:100%;height:250px'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>
@@ -174,7 +175,7 @@
<form name="form2" action="content_batchup_action.php" target="stafrm" method="post">
<input type="hidden" name="dopost" value="go">
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif'>
<td height="26" colspan="2" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="30%" height="18" style="padding-left:10px">错误文档修正:</td>


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

@@ -8,7 +8,7 @@
<body>
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center">
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif'>
<td height="26" colspan="2" background="../static/web/img/tbg.gif">
文档信息统计:
</td>
</tr>


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

@@ -40,7 +40,7 @@
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3">
<form name="form1" action="diy_add.php?action=add" method="post" onSubmit="return checkSubmit();">
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif'>
<td height="26" colspan="2" background="../static/web/img/tbg.gif">
<a href="diy_main.php">自定义表单管理</a> &gt; 新增自定义表单
</td>
</tr>


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

@@ -47,7 +47,7 @@
<input type='hidden' name='diyid' value='<?php echo $diyid; ?>'>
<input type='hidden' name='dopost' value='save'>
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif' style="padding-left:10px">
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px">
<a href="diy_main.php">自定义表单管理</a> &gt; 修改自定义表单(修改表名不会创建新表,如果您不懂手工处理这些表,请不要修改)
</td>
</tr>


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

@@ -68,7 +68,7 @@
<body>
<table width="98%" border="0" cellpadding="3" align="center" cellspacing="1" class="table maintable mt-3">
<tr>
<td height="26" background='../static/web/img/tbg.gif' style="padding-left:10px">
<td height="26" background="../static/web/img/tbg.gif" style="padding-left:10px">
<div style="float:left">评论管理</div>
<div style="float:right;padding-right:10px">
<form name='form1'>


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

@@ -43,7 +43,7 @@
<body>
<table width="98%" border="0" cellpadding="2" cellspacing="1" align="center" class="table maintable mt-3">
<tr>
<td height="26" colspan="7" background='../static/web/img/tbg.gif'>
<td height="26" colspan="7" background="../static/web/img/tbg.gif">
<table width="96%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="20%" height="18" style="padding-left:10px">管理系统日志</td>


+ 10
- 9
src/admin/templets/makehtml_all.htm View File

@@ -63,10 +63,9 @@ function SelUp(){
<input type="hidden" name="action" value="make">
<tr>
<td height="30" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px">一键更新网站</td>
</td>
</tr>
<tr>
<td width="30%" height="30" bgcolor="#ffffff">&nbsp;更新选项:</td>
<td width="30%" height="30" bgcolor="#ffffff">更新选项:</td>
<td valign="top" bgcolor="#ffffff">
<label><input name="uptype" id="uptype1" type="radio" value="time" onClick="SelUp()" checked="checked">&nbsp;指定时间的所有更新</label>
<label><input name="uptype" id="uptype2" type="radio" onClick="SelUp()" value="id">&nbsp;指定ID文档的所有更新</label>
@@ -74,19 +73,19 @@ function SelUp(){
</td>
</tr>
<tr id="seltime">
<td height="26" bgcolor="#ffffff">&nbsp;起始时间:</td>
<td height="26" bgcolor="#ffffff"><input type="text" name="starttime" id="starttime" value="<?php echo GetDateMk(time()); ?>" style="width:260px" class="datepicker"></td>
<td height="26" bgcolor="#ffffff">起始时间:</td>
<td height="26" bgcolor="#ffffff"><input type="text" name="starttime" id="starttime" value="<?php echo GetDateMk(time()); ?>" class="datepicker" style="width:160px"></td>
</tr>
<tr bgcolor="#ffffff" id="selid" style="display:none">
<td height="26">&nbsp;起始ID:</td>
<td height="26"><input name="startid" type="text" id="startid" value="0" size="4"></td>
<td height="26">起始ID:</td>
<td height="26"><input name="startid" type="text" id="startid" value="0" style="width:60px"></td>
</tr>
<tr>
<td height="30" colspan="2" bgcolor="#ffffff" align="center"><button type="submit" name="Submit" class="btn btn-success">开始更新</button></td>
</tr>
</form>
<tr bgcolor="#f8f8f8">
<td colspan="2" style="line-height:26px">&nbsp;进行状态:
<td colspan="2" style="line-height:26px">进行状态:
<script>
function ResizeDiv(obj,ty)
{
@@ -95,14 +94,16 @@ function SelUp(){
}
</script>
<span style="float:right">
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>&nbsp;
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</span>
</td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" id="mtd">
<div id="mdv" style="width:100%;height:350px"><iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="350px"></iframe></div>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="350px"></iframe>
</div>
<script>
document.all.mdv.style.pixelHeight = screen.height - 360;
</script>


+ 24
- 26
src/admin/templets/makehtml_archives.htm View File

@@ -14,7 +14,7 @@
</form>
<form name="form1" action="makehtml_archives_action.php" method="get" target='stafrm'>
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif'>
<td height="26" colspan="2" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="30%" height="18" style="padding-left:10px">更新文档</td>
@@ -27,38 +27,35 @@
</tr>
<tr>
<td width="108" valign="top" bgcolor="#ffffff">选择栏目:</td>
<td width="377" valign="top" bgcolor="#ffffff">
<?php
if(empty($cid)) $cid="0";
$tl = new TypeLink($cid);
$typeOptions = $tl->GetOptionArray($cid,$admin_catalogs,0);
echo "<select name='typeid' style='width:260px'>\r\n";
if($cid=="0") echo "<option value='0' selected>更新所有文档</option>\r\n";
echo $typeOptions;
echo "</select>";
?>
<td width="380" valign="top" bgcolor="#ffffff">
<?php
if(empty($cid)) $cid="0";
$tl = new TypeLink($cid);
$typeOptions = $tl->GetOptionArray($cid,$admin_catalogs,0);
echo "<select name='typeid' style='width:260px'>";
if($cid=="0") echo "<option value='0' selected>更新所有文档</option>";
echo $typeOptions;
echo "</select>";
?>
</td>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">起始ID:</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="startid" type="text" id="startid" size="10">
(空或0表示从头开始)</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="startid" type="text" id="startid" style="width:60px">(空或0表示从头开始)</td>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">结束ID:</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="endid" type="text" id="endid" size="10">
(空或0表示直到结束ID)</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="endid" type="text" id="endid" style="width:60px">(空或0表示直到结束ID)</td>
</tr>
<tr>
<td height="26" bgcolor="#ffffff">每页生成:</td>
<td height="26" bgcolor="#ffffff"> <input name="pagesize" type="text" id="pagesize" value="20" size="8">
个文件</td>
<td height="26" bgcolor="#ffffff"> <input name="pagesize" type="text" id="pagesize" value="20" style="width:60px"> 个文件</td>
</tr>
<tr>
<td height="26" colspan="2" bgcolor="#ffffff" align="center">
<button name="b112" type="button" class='btn btn-success' onClick="document.form1.submit();" >开始更新</button>
&nbsp;
<button type="button" name="b113" class='btn btn-success' onClick="document.form2.submit();" >查看所有文档</button></td>
<button name="b112" type="button" class='btn btn-success' onClick="document.form1.submit();">开始更新</button>
<button type="button" name="b113" class='btn btn-success' onClick="document.form2.submit();">查看所有文档</button>
</td>
</tr>
</form>
<tr bgcolor="#f8f8f8">
@@ -68,12 +65,13 @@
<td width="70%">进行状态:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -81,7 +79,7 @@
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" id="mtd">
<div id='mdv' style='width:100%;height:350px'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


+ 2
- 6
src/admin/templets/makehtml_freelist.htm View File

@@ -23,9 +23,7 @@
</tr>
<tr>
<td width="108" height="26" bgcolor="#ffffff">&nbsp;&nbsp;起始ID:</td>
<td width="377" height="26" valign="top" bgcolor="#ffffff">
&nbsp;&nbsp;
<input name="startid" type="text" id="startid" size="10" <?php if(!empty($aid)) echo " value='$aid'"; ?>>
<td width="380" height="26" valign="top" bgcolor="#ffffff"><input name="startid" type="text" id="startid" size="10" <?php if(!empty($aid)) echo " value='$aid'"; ?>>
(空或0表示从头开始)
</td>
</tr>
@@ -39,9 +37,7 @@
</tr>
<tr>
<td height="26" bgcolor="#ffffff">&nbsp;&nbsp;每批生成:</td>
<td height="26" bgcolor="#ffffff"> &nbsp;&nbsp;
<input name="pagesize" type="text" id="pagesize" value="100" size="8">
个文件</td>
<td height="26" bgcolor="#ffffff"><input name="pagesize" type="text" id="pagesize" value="100" size="8"> 个文件</td>
</tr>
<tr>
<td height="36" colspan="2" bgcolor="#ffffff" align="center">


+ 17
- 16
src/admin/templets/makehtml_homepage.htm View File

@@ -24,10 +24,10 @@
<form name="form1" action="makehtml_homepage.php" target="stafrm" method="post">
<input type="hidden" name="dopost" value="make">
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif'>
<td height="26" colspan="2" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="30%" height="18" style="padding-left:10px">更新首页向导</td>
<td width="30%" height="18" style="padding-left:10px">更新首页</td>
<td width="70%" align="right"></td>
</tr>
</table>
@@ -36,17 +36,17 @@
<tr>
<td width="180" valign="top" bgcolor="#ffffff">选择首页模板:</td>
<td width="800" valign="top" bgcolor="#ffffff">
<input name="templet" type="text" id="templet" style="width:300px" value="<?php echo $row['templet']?>">
<input name="templet" type="text" id="templet" value="<?php echo $row['templet']?>" style="width:260px">
<button class="btn btn-success btn-sm" type="button" name="set4" value="" onClick="SelectTemplets('form1.templet');">浏览</button>
</td>
</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>
<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>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">首页位置:</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="position" type="text" id="position" value="<?php echo $row['position']?>" size="30"></td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="position" type="text" id="position" value="<?php echo $row['position']?>" style="width:260px"></td>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">相关选项:</td>
@@ -63,7 +63,7 @@
<label><input name="showmod" type="radio" value="0" class="np" <?php echo ($row['showmod']==0)? "checked='checked'" : ""; ?>>
动态浏览</label>
<label><input name="showmod" type="radio" class="np" value="1" <?php echo ($row['showmod']==1)? "checked='checked'" : ""; ?>>
生成静态 (或者手动删除根目录下index.html文件)</label>
生成静态(或者手动删除根目录下index.html文件)</label>
</td>
</tr>
<?php
@@ -85,18 +85,18 @@
?>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">设置操作密码:</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="dedebiz_admin" type="password" id="dedebiz_admin" value="" size="30">设定后所有的DedeBIZ涉及安全操作输入当前操作密码</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="dedebiz_admin" type="password" id="dedebiz_admin" value="" style="width:260px">设定后所有的DedeBIZ涉及安全操作输入当前操作密码</td>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">重复操作密码:</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="re_dedebiz_admin" type="password" id="re_dedebiz_admin" value="" size="30"></td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="re_dedebiz_admin" type="password" id="re_dedebiz_admin" value="" style="width:260px"></td>
</tr>
<?php
} else {
?>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">操作密码:</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="dedebiz_admin" type="password" id="dedebiz_admin" value="" size="30"></td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="dedebiz_admin" type="password" id="dedebiz_admin" value="" style="width:260px"></td>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">首页状态:</td>
@@ -134,12 +134,13 @@
<td width="70%">进行状态:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -147,7 +148,7 @@
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" id="mtd">
<div id='mdv' style='width:100%;height:350px'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


+ 27
- 29
src/admin/templets/makehtml_js.htm View File

@@ -9,51 +9,48 @@
<script src="../static/web/js/jquery.min.js"></script>
<script src="js/main.js" language="javascript"></script>
<script language="javascript">
function SelectTemplets(fname) {
var pos = GetWinPos(800,600);
window.open("./dialog/select_templets.php?&activepath=<?php echo urlencode($cfg_templets_dir.'/plus')?>&f=" + fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=800,height=600,left=" + pos.left + ", top=" + pos.top);
}
function SelectTemplets(fname) {
var pos = GetWinPos(800,600);
window.open("./dialog/select_templets.php?&activepath=<?php echo urlencode($cfg_templets_dir.'/plus')?>&f=" + fname, "poptempWin", "scrollbars=yes,resizable=yes,statebar=no,width=800,height=600,left=" + pos.left + ", top=" + pos.top);
}
</script>
</head>
<body>
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3">
<form name="form1" action="makehtml_js_action.php" method="get" target='stafrm'>
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif'>
<td height="26" colspan="2" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="30%" height="18" style="padding-left:10px">更新脚本</td>
<td width="70%" align="right"><a href="catalog_main.php" class="btn btn-success btn-sm">栏目管理</a>
</td>
<td width="70%" align="right"><a href="catalog_main.php" class="btn btn-success btn-sm">栏目管理</a></td>
</tr>
</table>
</td>
</tr>
<tr>
<td width="108" valign="top" bgcolor="#ffffff">选择栏目:</td>
<td width="377" valign="top" bgcolor="#ffffff">
<?php
if(empty($cid)) $cid="0";
$tl = new TypeLink($cid);
$typeOptions = $tl->GetOptionArray($cid,$admin_catalogs,0,1);
echo "<select name='typeid' style='width:260px'>\r\n";
if($cid=="0") echo "<option value='0' selected>所有栏目</option>\r\n";
echo $typeOptions;
echo "</select>";
?>
<td width="380" valign="top" bgcolor="#ffffff">
<?php
if(empty($cid)) $cid="0";
$tl = new TypeLink($cid);
$typeOptions = $tl->GetOptionArray($cid,$admin_catalogs,0,1);
echo "<select name='typeid' style='width:260px'>";
if($cid=="0") echo "<option value='0' selected>所有栏目</option>";
echo $typeOptions;
echo "</select>";
?>
</td>
</tr>
<tr>
<td height="36" bgcolor="#ffffff">JS文件:</td>
<td height="36" bgcolor="#ffffff">
<span>
<?php echo "&lt;script src='".$cfg_cmspath."/static/js/".$cid.".js' language='javascript'&gt;&lt;/script&gt;"; ?>
</span>
<td height="26" bgcolor="#ffffff">JS文件:</td>
<td height="26" bgcolor="#ffffff">
<span><?php echo "&lt;script src='".$cfg_cmspath."/static/js/".$cid.".js' language='javascript'&gt;&lt;/script&gt;"; ?></span>
</td>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">模板文件:</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="templet" type="text" id="templet" style="width:300px" value="plus/js.htm">
<td height="26" valign="top" bgcolor="#ffffff"><input name="templet" type="text" id="templet" value="plus/js.htm" style="width:260px">
<button type="button" class="btn btn-success btn-sm" name="set4" onClick="SelectTemplets('form1.templet');">浏览</button>
</td>
</tr>
@@ -79,12 +76,13 @@
<td width="70%">进行状态:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -92,7 +90,7 @@
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" id="mtd">
<div id='mdv' style='width:100%;height:350px'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


+ 19
- 18
src/admin/templets/makehtml_list.htm View File

@@ -11,7 +11,7 @@
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center" class="table maintable mt-3">
<form name="form1" action="makehtml_list_action.php" method="get" target='stafrm'>
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif'>
<td height="26" colspan="2" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="30%" height="18" style="padding-left:10px">更新栏目</td>
@@ -25,21 +25,21 @@
</tr>
<tr>
<td width="108" valign="top" bgcolor="#ffffff">选择栏目:</td>
<td width="377" valign="top" bgcolor="#ffffff">
<?php
if(empty($cid)) $cid=0;
$tl = new TypeLink($cid);
$typeOptions = $tl->GetOptionArray($cid,$admin_catalogs,0,1);
echo "<select name='typeid' style='width:260px'>\r\n";
if($cid=='0') echo "<option value='0' selected='1'>更新所有栏目</option>\r\n";
echo $typeOptions;
echo "</select>";
?>
<td width="380" valign="top" bgcolor="#ffffff">
<?php
if(empty($cid)) $cid=0;
$tl = new TypeLink($cid);
$typeOptions = $tl->GetOptionArray($cid,$admin_catalogs,0,1);
echo "<select name='typeid' style='width:260px'>";
if($cid=='0') echo "<option value='0' selected='1'>更新所有栏目</option>";
echo $typeOptions;
echo "</select>";
?>
</td>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">每次最大创建页数:</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="maxpagesize" type="text" id="maxpagesize" value="50" size="10"> 个文件</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="maxpagesize" type="text" id="maxpagesize" value="50" style="width:60px"> 个文件</td>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">是否更新子栏目:</td>
@@ -63,12 +63,13 @@
<td width="70%">进行状态:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -76,7 +77,7 @@
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" id="mtd">
<div id='mdv' style='width:100%;height:350px'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


+ 9
- 10
src/admin/templets/makehtml_rss.htm View File

@@ -22,13 +22,11 @@
</tr>
<tr height="26" bgcolor="#ffffff">
<td width="25%">单个类目最大记录数:</td>
<td>
<input name="maxrecord" type="text" id="maxrecord" value="50" size="8"> 条
</td>
<td><input name="maxrecord" type="text" id="maxrecord" value="50" style="width:60px"> 条</td>
</tr>
<tr>
<td height="26" colspan="2" bgcolor="#ffffff" align="center">
<button name="b112" type="button" class="btn btn-success" onClick="document.form1.submit();" >开始更新</button>
<button name="b112" type="button" class="btn btn-success" onClick="document.form1.submit();">开始更新</button>
</td>
</tr>
</form>
@@ -39,12 +37,13 @@
<td width="70%">进行状态:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -52,7 +51,7 @@
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" id="mtd">
<div id='mdv' style='width:100%;height:350px'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


+ 9
- 12
src/admin/templets/makehtml_spec.htm View File

@@ -12,7 +12,7 @@
<form name="form1" action="makehtml_spec.php" method="get" target='stafrm'>
<input type="hidden" name="dopost" value="ok">
<tr>
<td height="26" background='../static/web/img/tbg.gif'>
<td height="26" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="30%" height="18" style="padding-left:10px">更新专题</td>
@@ -22,11 +22,7 @@
</td>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">
说明:为了安全起见,专题目录建议设置仅可读写权限,发布专题后需要手动更新,默认文件为
<br>
<?php echo $cfg_cmspath.$cfg_special."/index.html"?>
</td>
<td height="26" valign="top" bgcolor="#ffffff">为了安全起见,专题目录建议设置仅可读写权限,发布专题后需要手动更新,默认文件为:<?php echo $cfg_cmspath.$cfg_special."/index.html"?></td>
</tr>
<tr>
<td height="26" bgcolor="#ffffff" align="center">
@@ -41,12 +37,13 @@
<td width="70%">进行状态:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -54,7 +51,7 @@
</tr>
<tr bgcolor="#ffffff">
<td id="mtd">
<div id='mdv' style='width:100%;height:350px'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


+ 8
- 7
src/admin/templets/makehtml_taglist.htm View File

@@ -39,7 +39,7 @@
<table width="98%" border="0" cellpadding="3" cellspacing="1" bgcolor="#D1DDAA" align="center" class="table maintable mt-3">
<form name="form1" action="makehtml_tag_action_list.php" method="get" target='stafrm'>
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif'>
<td height="26" colspan="2" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="30%" height="18">更新标签</td>
@@ -56,7 +56,7 @@
?>
<tr>
<td width="300" valign="top" bgcolor="#ffffff">输入标签:</td>
<td width="377" valign="top" bgcolor="#ffffff">
<td width="380" valign="top" bgcolor="#ffffff">
<input type="hidden" name="tagid" value="<?php echo $tagid;?>"><?php echo $row['tag'];?> <a class="text-success" href="makehtml_taglist.php">重新选择</a>
</td>
</tr>
@@ -65,7 +65,7 @@
?>
<tr>
<td width="300" valign="top" bgcolor="#ffffff">输入标签:</td>
<td width="377" valign="top" bgcolor="#ffffff">
<td width="380" valign="top" bgcolor="#ffffff">
<select id='tagid' name='tagid' style='width:260px'></select>(请输入标签搜索)
</td>
</tr>
@@ -74,11 +74,11 @@
?>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">生成位置:</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="tagsdir" type="text" id="tagsdir" value="<?php echo $cfg_tags_dir;?>" size="30" disabled> <a href="sys_info.php" class="text-success">【系统设置】</a>-【其他选项】中“TAGS生成目录”项进行调整</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="tagsdir" type="text" id="tagsdir" value="<?php echo $cfg_tags_dir;?>" style="width:260px" disabled> <a href="sys_info.php" class="text-success">【系统设置】</a>-【其他选项】中“TAGS生成目录”项进行调整</td>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">每次最大创建页数:</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="maxpagesize" type="text" id="maxpagesize" value="50" size="10"> 个文件</td>
<td height="26" valign="top" bgcolor="#ffffff"><input name="maxpagesize" type="text" id="maxpagesize" value="50" style="width:60px"> 个文件</td>
</tr>
<tr>
<td height="26" valign="top" bgcolor="#ffffff">说明:</td>
@@ -107,7 +107,8 @@
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -115,7 +116,7 @@
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" id="mtd">
<div id='mdv' style='width:100%;height:350px'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


+ 17
- 13
src/admin/templets/makeremote_all.htm View File

@@ -33,7 +33,7 @@ function changeDopost(postval)
<input type="hidden" name="dopost" value="make">
<input type="hidden" name="maketype" value="">
<tr>
<td height="26" colspan="5" background='../static/web/img/tbg.gif'>
<td height="26" colspan="5" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="30%" height="18">远程服务器同步向导:</td>
@@ -70,8 +70,8 @@ function changeDopost(postval)
<td height="30" colspan="5" bgcolor="#FAFAF1" align="left">功能说明:本功能主要用于本地服务器文件同远程服务器进行同步,这里我们有几个是系统文件夹(Html生成、文件上传、专题)是必须要同远程服务器同步的,当然也有可选文件夹,用户可以在系统根目录\data\config.file.inc.php文件中进行修改(修改方法已在文件中说明)</td>
</tr>
<tr>
<td height="30" colspan="5" bgcolor="#FAFAF1" align="center"><input type="submit" class='coolbg np' name="Submit2" value="更新选择">
&nbsp;&nbsp;&nbsp;&nbsp;
<td height="30" colspan="5" bgcolor="#FAFAF1" align="center">
<input type="submit" class='coolbg np' name="Submit2" value="更新选择">&nbsp;
<input type="submit" class='coolbg np' name="Submit" value="同步更新所有" onClick="changeDopost('makeall')">
</td>
</tr>
@@ -80,19 +80,23 @@ function changeDopost(postval)
<td height="26" colspan="5"><table width="100%">
<tr>
<td width="70%">进行状态:</td>
<td width="30%" align="right"><script language='javascript'>
function ResizeDiv(obj,ty)
{
if(ty=="+") document.all[obj].style.pixelHeight += 50;
else if(document.all[obj].style.pixelHeight>80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>] </td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj,ty) {
if(ty=="+") document.all[obj].style.pixelHeight += 50;
else if(document.all[obj].style.pixelHeight>80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table></td>
</table>
</td>
</tr>
<tr bgcolor="#ffffff">
<td colspan="5" id="mtd"><div id='mdv' style='width:100%;height:350px'>
<td colspan="5" id="mtd">
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


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

@@ -47,7 +47,7 @@
<body>
<table width="98%" align="center" border="0" cellpadding="3" cellspacing="1" class="table maintable mt-3">
<tr>
<td height="26" background='../static/web/img/tbg.gif'>
<td height="26" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="45%">上传新文件</td>


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

@@ -29,7 +29,7 @@
<body>
<table width="99%" align="center" border="0" cellpadding="3" cellspacing="1" class="table maintable mt-3">
<tr>
<td height="26" background='../static/web/img/tbg.gif'>
<td height="26" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="2%" align="center" valign="middle"><img src="../static/web/img/item_tt2.gif"></td>


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

@@ -71,7 +71,7 @@
</form>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable">
<tr>
<td height="26" colspan="8" background='../static/web/img/tbg.gif'>
<td height="26" colspan="8" 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>


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

@@ -37,7 +37,7 @@
</form>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable">
<tr>
<td height="30" colspan="9" background='../static/web/img/tbg.gif'>
<td height="30" colspan="9" background="../static/web/img/tbg.gif">
<span class="current" id="cate_1">短信列表</span> <a href='member_pmall.php'>群发短信</a> <a href='member_pmone.php'>单独短信</a></td>
</td>
</tr>


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

@@ -36,7 +36,7 @@
</form>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable">
<tr>
<td height="30" colspan="9" background='../static/web/img/tbg.gif'>
<td height="30" colspan="9" 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>
</td>
</tr>


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

@@ -36,7 +36,7 @@
</form>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable">
<tr>
<td height="30" colspan="9" background='../static/web/img/tbg.gif'>
<td height="30" colspan="9" 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>
</td>
</tr>


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


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

@@ -25,7 +25,7 @@
<input name="action" type="hidden" value="save">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle mt-3" style="border:1px solid #dee2e6;border-bottom:none">
<tr>
<td width="100%" height="26" background='../static/web/img/tbg.gif' style="padding-left:10px"><a href="member_main.php">会员管理</a> &gt; 积分头衔设置</td>
<td width="100%" height="26" background="../static/web/img/tbg.gif" style="padding-left:10px"><a href="member_main.php">会员管理</a> &gt; 积分头衔设置</td>
</tr>
</table>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable">


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

@@ -12,7 +12,7 @@
<form name="form1" action="member_type.php" method="post">
<input type="hidden" name="dopost" value="save">
<tr>
<td height="26" colspan="5" background='../static/web/img/tbg.gif'>
<td height="26" colspan="5" 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>


+ 8
- 9
src/admin/templets/mychannel_modifysearch.htm View File

@@ -12,13 +12,11 @@
.STYLE1 {
color: #dc3545
}

td {
padding: 2px;
padding-left: 6px;
line-height: 150%;
}

.STYLE2 {
color: #424b51;
}
@@ -33,7 +31,7 @@
<input type='hidden' name='step' value='<?php echo $step?>'>
<input type='hidden' name='dopost' value='modifysearch'>
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif' style="padding-left:10px">
<td height="26" colspan="2" background="../static/web/img/tbg.gif" style="padding-left:10px">
<div style="width:100px;float:right"><a href="mychannel_edit.php?dopost=del&mid=<?php echo $mid; ?>">删除自定义搜索</a></div>
<a href="mychannel_main.php">内容模型管理</a> &gt; 自定义搜索管理(自定义搜索在方便搜索的同时在一定程度上降低了效率,请根据需求定义搜索)
</td>
@@ -100,12 +98,13 @@
<td width="70%">&nbsp;&nbsp;进行状态:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -113,7 +112,7 @@
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" id="mtd">
<div id='mdv' style='width:100%;height:250px;'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


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

@@ -21,7 +21,7 @@
<input type="hidden" name="do" value="add">
<table width="100%" border="0" cellpadding="1" cellspacing="1" class="table maintable mt-3 sysinfo">
<tr align="center" height="26">
<td height="30" colspan="2" align="left" background='../static/web/img/tbg.gif' style="padding-left:10px">增加一个配送方式</td>
<td height="30" colspan="2" align="left" background="../static/web/img/tbg.gif" style="padding-left:10px">增加一个配送方式</td>
</tr>
<tr align="center" height="26" bgcolor="#ffffff">
<td width="10%" height="30" align="right" bgcolor="#ffffff">
@@ -67,7 +67,7 @@
<input type="hidden" name="do" value="edit">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="tbtitle">
<tr>
<td height="26" colspan="3" align="left" background='../static/web/img/tbg.gif'>已有配送方式列表</td>
<td height="26" colspan="3" align="left" background="../static/web/img/tbg.gif">已有配送方式列表</td>
</tr>
<tr bgcolor="#F3FFDD">
<td colspan="3" align="center" bgcolor="#ffffff">


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

@@ -85,7 +85,7 @@
</form>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable">
<tr>
<td height="26" colspan="11" background='../static/web/img/tbg.gif'>
<td height="26" colspan="11" 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>


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

@@ -23,7 +23,7 @@
<form name="form1" action="soft_config.php" method="post">
<input type="hidden" name="dopost" value="save">
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif'>
<td height="26" colspan="2" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="30%" style="padding-left:10px">软件频道设置</td>


+ 10
- 11
src/admin/templets/sys_cache_up.htm View File

@@ -12,7 +12,7 @@
<form name="form1" action="sys_cache_up.php" method="get" target='stafrm'>
<input type="hidden" name="dopost" value="ok">
<tr>
<td height="26" background='../static/web/img/tbg.gif'>
<td height="26" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="30%" height="18" style="padding-left:10px">更新系统缓存</td>
@@ -31,15 +31,13 @@
4、清理过期会员访问历史
5、删除过期短信
<br>
<label><input name="uparc" type="checkbox" class="np" value="1"> 检测并清理错误文档 </label>
<br>
<label><input name="uparc" type="checkbox" class="np" value="1">&nbsp;检测并清理错误文档</label>
(该项操作很占资源,如果没有出现页码不正确、无法解析文档等情况,不要执行本操作)
</td>
</tr>
<tr>
<td height="26" bgcolor="#ffffff" align="center">
<button name="b112" type="button" class="btn btn-success" value="" onClick="document.form1.submit();"
>开始执行</button>
<button name="b112" type="button" class="btn btn-success" value="" onClick="document.form1.submit();">开始执行</button>
</td>
</tr>
</form>
@@ -50,12 +48,13 @@
<td width="70%">进行状态:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -63,7 +62,7 @@
</tr>
<tr bgcolor="#ffffff">
<td id="mtd">
<div id='mdv' style='width:100%;height:350px'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


+ 29
- 38
src/admin/templets/sys_data_replace.htm View File

@@ -57,81 +57,71 @@
</td>
</tr>
<tr id='datasel'>
<td width="15%" height="66">&nbsp;选择数据表与字段:</td>
<td width="15%" height="60">&nbsp;选择数据表与字段:</td>
<td>
<table width="98%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td id="tables">
<?php
$dsql->SetQuery("Show Tables");
$dsql->Execute('t');
if($dsql->GetError()!=''){
echo "<span style='color:#dc3545'>找不到您所指定的数据库 $dbname</span><br>";
echo $qbutton;
}
echo "<select name='exptable' id='exptable' size='10' style='width:60%;height:220px' onchange='ShowFields()'>\r\n";
while($row = $dsql->GetArray('t',MYSQL_BOTH)){
echo "<option value='{$row[0]}'>{$row[0]}</option>\r\n";
}
echo "</select>\r\n";
$dsql->Close();
?> </td>
$dsql->SetQuery("Show Tables");
$dsql->Execute('t');
if($dsql->GetError()!=''){
echo "<span style='color:#dc3545'>找不到您所指定的数据库 $dbname</span><br>";
echo $qbutton;
}
echo "<select name='exptable' id='exptable' size='10' style='width:60%;height:220px' onchange='ShowFields()'>\r\n";
while($row = $dsql->GetArray('t',MYSQL_BOTH)){
echo "<option value='{$row[0]}'>{$row[0]}</option>\r\n";
}
echo "</select>\r\n";
$dsql->Close();
?>
</td>
</tr>
<tr>
<td id='fields'></td>
</tr>
<tr>
<td height="26"> 要替换的字段:
<input name="rpfield" type="text" id="rpfield" class="alltxt">
</td>
<td height="26">&nbsp;要替换的字段:<input name="rpfield" type="text" id="rpfield" class="alltxt"></td>
</tr>
</table>
</td>
</tr>
<tr bgcolor="#FBFCE2">
<td>&nbsp;替换方式:</td>
<td height="26">&nbsp;替换方式:</td>
<td>
<label><input name="rptype" type="radio" id="ot1" value="replace" checked='1' class='np' />
普通替换</label>
<label><input type="radio" name="rptype" id="ot2" value="regex" class='np' />
正则表达式</label> 主键字段:
<input name="keyfield" type="text" id="keyfield" size="12" class="alltxt">
(正则模式必须指定)
正则表达式</label>
&nbsp;主键字段:
<input name="keyfield" type="text" id="keyfield" size="12" class="alltxt">(正则模式必须指定)
</td>
</tr>
<tr>
<td>&nbsp;被替换内容:</td>
<td height="26">&nbsp;被替换内容:</td>
<td><textarea name="rpstring" id="rpstring" class="alltxt" style="width:60%;height:50px"></textarea></td>
</tr>
<tr>
<td>&nbsp;替换为:</td>
<td height="26">&nbsp;替换为:</td>
<td><textarea name="tostring" id="tostring" class="alltxt" style="width:60%;height:50px"></textarea></td>
</tr>
<tr>
<td height="26">&nbsp;替换条件:</td>
<td><input name="condition" type="text" id="condition" style="width:45%" class="alltxt">
(空完全替换)</td>
<td><input name="condition" type="text" id="condition" style="width:60%" class="alltxt">(空完全替换)</td>
</tr>
<tr>
<td height="26">&nbsp;安全确认码:</td>
<td>
<table width="300" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="90">
<input type="text" name="validate" class="alltxt" style="width:80px;text-transform: uppercase">
</td>
<td>
<img src='../apps/vdimgck.php' style="cursor:pointer" onClick="this.src='../apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)"/>
</td>
</tr>
</table>
<input type="text" name="validate" class="alltxt" style="width:80px;text-transform:uppercase">
<img src="../apps/vdimgck.php" style="vertical-align:middle;cursor:pointer" onClick="this.src='../apps/vdimgck.php?'+new Date().getTime()+Math.round(Math.random() * 10000)"></td>
</td>
</tr>
</table>
</td>
</tr>
<tr>
<td height="30" bgcolor="#ffffff" align="center">
<td height="36" bgcolor="#ffffff" align="center">
<button type="submit" name="Submit" class="btn btn-success">开始替换数据</button>
</td>
</tr>
@@ -148,7 +138,8 @@
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -156,7 +147,7 @@
</tr>
<tr bgcolor="#ffffff">
<td id="mtd">
<div id='mdv' style='width:100%;height:250px;'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


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

@@ -12,7 +12,7 @@
<form name="form1" action="content_att.php" method="post">
<input type="hidden" name="dopost" value="save">
<tr>
<td height="26" colspan="3" background='../static/web/img/tbg.gif'>
<td height="26" colspan="3" background="../static/web/img/tbg.gif">
<table width="96%" border="0" cellspacing="1" cellpadding="1" class="table table-borderless">
<tr>
<td width="24%" style="padding-left:10px">系统用户组管理 </td>


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

@@ -85,7 +85,7 @@ foreach($payment_arr as $value){
<td>
<table width="100%" border="0" cellpadding="1" cellspacing="1" bgcolor="#cbd8ac" class="sysinfo">
<tr align="center" height="26">
<td height="30" colspan="2" align="left" background='../static/web/img/tbg.gif'>支付接口配置参数
<td height="30" colspan="2" align="left" background="../static/web/img/tbg.gif">支付接口配置参数
</td>
</tr>
<tr align="center" height="26" bgcolor="#ffffff">


+ 8
- 7
src/admin/templets/tag_test.htm View File

@@ -30,7 +30,7 @@
<input type="hidden" name="dopost" value="make">
<input type="hidden" name="_csrf_token" value="<?php echo $GLOBALS['csrf_token']; ?>">
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif'>
<td height="26" colspan="2" background="../static/web/img/tbg.gif">
<table width="98%" border="0" cellpadding="0" cellspacing="0" class="table table-borderless">
<tr>
<td width="30%" height="18" style="padding-left:10px">全局标记测试</td>
@@ -78,12 +78,13 @@
<td width="70%">进行状态:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight + 50;
}
function ResizeDiv(obj, ty) {
if (ty == "+") document.all[obj].style.pixelHeight += 50;
else if (document.all[obj].style.pixelHeight > 80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight + 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -91,7 +92,7 @@
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" id="mtd">
<div id='mdv' style='width:100%;height:300px;'>
<div id="mdv" style="width:100%;height:300px">
<iframe name="stafrm" frameborder="0" id="stafrm" width="100%" height="100%"></iframe>
</div>
</td>


+ 10
- 12
src/admin/templets/update_guide_getfiles.htm View File

@@ -8,7 +8,7 @@
<body>
<table width="98%" border="0" cellpadding="3" cellspacing="1" align="center">
<tr>
<td height="26" colspan="2" background='../static/web/img/tbg.gif'>
<td height="26" colspan="2" background="../static/web/img/tbg.gif">
<div style="float:left">自动更新程序::下载更新文件</div>
<div style="float:right;padding-right:10px">
<a href='index_body.php' class='np coolbg'>返回系统主页</a>
@@ -16,9 +16,7 @@
</td>
</tr>
<tr bgcolor="#ffffff">
<td height="26" colspan="2">
下载的文件临时存放在文件夹(<span style='color:#dc3545'>../data/<?php echo $tmpdir; ?></span>)内,如果某些基础类有重要的改动导致更新中途中错,您可以从这文件夹提取文件手工更新
</td>
<td height="26" colspan="2">下载的文件临时存放在文件夹(<span style='color:#dc3545'>../data/<?php echo $tmpdir; ?></span>)内,如果某些基础类有重要的改动导致更新中途中错,您可以从这文件夹提取文件手工更新</td>
</tr>
<?php echo $dirinfos; ?>
<tr bgcolor="#F8FEDA">
@@ -28,13 +26,13 @@
<td width="70%">进行状态:</td>
<td width="30%" align="right">
<script language='javascript'>
function ResizeDiv(obj,ty)
{
if(ty=="+") document.all[obj].style.pixelHeight += 50;
else if(document.all[obj].style.pixelHeight>80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
[<a href='javascript:;' onClick="ResizeDiv('mdv','+');">增大</a>] [<a href='javascript:;' onClick="ResizeDiv('mdv','-');">缩小</a>]
function ResizeDiv(obj,ty) {
if(ty=="+") document.all[obj].style.pixelHeight += 50;
else if(document.all[obj].style.pixelHeight>80) document.all[obj].style.pixelHeight = document.all[obj].style.pixelHeight - 50;
}
</script>
<a href="javascript:;" onClick="ResizeDiv('mdv','+');" class="btn btn-success btn-sm">增大</a>
<a href="javascript:;" onClick="ResizeDiv('mdv','-');" class="btn btn-success btn-sm">缩小</a>
</td>
</tr>
</table>
@@ -42,7 +40,7 @@
</tr>
<tr bgcolor="#ffffff">
<td colspan="2" id="mtd">
<div id='mdv' style='width:100%;height:350px'>
<div id="mdv" style="width:100%;height:300px">
<?php
echo $doneStr;
?>


Loading…
Cancel
Save