Koha/koha-tmpl/intranet-tmpl/prog/en/includes/erm-search.inc
Jonathan Druart 8c33eac0a8
Bug 32030: ERM - Home view
Signed-off-by: Jonathan Field <jonathan.field@ptfs-europe.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Kyle M Hall <kyle@bywatersolutions.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
2022-11-08 09:43:31 -03:00

19 lines
731 B
HTML

[% USE Koha %]
<div class="gradient">
<h1 id="logo"><a href="/cgi-bin/koha/mainpage.pl">[% LibraryName | html %]</a></h1>
<div id="header_search">
<div id="erm_search" class="residentsearch">
<form action="/cgi-bin/koha/erm/agreements.pl">
<label class="tip" for="searchfield">Agreement search:</label>
<input type="hidden" name="op" value="search" />
<input class="head-searchbox" type="text" size="40" name="searchfield" id="searchfield" value="">
<input type="submit" class="submit" value="Search" />
</form>
</div>
<ul>
<li>
<a class="keep_text" href="#agreement_search">Search agreements</a>
</li>
</ul>
</div>
</div>