|
|
@@ -20,10 +20,10 @@ |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<form class="ui form ignore-dirty" style="max-width: 90%"> |
|
|
|
<input type="hidden" name="tab" value="{{$.TabName}}"> |
|
|
|
<input type="hidden" name="sort" value="{{$.SortType}}"> |
|
|
|
<div class="ui fluid action input"> |
|
|
|
<input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus> |
|
|
|
<input type="hidden" name="tab" value="{{$.TabName}}"> |
|
|
|
<input type="hidden" name="sort" value="{{$.SortType}}"> |
|
|
|
<button class="ui blue button">{{.i18n.Tr "explore.search"}}</button> |
|
|
|
</div> |
|
|
|
</form> |
|
|
|