BitTorrent Network for Yggdrasil
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.

8 lines
470 B

<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 }}" />
<select name="type">
<option value="torrents">{{ 'Torrents' |trans }}</option>
<option value="pages">{{ 'Pages' |trans }}</option>
</select>
<input type="submit" value="{{ 'Search' |trans }}" />
</form>