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

search.tmpl 596B

1234567891011
  1. <form class="ui form ignore-dirty">
  2. <div class="ui search fluid action input">
  3. <input type="hidden" name="type" value="{{$.ViewType}}"/>
  4. <input type="hidden" name="state" value="{{$.State}}"/>
  5. <input type="hidden" name="labels" value="{{.SelectLabels}}"/>
  6. <input type="hidden" name="milestone" value="{{$.MilestoneID}}"/>
  7. <input type="hidden" name="assignee" value="{{$.AssigneeID}}"/>
  8. <input name="q" value="{{.Keyword}}" placeholder="{{.i18n.Tr "explore.search"}}..." autofocus>
  9. <button class="ui blue button" type="submit">{{.i18n.Tr "explore.search"}}</button>
  10. </div>
  11. </form>