2014-10-31 12:48:35 -04:00
|
|
|
<div id="search-form" class="messages info popup-form">
|
2014-03-23 18:52:05 -04:00
|
|
|
<form method="get" action="index.php">
|
2014-10-31 13:54:08 -04:00
|
|
|
<h2>{%trans "Search" %}</h2>
|
2014-10-31 14:34:10 -04:00
|
|
|
<a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">×</a>
|
2014-04-08 15:58:44 -04:00
|
|
|
<input type="hidden" name="view" value="search"></input>
|
2014-10-31 12:48:35 -04:00
|
|
|
<input required placeholder="{% trans "Enter your search here" %}" type="text" name="search" id="searchfield"><br>
|
|
|
|
<input id="submit-search" type="submit" value="{% trans "Search" %}"></input>
|
2014-03-23 18:52:05 -04:00
|
|
|
</form>
|
2014-10-30 16:00:18 -04:00
|
|
|
</div>
|