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.

search.tmpl 533 B

12345678910111213
  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 fourteen tablet fourteen 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. <button class="ui blue button">{{.i18n.Tr "explore.search"}}</button>
  9. </div>
  10. </form>
  11. </div>
  12. </div>
  13. </div>