mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-01 14:49:15 +00:00
10 lines
374 B
Twig
10 lines
374 B
Twig
|
<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" placeholder="{% trans "Enter your search here" %}" name="search" />
|
||
|
<input type="submit" value="{% trans "Search" %} !"></input>
|
||
|
</p>
|
||
|
</form>
|
||
|
</div>
|