2010-05-11 20:37:48 +00:00
|
|
|
<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
|
|
|
|
|
|
|
|
<div id="searchBlock">
|
2011-11-03 16:49:15 +00:00
|
|
|
<form id="searchForm" action="${urls.search}" accept-charset="UTF-8" method="POST">
|
2013-05-20 15:36:37 -04:00
|
|
|
<label for="search">${i18n().search_button}</label>
|
2011-07-18 12:05:23 +00:00
|
|
|
<input type="text" name="querytext" id="search" class="search-form-item" value="${querytext!}" size="20" autocapitalize="off" />
|
2013-05-20 15:36:37 -04:00
|
|
|
<input class="search-form-submit" name="submit" type="submit" value="${i18n().search_button}" />
|
2010-05-11 20:37:48 +00:00
|
|
|
</form>
|
2011-05-03 19:01:15 +00:00
|
|
|
</div> <!-- end searchBlock -->
|