]> git.immae.eu Git - github/wallabag/wallabag.git/blob - themes/baggy/_search-form.twig
b8ac3bfa6576db0efba9ceaf9fba262e148c1be9
[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 type="text" name="search" />
5 <input id="submit-search" type="submit" value="{% trans "Search" %} !"></input>
6 </form>
7 </div>