mirror of
https://github.com/YGGverse/YGGtracker.git
synced 2025-02-02 01:54:13 +00:00
add search content type selector
This commit is contained in:
parent
b25cc173c5
commit
c0f593ebec
@ -1,4 +1,8 @@
|
||||
<form class="margin-t-8-px" name="search" method="get" action="{{ path('search_index') }}">
|
||||
<input class="min-width-200-px" type="text" name="query" value="{{ query }}" placeholder="{{'Keyword, file, extension, hash...'|trans }}" />
|
||||
<input type="submit" value="{{'Search'|trans }}" />
|
||||
<input class="min-width-200-px" type="text" name="query" value="{{ query }}" placeholder="{{ 'Keyword, file, extension, hash...' | trans }}" />
|
||||
<select name="type">
|
||||
<option value="torrents">{{ 'Torrents' |trans }}</option>
|
||||
<option value="pages">{{ 'Pages' |trans }}</option>
|
||||
</select>
|
||||
<input type="submit" value="{{ 'Search' |trans }}" />
|
||||
</form>
|
Loading…
x
Reference in New Issue
Block a user