Browse Source

调整

tags/6.3.0
叙述、别离 5 months ago
parent
commit
dda2e8ba1c
9 changed files with 27 additions and 27 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. +7
    -7
      src/admin/templets/archives_edit.htm
  5. +1
    -1
      src/admin/templets/article_add.htm
  6. +13
    -13
      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/sys_payment.htm

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

@@ -80,7 +80,7 @@
<table>
<tr>
<td width="120">标签:</td>
<td><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="620"><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="60">权重:</td>
<td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="admin-input-sm">(越小越靠前)</td>
</tr>


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

@@ -81,7 +81,7 @@
<table>
<tr>
<td width="120">标签:</td>
<td><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="620"><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="60">权重:</td>
<td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td>
</tr>


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

@@ -76,7 +76,7 @@
<table>
<tr>
<td width="120">标签:</td>
<td><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="620"><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="60">权重:</td>
<td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="admin-input-sm">(越小越靠前)</td>
</tr>


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

@@ -78,9 +78,9 @@
<table>
<tr>
<td width="120">标签:</td>
<td><input name="tags" type="text" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="620"><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="60">权重:</td>
<td><input name="weight" type="text" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td>
<td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td>
</tr>
</table>
</td>
@@ -108,13 +108,13 @@
<tr>
<td width="120">来源:</td>
<td width="260">
<input name="source" type="text" id="source" value="<?php echo $arcRow['source']?>" class="admin-input-sm">
<button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button>
<input type="text" name="source" id="source" value="<?php echo $arcRow['source']?>" class="admin-input-sm">
<button type="button" name="selsource" id="selsource" class="btn btn-success btn-sm">选择</button>
</td>
<td width="60">编辑:</td>
<td>
<input name="writer" type="text" id="writer" value="<?php echo $arcRow['writer']?>" class="admin-input-sm">
<button class="btn btn-success btn-sm" name="selwriter" type="button" id="selwriter">选择</button>
<input type="text" name="writer" id="writer" value="<?php echo $arcRow['writer']?>" class="admin-input-sm">
<button type="button" class="btn btn-success btn-sm" name="selwriter" id="selwriter">选择</button>
</td>
</tr>
</table>
@@ -145,7 +145,7 @@
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a>
</td>
<td width="120">需要金币:</td>
<td><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td>
<td><input type="text" name="money" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td>
</tr>
</table>
</td>


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

@@ -75,7 +75,7 @@
<table>
<tr>
<td width="120">标签:</td>
<td><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="620"><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="60">权重:</td>
<td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="admin-input-sm">(越小越靠前)</td>
</tr>


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

@@ -32,9 +32,9 @@
<table>
<tr>
<td width="120">文档标题:</td>
<td width="390"><input name="title" type="text" 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 name="shorttitle" type="text" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="admin-input-sm"></td>
<td><input type="text" name="shorttitle" id="shorttitle" value="<?php echo $arcRow['shorttitle'];?>" class="admin-input-sm"></td>
</tr>
</table>
</td>
@@ -72,7 +72,7 @@
<table>
<tr>
<td width="120">跳转网址:</td>
<td><input name="redirecturl" type="text" id="redirecturl" value="<?php echo $addRow['redirecturl']?>" class="admin-input-lg"></td>
<td><input type="text" name="redirecturl" id="redirecturl" value="<?php echo $addRow['redirecturl']?>" class="admin-input-lg"></td>
</tr>
</table>
</td>
@@ -82,9 +82,9 @@
<table>
<tr>
<td width="120">标签:</td>
<td><input name="tags" type="text" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="620"><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="60">权重:</td>
<td><input name="weight" type="text" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td>
<td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td>
</tr>
</table>
</td>
@@ -95,7 +95,7 @@
<tr>
<td width="120">缩略图:</td>
<td width="660">
<input name="picname" type="text" id="picname" value="<?php echo $arcRow['litpic']?>" class="admin-input-lg">
<input type="text" name="picname" id="picname" value="<?php echo $arcRow['litpic']?>" class="admin-input-lg">
<label><input type="checkbox" name="ddisremote" value="1" id="ddisremote"> 远程图片</label>
<span class="btn btn-success btn-sm fileinput-button">上传<input type="file" name="files[]" id="iptAddImages"></span>
<button type="button" name="submit" onclick="SelectImage('form1.picname','');" class="btn btn-success btn-sm">选择</button>
@@ -112,13 +112,13 @@
<tr>
<td width="120">来源:</td>
<td width="260">
<input name="source" type="text" id="source" value="<?php echo $arcRow['source']?>" class="admin-input-sm">
<button name="selsource" type="button" id="selsource" class="btn btn-success btn-sm">选择</button>
<input type="text" name="source" id="source" value="<?php echo $arcRow['source']?>" class="admin-input-sm">
<button type="button" name="selsource" id="selsource" class="btn btn-success btn-sm">选择</button>
</td>
<td width="60">编辑:</td>
<td>
<input name="writer" type="text" id="writer" value="<?php echo $arcRow['writer']?>" class="admin-input-sm">
<button name="selwriter" type="button" id="selwriter" class="btn btn-success btn-sm">选择</button>
<input type="text" name="writer" id="writer" value="<?php echo $arcRow['writer']?>" class="admin-input-sm">
<button type="button" name="selwriter" id="selwriter" class="btn btn-success btn-sm">选择</button>
</td>
</tr>
</table>
@@ -140,7 +140,7 @@
<a href="javascript:ShowCatMap(event,this,<?php echo $channelid;?>,'typeid','<?php echo $arcRow['typeid'];?>');" title="选择主栏目" class="btn btn-success btn-sm"><i class="fa fa-search"></i></a>
</td>
<td width="120">需要金币:</td>
<td><input name="money" type="text" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td>
<td><input type="text" name="money" id="money" value="<?php echo $arcRow['money']?>" class="admin-input-sm"></td>
</tr>
</table>
</td>
@@ -237,8 +237,8 @@
</td>
<td width="120">标题颜色:</td>
<td>
<input name="color" type="text" id="color" value="<?php echo $arcRow['color']?>" class="admin-input-sm">
<button name="modcolor" type="button" id="modcolor" onclick="ShowColor(event,this);" class="btn btn-success btn-sm">选择</button>
<input type="text" name="color" id="color" value="<?php echo $arcRow['color']?>" class="admin-input-sm">
<button type="button" name="modcolor" id="modcolor" onclick="ShowColor(event,this);" class="btn btn-success btn-sm">选择</button>
</td>
</tr>
</table>


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

@@ -92,7 +92,7 @@
<table>
<tr>
<td width="120">标签:</td>
<td><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="620"><input type="text" name="tags" id="tags" onChange="$Obj('keywords').value=this.value;" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="60">权重:</td>
<td><input type="text" name="weight" id="weight" value="<?php echo $maxWright['cc'];?>" class="admin-input-sm">(越小越靠前)</td>
</tr>


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

@@ -93,7 +93,7 @@
<table>
<tr>
<td width="120">标签:</td>
<td><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="620"><input type="text" name="tags" id="tags" value="<?php echo $tags;?>" class="admin-input-lg">(英文逗号隔开,如:DedeBIZ,得德)</td>
<td width="60">权重:</td>
<td><input type="text" name="weight" id="weight" value="<?php echo $arcRow['weight'];?>" class="admin-input-sm">(越小越靠前)</td>
</tr>


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

@@ -9,7 +9,7 @@
<link rel="stylesheet" href="/static/web/css/admin.css">
<script src="/static/web/js/jquery.min.js"></script>
<script src="/static/web/js/bootstrap.min.js"></script>
<script src=".//static/web/js/admin.main.js"></script>
<script src="/static/web/js/admin.main.js"></script>
</head>
<body>
<table class="table border my-3">


Loading…
Cancel
Save