Browse Source

调整

tags/6.3.0
叙述、别离 1 year ago
parent
commit
ed21e6265e
11 changed files with 24 additions and 28 deletions
  1. +1
    -1
      src/admin/templets/album_add.htm
  2. +1
    -1
      src/admin/templets/album_edit.htm
  3. +1
    -1
      src/admin/templets/archives_add.htm
  4. +1
    -1
      src/admin/templets/archives_edit.htm
  5. +1
    -1
      src/admin/templets/article_add.htm
  6. +1
    -1
      src/admin/templets/article_edit.htm
  7. +1
    -1
      src/admin/templets/soft_add.htm
  8. +1
    -1
      src/admin/templets/soft_edit.htm
  9. +1
    -1
      src/admin/templets/spec_add.htm
  10. +1
    -1
      src/admin/templets/spec_edit.htm
  11. +14
    -18
      src/admin/templets/tags_main.htm

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

@@ -36,7 +36,7 @@
<table>
<tr>
<td width="120">图片标题:</td>
<td width="400"><input type="text" name="title" id="title" class="admin-input-lg"></td>
<td width="390"><input type="text" name="title" id="title" class="admin-input-lg"></td>
<td width="120">简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" class="admin-input-sm"></td>
</tr>


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

@@ -35,7 +35,7 @@
<table>
<tr>
<td width="120">图片标题:</td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td>
<td width="390"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td>
<td width="120">简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="admin-input-sm"></td>
</tr>


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

@@ -32,7 +32,7 @@
<table>
<tr>
<td width="120"><?php echo $cInfos['titlename'];?>:</td>
<td width="400"><input type="text" name="title" id="title" class="admin-input-lg"></td>
<td width="390"><input type="text" name="title" id="title" class="admin-input-lg"></td>
<td width="120">简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" class="admin-input-sm"></td>
</tr>


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

@@ -32,7 +32,7 @@
<table>
<tr>
<td width="120"><?php echo $cInfos['titlename'];?>:</td>
<td width="400"><input name="title" type="text" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td>
<td width="390"><input name="title" type="text" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td>
<td width="120">简略标题:</td>
<td><input name="shorttitle" type="text" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="admin-input-sm"></td>
</tr>


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

@@ -31,7 +31,7 @@
<table>
<tr>
<td width="120">文档标题:</td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $title;?>" class="admin-input-lg"></td>
<td width="390"><input type="text" name="title" id="title" value="<?php echo $title;?>" class="admin-input-lg"></td>
<td width="120">简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" class="admin-input-sm"></td>
</tr>


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

@@ -32,7 +32,7 @@
<table>
<tr>
<td width="120">文档标题:</td>
<td width="400"><input name="title" type="text" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td>
<td width="390"><input name="title" type="text" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td>
<td width="120">简略标题:</td>
<td><input name="shorttitle" type="text" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="admin-input-sm"></td>
</tr>


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

@@ -48,7 +48,7 @@
<table>
<tr>
<td width="120">软件名称:</td>
<td width="400"><input type="text" name="title" id="title" class="admin-input-lg"></td>
<td width="390"><input type="text" name="title" id="title" class="admin-input-lg"></td>
<td width="120">简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" class="admin-input-sm"></td>
</tr>


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

@@ -47,7 +47,7 @@
<table>
<tr>
<td width="120">文档标题:</td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td>
<td width="390"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td>
<td width="120">简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="admin-input-sm"></td>
</tr>


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

@@ -75,7 +75,7 @@
<table>
<tr>
<td width="120">专题名称:</td>
<td width="400"><input type="text" name="title" id="title" class="admin-input-lg"></td>
<td width="390"><input type="text" name="title" id="title" class="admin-input-lg"></td>
<td width="120">简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" class="admin-input-sm"></td>
</tr>


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

@@ -73,7 +73,7 @@
<table>
<tr>
<td width="120">专题名称:</td>
<td width="400"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td>
<td width="390"><input type="text" name="title" id="title" value="<?php echo $arcRow['title'];?>" class="admin-input-lg"></td>
<td width="120">简略标题:</td>
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="admin-input-sm"></td>
</tr>


+ 14
- 18
src/admin/templets/tags_main.htm View File

@@ -12,28 +12,24 @@
<script src="/static/web/js/admin.main.js"></script>
</head>
<body>
<form name="form1" action="tags_main.php?action=fetch" method="post">
<table align="center" class="table maintable my-3">
<tr>
<td bgcolor="#f8fafb">
<table align="center" class="table maintable my-3">
<tr bgcolor="#f8fafb">
<td width="460">
<form name="form2" action="tags_main.php">
<input type="text" name="tag" value="<?php echo $tag;?>" placeholder="请输入标签" class="admin-input-lg">
<button type="submit" name="sb" class="btn btn-success btn-sm">搜索</button>
</form>
</td>
<td>
<form name="form1" action="tags_main.php?action=fetch" method="post">
<input type="text" name="startaid" placeholder="请输入标签id开始" class="admin-input-sm mr-3">
<input type="text" name="endaid" placeholder="请输入标签id结束" class="admin-input-sm">
<button name="submit" type="submit" class="btn btn-success btn-sm">获取标签</button>
<a href="makehtml_taglist.php" name="sb" class="btn btn-success btn-sm">更新标签</a>
</td>
</tr>
</table>
</form>
<form name="form2" action="tags_main.php">
<table align="center" class="table maintable mb-3">
<tr>
<td bgcolor="#f8fafb">
<input type="text" name="tag" value="<?php echo $tag;?>" placeholder="请输入标签" class="admin-input-lg">
<button type="submit" name="sb" class="btn btn-success btn-sm">搜索</button>
</td>
</tr>
</table>
</form>
</form>
</td>
</tr>
</table>
<form name="form3" action="tags_main.php?action=delete" method="post">
<table align="center" class="table maintable mb-3">
<tr>


Loading…
Cancel
Save