2014-04-08 15:58:44 -04:00
|
|
|
<div id="search-form" class="messages info">
|
2014-03-23 18:52:05 -04:00
|
|
|
<form method="get" action="index.php">
|
2014-04-08 15:58:44 -04:00
|
|
|
<input type="hidden" name="view" value="search"></input>
|
2014-03-23 18:52:05 -04:00
|
|
|
<label><a href="javascript: void(null);" id="search-form-close">X</a>{% trans "Search" %}</label> : <input type="text" name="search" />
|
2014-04-08 15:58:44 -04:00
|
|
|
<input id="submit-search" type="submit" value="{% trans "Search" %} !"></input>
|
2014-03-23 18:52:05 -04:00
|
|
|
</form>
|
2014-04-08 15:58:44 -04:00
|
|
|
</div>
|