YGGtracker/templates/default/search/module.html.twig

4 lines
344 B
Twig
Raw Normal View History

2023-10-12 21:08:45 +00:00
<form class="margin-t-16-px" name="search" method="get" action="{{ path('torrent_search') }}">
2023-10-09 20:41:29 +00:00
<input class="min-width-200-px" type="text" name="query" value="{{ query }}" placeholder="{{ 'Keyword, file, hash...' | trans }}" />
2023-10-14 15:57:43 +00:00
<input {% if query %}class="button-green"{% endif %} type="submit" value="{{ 'Search' | trans }}" />
2023-10-02 13:13:55 +00:00
</form>