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 761 B

3 years ago
1234567891011121314151617181920
  1. <style>
  2. .ui.green.button, .ui.green.buttons .button{
  3. background-color: #5BB973;
  4. }
  5. </style>
  6. <div class="repos--seach">
  7. <div class="ui container">
  8. <div class="ui two column centered grid">
  9. <form class="fourteen wide mobile ten wide tablet ten wide computer column ui form ignore-dirty" style="margin-top:1.2rem">
  10. <div class="ui fluid action input">
  11. <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
  12. <input type="hidden" name="topic" value="{{$.Topic}}">
  13. <input type="hidden" name="tab" value="{{$.TabName}}">
  14. <input type="hidden" name="sort" value="{{$.SortType}}">
  15. <button class="ui green button">{{.i18n.Tr "explore.search"}}</button>
  16. </div>
  17. </form>
  18. </div>
  19. </div>
  20. </div>