]> git.immae.eu Git - github/wallabag/wallabag.git/blob - app/Resources/views/default/_search-form.twig
symfony is there
[github/wallabag/wallabag.git] / app / Resources / views / default / _search-form.twig
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" required placeholder="{% trans "Enter your search here" %}" name="search" id="searchfield" />
6 <input type="submit" value="{% trans "Search" %} !"></input>
7 </p>
8 </form>
9 </div>