]> git.immae.eu Git - github/wallabag/wallabag.git/blame - src/Wallabag/Wallabag/Resources/views/baggy/_search-form.twig
move templates into resources
[github/wallabag/wallabag.git] / src / Wallabag / Wallabag / Resources / views / baggy / _search-form.twig
CommitLineData
4bc70ed4 1<div id="search-form" class="messages info popup-form">
2c4e7a1c 2<form method="get" action="index.php">
a63cd1b0 3 <h2>{%trans "Search" %}</h2>
40800c97 4 <a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">&times;</a>
3945335f 5 <input type="hidden" name="view" value="search"></input>
4bc70ed4
JS
6 <input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br>
7 <input id="submit-search" type="submit" value="{% trans "Search" %}"></input>
2c4e7a1c 8</form>
cd271fc4 9</div>