You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

repo_search.tmpl 726 B

1234567891011121314151617
  1. <div class="repos--seach">
  2. <div class="ui container">
  3. <div class="ui two column centered grid">
  4. <form class="sixteen wide mobile eight wide tablet eight wide computer column ui form ignore-dirty">
  5. <div class="ui fluid action input">
  6. <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
  7. <input type="hidden" name="tab" value="{{$.TabName}}">
  8. <input type="hidden" name="sort" value="{{$.SortType}}">
  9. <button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
  10. </div>
  11. </form>
  12. <div class="tablet only computer only eight wide tablet eight wide computer column" style="line-height: 2.5rem;">
  13. 热搜:
  14. </div>
  15. </div>
  16. </div>
  17. </div>