Browse Source

边距优化

tags/6.1.7
xushubieli 2 years ago
parent
commit
063d7c0e62
17 changed files with 30 additions and 31 deletions
  1. +1
    -1
      src/admin/templets/article_keywords_main.htm
  2. +2
    -2
      src/admin/templets/article_test_same.htm
  3. +2
    -2
      src/admin/templets/baidunews.htm
  4. +2
    -2
      src/admin/templets/diy_edit.htm
  5. +2
    -2
      src/admin/templets/diy_list.htm
  6. +2
    -2
      src/admin/templets/diy_main.htm
  7. +2
    -2
      src/admin/templets/freelist_add.htm
  8. +2
    -2
      src/admin/templets/freelist_edit.htm
  9. +2
    -3
      src/admin/templets/freelist_main.htm
  10. +1
    -1
      src/admin/templets/makehtml_freelist.htm
  11. +2
    -2
      src/admin/templets/module_edit.htm
  12. +1
    -1
      src/admin/templets/module_main.htm
  13. +2
    -2
      src/admin/templets/module_make.htm
  14. +2
    -2
      src/admin/templets/mychannel_modifysearch.htm
  15. +2
    -2
      src/admin/templets/sys_data_replace.htm
  16. +1
    -1
      src/admin/templets/sys_safetest.htm
  17. +2
    -2
      src/admin/templets/tags_main.htm

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

@@ -56,7 +56,7 @@
<td width="90">链接网址:</td>
<td><input name="rpurl" type="text" id="rpurl" style="width:260px"></td>
<td width="60">频率:</td>
<td><input name="rank" type="text" id="rank" value="30" style="width:260px"></td>
<td><input name="rank" type="text" id="rank" value="30" style="width:60px"></td>
<td><button type="submit" name="Submit" class="btn btn-success btn-sm">保存</button></td>
</tr>
</table>


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

@@ -8,11 +8,11 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
</head>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">批量管理</div>
</div>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered">
<form action="article_test_same.php" name="form1" target="stafrm">
<input type='hidden' name='dopost' value='analyse'>
<tr>


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

@@ -8,11 +8,11 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
</head>
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8">
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">辅助插件</div>
</div>
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="1" class="table maintable table-bordered mt-3">
<table width="98%" border="0" align="center" cellpadding="4" cellspacing="1" class="table maintable table-bordered">
<tr>
<td bgcolor="#EDF9D5" colspan="2" background='../static/web/img/tbg.gif' style="padding-left:10px">
百度新闻地图


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

@@ -42,11 +42,11 @@
</style>
</head>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">自定义表单管理</div>
</div>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered">
<form name="form1" action="diy_edit.php" method="post" onSubmit="return checkSubmit();">
<input type='hidden' name='diyid' value='<?php echo $diyid; ?>'>
<input type='hidden' name='dopost' value='save'>


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

@@ -8,13 +8,13 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
</head>
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8">
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt"><?php echo $diy->name; ?>列表</div>
</div>
<form action="diy_list.php" method="post">
<input type="hidden" name="diyid" value="<?php echo $diyid; ?>">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable" style="margin-top:10px;background:#CFCFCF">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable">
<tr>
<td colspan="3" height="26" background="../static/web/img/tbg.gif">
<div style="float:left"><a href="diy_main.php">自定义表单管理</a> &gt; <?php echo $diy->name; ?></div>


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

@@ -8,11 +8,11 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
</head>
<body background="../static/web/img/allbg.gif" leftmargin="8" topmargin="8">
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">自定义表单管理</div>
</div>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable" style="margin-top:10px;border:1px solid #dee2e6;border-bottom:none">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable" style="border:1px solid #dee2e6;border-bottom:none">
<tr>
<td bgcolor="#EDF9D5" class="tbtitletxt" background="../static/web/img/tbg.gif">
<table width="96%" border="0" cellpadding="0" cellspacing="0">


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

@@ -17,7 +17,7 @@
<script type="text/javascript" src="js/mode/htmlmixed/htmlmixed.js"></script>
</head>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">频道管理</div>
</div>
@@ -56,7 +56,7 @@
</div>
<div style="display:none" id="list4">
<li class="media border-bottom-dashed mt-2 py-2">
<a href="[field:arcurl/]"><img src="[field:litpic/]" class="mr-3" alt="[field:title/]"></a>
<a href="[field:arcurl/]"><img src="[field:litpic/]" alt="[field:title/]" title="[field:title/]" class="mr-3" ></a>
<div class="media-body row">
<div class="col-12 title">
<a href="[field:arcurl/]">


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

@@ -48,12 +48,12 @@
<script type="text/javascript" src="js/mode/htmlmixed/htmlmixed.js"></script>
</head>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">频道管理</div>
</div>
<center>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered">
<form action="freelist_edit.php" method="post" name="form1" onSubmit="return CheckSubmit();">
<input type="hidden" name="dopost" value="save">
<input type="hidden" name="aid" value="<?php echo $row['aid']?>">


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

@@ -103,12 +103,11 @@
</script>
</head>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">频道管理</div>
</div>

<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable mt-3" style="border:1px solid #dee2e6;border-bottom:none;">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="maintable" style="border:1px solid #dee2e6;border-bottom:none">
<tr>
<td class="tbtitletxt" background="../static/web/img/tbg.gif">
<table width='100%' border="0" cellpadding='0' cellspacing='0'>


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

@@ -8,7 +8,7 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
</head>
<body background="../static/web/img/allbg.gif">
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">更新自由列表</div>
</div>


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

@@ -36,11 +36,11 @@ td{padding-left:8px}
</style>
</head>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">模块管理</div>
</div>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3 mb-3">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable 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; ?>'>


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

@@ -20,7 +20,7 @@
</script>
</head>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">模块管理</div>
<div class="bodytitletxt" style="float:right;padding-right:10px">


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

@@ -34,11 +34,11 @@
</style>
</head>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">模块管理</div>
</div>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable mt-3">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable">
<form action="module_make.php" method="post" enctype="multipart/form-data" name="form1">
<input type='hidden' name='action' value='make'>
<tr>


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

@@ -25,11 +25,11 @@
</style>
</head>
<body background='../static/web/img/allbg.gif' leftmargin='8' topmargin='8'>
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">自定义搜索管理</div>
</div>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered">
<form name="form1" action="mychannel_edit.php" method="post" target="stafrm">
<input type='hidden' name='mid' value='<?php echo $mid?>'>
<input type='hidden' name='maintable' value='<?php echo $channel['maintable']?>'>


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

@@ -42,11 +42,11 @@
<link rel="stylesheet" href="../static/web/css/admin.css">
</head>
<body>
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">批量管理</div>
</div>
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered mt-3">
<table width="98%" border="0" cellpadding="1" cellspacing="1" align="center" class="table maintable table-bordered">
<form action="sys_data_replace.php" name="form1" method="post" target="stafrm" onSubmit="return CheckSubmit()">
<input type='hidden' name='action' value='apply'>
<tr>


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

@@ -54,7 +54,7 @@
<div id='loaddiv' style='display:none'>
<p align='center' style='padding-top:200px'><img src='../static/web/img/loadinglit.gif'>请稍后,正在操作中</p>
</div>
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt">用户安全中心</div>
</div>


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

@@ -88,12 +88,12 @@
</style>
</head>
<body>
<div class="bodytitle mt-3">
<div class="bodytitle mt-3 mb-3">
<div class="bodytitleleft"></div>
<div class="bodytitletxt"><a href="tags_main.php">标签管理</a></div>
</div>
<div class="main">
<form name="form1" action="tags_main.php?action=fetch" method="post" style="margin:10px 0">
<form name="form1" action="tags_main.php?action=fetch" method="post">
<table width="98%" border="0" cellspacing="1" align="center" class="table maintable">
<tr>
<td height="26" align="left" bgcolor="#F0FBBD" background="../static/web/img/wbg.gif" style="padding-left:10px">提取标签</td>


Loading…
Cancel
Save