]> git.immae.eu Git - github/wallabag/wallabag.git/blob - themes/baggy/_search-form.twig
7b2c70824016366bde13e2d77399e58c10f37ac3
[github/wallabag/wallabag.git] / themes / baggy / _search-form.twig
1 <div id="search-form" class="messages info">
2 <form method="get" action="index.php">
3 <input type="hidden" name="view" value="search"></input>
4 <label><a href="javascript: void(null);" id="search-form-close">X</a>{% trans "Search" %}</label> : <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield" />
5 <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input>
6 </form>
7 </div>