vitro/webapp/web/templates/freemarker/page/partials/search.ftl

9 lines
566 B
Text

<#-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<div id="searchBlock">
<form id="searchForm" action="${urls.search}" accept-charset="UTF-8" method="POST">
<label for="search">${i18n().search_button}</label>
<input type="text" name="querytext" id="search" class="search-form-item" value="${querytext!}" size="20" autocapitalize="off" />
<input class="search-form-submit" name="submit" type="submit" value="${i18n().search_button}" />
</form>
</div> <!-- end searchBlock -->