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