|
@@ -72,7 +72,7 @@ |
|
|
<input type="hidden" name="repos" value="[{{range $.RepoIDs}}{{.}}%2C{{end}}]"/> |
|
|
<input type="hidden" name="repos" value="[{{range $.RepoIDs}}{{.}}%2C{{end}}]"/> |
|
|
<input type="hidden" name="sort" value="{{$.SortType}}"/> |
|
|
<input type="hidden" name="sort" value="{{$.SortType}}"/> |
|
|
<input type="hidden" name="state" value="{{$.State}}"/> |
|
|
<input type="hidden" name="state" value="{{$.State}}"/> |
|
|
<input name="q" value="{{$.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus> |
|
|
|
|
|
|
|
|
<input name="q" value="{{$.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..."> |
|
|
<button class="ui blue button" type="submit">{{.i18n.Tr "explore.search"}}</button> |
|
|
<button class="ui blue button" type="submit">{{.i18n.Tr "explore.search"}}</button> |
|
|
</div> |
|
|
</div> |
|
|
</form> |
|
|
</form> |
|
|