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="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="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-136
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 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> |
128 |
[% END %] |
128 |
[% END %] |
129 |
<ul> |
129 |
<ul> |
130 |
<li><a href="#patron_search">Search patrons</a></li> |
130 |
<li><a onclick="keep_text(0)" href="#patron_search">Search patrons</a></li> |
131 |
[% IF ( CAN_user_circulate ) %]<li><a href="#circ_search">Check out</a></li>[% END %] |
131 |
[% IF ( CAN_user_circulate ) %]<li><a onclick="keep_text(1)" href="#circ_search">Check out</a></li>[% END %] |
132 |
[% IF ( CAN_user_circulate ) %]<li><a href="#checkin_search">Check in</a></li>[% END %] |
132 |
[% IF ( CAN_user_circulate ) %]<li><a onclick="keep_text(2)" href="#checkin_search">Check in</a></li>[% END %] |
133 |
[% IF ( CAN_user_catalogue ) %]<li><a href="#catalog_search">Search the catalog</a></li>[% END %] |
133 |
[% IF ( CAN_user_catalogue ) %]<li><a onclick="keep_text(3)" href="#catalog_search">Search the catalog</a></li>[% END %] |
134 |
</ul> |
134 |
</ul> |
135 |
</div><!-- /header_search --> |
135 |
</div><!-- /header_search --> |
136 |
</div><!-- /gradient --> |
136 |
</div><!-- /gradient --> |