mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
9 lines
400 B
Twig
Executable file
9 lines
400 B
Twig
Executable file
<div id="search-form" class="messages info">
|
|
<form method="get" action="index.php">
|
|
<p>
|
|
<input type="hidden" name="view" value="search"></input>
|
|
<label>{% trans "Search" %}</label> : <input type="text" required placeholder="{% trans "Enter your search here" %}" name="search" id="searchfield" />
|
|
<input type="submit" value="{% trans "Search" %} !"></input>
|
|
</p>
|
|
</form>
|
|
</div>
|