|
|
@@ -42,6 +42,10 @@ |
|
|
|
<td scope="col">选择</td> |
|
|
|
<td scope="col">id</td> |
|
|
|
<td scope="col">标签</td> |
|
|
|
<td scope="col">缩略图</td> |
|
|
|
<td scope="col">SEO标题</td> |
|
|
|
<td scope="col">关键词</td> |
|
|
|
<td scope="col">描述</td> |
|
|
|
<td scope="col"><a href="tags_main.php?tag=<?php echo $tag;?>&orderby=count&orderway=<?php echo $neworderway;?>">点击</a></td> |
|
|
|
<td scope="col"><a href="tags_main.php?tag=<?php echo $tag;?>&orderby=total&orderway=<?php echo $neworderway;?>">文档数</a></td> |
|
|
|
<td scope="col"><a href="tags_main.php?tag=<?php echo $tag;?>&orderby=addtime&orderway=<?php echo $neworderway;?>">添加时间</a></td> |
|
|
@@ -60,12 +64,19 @@ |
|
|
|
<td><input type="checkbox" name="ids[]" value="<?php echo $fields['id'];?>"></td> |
|
|
|
<td>{dede:field.id/}</td> |
|
|
|
<td><a href="<?php echo $cfg_phpurl;?>/tags.php?/<?php echo $fields['id'];?>" target="_blank">{dede:sfield.tag/}</a></td> |
|
|
|
<td><input type="text" value="<?php echo $fields['count'];?>" id="count<?php echo $fields['id'];?>" class="admin-input-sm"></td> |
|
|
|
<td> |
|
|
|
<input type="text" name="" class="admin-input-sm"> |
|
|
|
<button type="button" class="btn btn-success btn-sm" onclick="SelectImage('form1.bigpic');">选择</button> |
|
|
|
</td> |
|
|
|
<td><input type="text" value="" id="" class="admin-input-sm"></td> |
|
|
|
<td><input type="text" value="" id="" class="admin-input-sm"></td> |
|
|
|
<td><textarea name="" id="" class="admin-textarea-sm"></textarea></td> |
|
|
|
|
|
|
|
<td><input type="text" value="<?php echo $fields['count'];?>" id="count<?php echo $fields['id'];?>" class="admin-input-xs"></td> |
|
|
|
<td><?php echo $fields['total'];?></td> |
|
|
|
<td><?php echo $fields['addtime'];?></td> |
|
|
|
<td><?php echo $fields['uptime'];?></td> |
|
|
|
<td> |
|
|
|
<a href='javascript:UpdateKwDes(<?php echo $fields['id'];?>,"<?php echo $fields['tag'];?>");' class="btn btn-light btn-sm"><i class="fa fa-cog" title="设置"></i></a> |
|
|
|
<a href="javascript:UpdateOne(<?php echo $fields['id'];?>);" class="btn btn-light btn-sm"><i class="fa fa-check" title="保存"></i></a> |
|
|
|
<a href="makehtml_taglist.php?tagid=<?php echo $fields['id'];?>" class="btn btn-light btn-sm"><i class="fa fa-repeat" title="更新"></i></a> |
|
|
|
<a href="javascript:DeleteOne(<?php echo $fields['id'];?>);" class="btn btn-danger btn-sm"><i class="fa fa-trash" title="删除"></i></a> |
|
|
|