2018-03-23 19:40:42 +05:30
|
|
|
<form class="ui form ignore-dirty">
|
2020-06-12 09:05:03 +05:30
|
|
|
<div class="ui search fluid action input">
|
2017-01-25 08:13:02 +05:30
|
|
|
<input type="hidden" name="type" value="{{$.ViewType}}"/>
|
|
|
|
<input type="hidden" name="state" value="{{$.State}}"/>
|
|
|
|
<input type="hidden" name="labels" value="{{.SelectLabels}}"/>
|
|
|
|
<input type="hidden" name="milestone" value="{{$.MilestoneID}}"/>
|
2023-01-29 09:15:29 +05:30
|
|
|
<input type="hidden" name="project" value="{{$.ProjectID}}"/>
|
2017-01-25 08:13:02 +05:30
|
|
|
<input type="hidden" name="assignee" value="{{$.AssigneeID}}"/>
|
2022-08-09 01:33:58 +05:30
|
|
|
<input type="hidden" name="poster" value="{{$.PosterID}}"/>
|
2022-06-28 02:28:46 +05:30
|
|
|
<input name="q" value="{{.Keyword}}" placeholder="{{.locale.Tr "explore.search"}}...">
|
|
|
|
<button class="ui primary button" type="submit">{{.locale.Tr "explore.search"}}</button>
|
2017-01-25 08:13:02 +05:30
|
|
|
</div>
|
|
|
|
</form>
|