Lines 3-13
Link Here
|
3 |
<!-- Begin Authorities Resident Search Box --> |
3 |
<!-- Begin Authorities Resident Search Box --> |
4 |
<div id="header_search" class="residentsearch"> |
4 |
<div id="header_search" class="residentsearch"> |
5 |
<div id="mainmain_heading" class="residentsearch"> |
5 |
<div id="mainmain_heading" class="residentsearch"> |
6 |
<p class="tip">Enter main heading ($a only):</p> |
|
|
7 |
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get"> |
6 |
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get"> |
|
|
7 |
<label class="tip" for="authtype_main_heading_a">Enter main heading ($a only):</label> |
8 |
<input type="hidden" name="op" value="do_search" /> |
8 |
<input type="hidden" name="op" value="do_search" /> |
9 |
<input type="hidden" name="type" value="intranet" /> |
9 |
<input type="hidden" name="type" value="intranet" /> |
10 |
<select name="authtypecode"> |
10 |
<select name="authtypecode" id="authtype_main_heading_a"> |
11 |
[% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %] |
11 |
[% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %] |
12 |
[% FOREACH authority_type IN authority_types %] |
12 |
[% FOREACH authority_type IN authority_types %] |
13 |
[% IF authority_type.authtypecode == authtypecode %] |
13 |
[% IF authority_type.authtypecode == authtypecode %] |
Lines 59-69
Link Here
|
59 |
</form> |
59 |
</form> |
60 |
</div> |
60 |
</div> |
61 |
<div id="main_heading" class="residentsearch"> |
61 |
<div id="main_heading" class="residentsearch"> |
62 |
<p class="tip">Enter main heading:</p> |
|
|
63 |
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get"> |
62 |
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get"> |
|
|
63 |
<label class="tip" for="authtype_main_heading">Enter main heading:</label> |
64 |
<input type="hidden" name="op" value="do_search" /> |
64 |
<input type="hidden" name="op" value="do_search" /> |
65 |
<input type="hidden" name="type" value="intranet" /> |
65 |
<input type="hidden" name="type" value="intranet" /> |
66 |
<select name="authtypecode"> |
66 |
<select name="authtypecode" id="authtype_main_heading"> |
67 |
[% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %] |
67 |
[% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %] |
68 |
[% FOREACH authority_type IN authority_types %] |
68 |
[% FOREACH authority_type IN authority_types %] |
69 |
[% IF authority_type.authtypecode == authtypecode %] |
69 |
[% IF authority_type.authtypecode == authtypecode %] |
Lines 93-99
Link Here
|
93 |
<option value="is">is exactly</option> |
93 |
<option value="is">is exactly</option> |
94 |
[% END %] |
94 |
[% END %] |
95 |
</select> |
95 |
</select> |
96 |
<input id="value_mainentry" type="text" name="value" value="[% value | html %]" class="head-searchbox" /> |
96 |
<input id="value_mainheading" type="text" name="value" value="[% value | html %]" class="head-searchbox" /> |
97 |
<select name="orderby"> |
97 |
<select name="orderby"> |
98 |
[% IF ( orderby == 'HeadingAsc' ) %] |
98 |
[% IF ( orderby == 'HeadingAsc' ) %] |
99 |
<option value="HeadingAsc" selected="selected">Heading A-Z</option> |
99 |
<option value="HeadingAsc" selected="selected">Heading A-Z</option> |
Lines 115-125
Link Here
|
115 |
</form> |
115 |
</form> |
116 |
</div> |
116 |
</div> |
117 |
<div id="matchheading_search" class="residentsearch"> |
117 |
<div id="matchheading_search" class="residentsearch"> |
118 |
<p class="tip">Enter any heading:</p> |
|
|
119 |
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get"> |
118 |
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get"> |
|
|
119 |
<label class="tip" for="authtype_all_headings">Enter any heading:</label> |
120 |
<input type="hidden" name="op" value="do_search" /> |
120 |
<input type="hidden" name="op" value="do_search" /> |
121 |
<input type="hidden" name="type" value="intranet" /> |
121 |
<input type="hidden" name="type" value="intranet" /> |
122 |
<select name="authtypecode"> |
122 |
<select name="authtypecode" id="authtype_all_headings"> |
123 |
[% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %] |
123 |
[% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %] |
124 |
[% FOREACH authority_type IN authority_types %] |
124 |
[% FOREACH authority_type IN authority_types %] |
125 |
[% IF authority_type.authtypecode == authtypecode %] |
125 |
[% IF authority_type.authtypecode == authtypecode %] |
Lines 169-179
Link Here
|
169 |
</form> |
169 |
</form> |
170 |
</div> |
170 |
</div> |
171 |
<div id="entire_record" class="residentsearch"> |
171 |
<div id="entire_record" class="residentsearch"> |
172 |
<p class="tip">Enter any authority field:</p> |
|
|
173 |
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get"> |
172 |
<form action="/cgi-bin/koha/authorities/authorities-home.pl" method="get"> |
|
|
173 |
<label class="tip" for="authtype_entire_record">Enter any authority field:</label> |
174 |
<input type="hidden" name="op" value="do_search" /> |
174 |
<input type="hidden" name="op" value="do_search" /> |
175 |
<input type="hidden" name="type" value="intranet" /> |
175 |
<input type="hidden" name="type" value="intranet" /> |
176 |
<select name="authtypecode"> |
176 |
<select name="authtypecode" id="authtype_entire_record"> |
177 |
[% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %] |
177 |
[% IF (marcflavour == 'UNIMARC' ) %]<option value="">All authority types</option>[% END %] |
178 |
[% FOREACH authority_type IN authority_types %] |
178 |
[% FOREACH authority_type IN authority_types %] |
179 |
[% IF authority_type.authtypecode == authtypecode %] |
179 |
[% IF authority_type.authtypecode == authtypecode %] |