|
|
@@ -19,11 +19,11 @@ |
|
|
|
</ol> |
|
|
|
<div class="card shadow-sm mb-3"> |
|
|
|
<div class="card-body d-flex justify-content-between"> |
|
|
|
<form name="form2" action="tags_main.php"> |
|
|
|
<form name="form1" action="tags_main.php"> |
|
|
|
<input type="text" name="tag" value="<?php echo $tag;?>" placeholder="请输入标签" class="admin-input-lg"> |
|
|
|
<button type="submit" class="btn btn-success btn-sm">搜索</button> |
|
|
|
</form> |
|
|
|
<form name="form1" action="tags_main.php?action=fetch" method="post"> |
|
|
|
<form name="form2" action="tags_main.php?action=fetch" method="post"> |
|
|
|
<input type="text" name="startaid" placeholder="请输入标签id开始" class="admin-input-sm mr-2"> |
|
|
|
<input type="text" name="endaid" placeholder="请输入标签id结束" class="admin-input-sm"> |
|
|
|
<button type="submit" class="btn btn-success btn-sm">获取标签</button> |
|
|
|