]> git.immae.eu Git - github/wallabag/wallabag.git/blame - themes/default/_search-form.twig
guidelines for wallabag
[github/wallabag/wallabag.git] / themes / default / _search-form.twig
CommitLineData
2c4e7a1c 1<div id="search-form" class="messages info">
2<form method="get" action="index.php">
3 <p>
4 <input type="hidden" name="view" value="search"></input>
5 <label>{% trans "Search" %}</label> : <input type="text" placeholder="{% trans "Enter your search here" %}" name="search" />
6 <input type="submit" value="{% trans "Search" %} !"></input>
7 </p>
8</form>
9</div>