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

4 lines
344 B
Twig
Raw Normal View History

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