blob: 33bea20d79422c3e1749dd1b6ce1637d6575473f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
|
<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>
|