2014-10-31 16:48:35 +00:00
|
|
|
<div id="search-form" class="messages info popup-form">
|
2014-03-23 22:52:05 +00:00
|
|
|
<form method="get" action="index.php">
|
2014-10-31 17:54:08 +00:00
|
|
|
<h2>{%trans "Search" %}</h2>
|
2014-10-31 18:34:10 +00:00
|
|
|
<a href="javascript: void(null);" id="search-form-close" class="close-button--popup close-button">×</a>
|
2014-04-08 19:58:44 +00:00
|
|
|
<input type="hidden" name="view" value="search"></input>
|
2014-10-31 16:48:35 +00: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 22:52:05 +00:00
|
|
|
</form>
|
2014-10-30 20:00:18 +00:00
|
|
|
</div>
|