Browse Source

提交代码。

Signed-off-by: zouap <zouap@pcl.ac.cn>
pull/1788/head
zouap 3 years ago
parent
commit
3044c54dbd
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      templates/explore/search_new.tmpl

+ 2
- 2
templates/explore/search_new.tmpl View File

@@ -5,7 +5,7 @@
<div class="ui container"> <div class="ui container">
<div class="ui two column centered grid"> <div class="ui two column centered grid">
<div class="ui two column centered grid"> <div class="ui two column centered grid">
<form class="fourteen wide mobile ten wide tablet ten wide computer column ui form ignore-dirty" style="margin-top:1.2rem">
<div class="fourteen wide mobile ten wide tablet ten wide computer column ui form ignore-dirty" style="margin-top:1.2rem">
<div class="ui fluid action input"> <div class="ui fluid action input">
<input name="q" id="keyword_input" value="{{.Keyword}}" placeholder="搜索..." autofocus=""> <input name="q" id="keyword_input" value="{{.Keyword}}" placeholder="搜索..." autofocus="">
<input type="hidden" name="topic" value=""> <input type="hidden" name="topic" value="">
@@ -13,7 +13,7 @@
<input type="hidden" name="sort" value="hot"> <input type="hidden" name="sort" value="hot">
<button class="ui green button" onclick="search()">搜索</button> <button class="ui green button" onclick="search()">搜索</button>
</div> </div>
</form>
</div>
</div> </div>
</div> </div>
</div> </div>


Loading…
Cancel
Save