Lines 7-13
Link Here
|
7 |
<div id="patron_search" class="residentsearch"> |
7 |
<div id="patron_search" class="residentsearch"> |
8 |
<p class="tip">Enter patron card number or partial name:</p> |
8 |
<p class="tip">Enter patron card number or partial name:</p> |
9 |
<form action="/cgi-bin/koha/members/member.pl" method="post"> |
9 |
<form action="/cgi-bin/koha/members/member.pl" method="post"> |
10 |
<input id="searchmember" data-toggle="tooltip" size="25" class="query focus" name="searchmember" type="text" value="[% searchmember %]"/> |
10 |
<input id="searchmember" data-toggle="tooltip" size="25" class="head-searchbox focus" name="searchmember" type="text" value="[% searchmember %]"/> |
11 |
<input type="hidden" name="quicksearch" value="1" /> |
11 |
<input type="hidden" name="quicksearch" value="1" /> |
12 |
<span class="filteraction" id="filteraction_off"> <a href="#">[-]</a></span> |
12 |
<span class="filteraction" id="filteraction_off"> <a href="#">[-]</a></span> |
13 |
<span class="filteraction" id="filteraction_on"> <a href="#">[+]</a></span> |
13 |
<span class="filteraction" id="filteraction_on"> <a href="#">[+]</a></span> |
Lines 113-119
Link Here
|
113 |
<div id="catalog_search" class="residentsearch"> |
113 |
<div id="catalog_search" class="residentsearch"> |
114 |
<p class="tip">Enter search keywords:</p> |
114 |
<p class="tip">Enter search keywords:</p> |
115 |
<form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block"> |
115 |
<form action="/cgi-bin/koha/catalogue/search.pl" method="get" id="cat-search-block"> |
116 |
<input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="query form-text" /> |
116 |
<input type="text" name="q" id="search-form" size="40" value="" title="Enter the terms you wish to search for." class="head-searchbox form-text" /> |
117 |
<input type="submit" name="op" id="opac-submit" value="Submit" class="submit" /> |
117 |
<input type="submit" name="op" id="opac-submit" value="Submit" class="submit" /> |
118 |
</form> |
118 |
</form> |
119 |
</div>[% END %] |
119 |
</div>[% END %] |
Lines 121-127
Link Here
|
121 |
<div id="checkin_search" class="residentsearch"> |
121 |
<div id="checkin_search" class="residentsearch"> |
122 |
<p class="tip">Scan a barcode to check in:</p> |
122 |
<p class="tip">Scan a barcode to check in:</p> |
123 |
<form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> |
123 |
<form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off"> |
124 |
<input class="query" name="barcode" id="ret_barcode" size="40" accesskey="r" /> |
124 |
<input class="head-searchbox" name="barcode" id="ret_barcode" size="40" accesskey="r" /> |
125 |
<input value="Submit" class="submit" type="submit" /> |
125 |
<input value="Submit" class="submit" type="submit" /> |
126 |
</form> |
126 |
</form> |
127 |
</div> |
127 |
</div> |
Lines 134-140
Link Here
|
134 |
</ul> |
134 |
</ul> |
135 |
</div><!-- /header_search --> |
135 |
</div><!-- /header_search --> |
136 |
</div><!-- /gradient --> |
136 |
</div><!-- /gradient --> |
137 |
[% INCLUDE 'searchbox-keep-text.inc' %] |
|
|
138 |
<script type="text/javascript">//<![CDATA[ |
137 |
<script type="text/javascript">//<![CDATA[ |
139 |
$(document).ready(function() { |
138 |
$(document).ready(function() { |
140 |
$("#filteraction_off, #filteraction_on").on('click', function(e) { |
139 |
$("#filteraction_off, #filteraction_on").on('click', function(e) { |