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.

dataset_search.tmpl 583 B

3 years ago
3 years ago
1234567891011121314
  1. <div class="repos--seach">
  2. <div class="ui container">
  3. <div class="ui two column centered grid">
  4. <form class="fourteen wide mobile ten wide tablet ten 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 green button">{{.i18n.Tr "explore.search"}}</button>
  10. </div>
  11. </form>
  12. </div>
  13. </div>
  14. </div>