Lines 1-4
Link Here
|
1 |
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog › Authority Search |
1 |
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog › Browse by author or subject |
2 |
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> |
2 |
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" --> |
3 |
</head> |
3 |
</head> |
4 |
<body id="opac-authorities"> |
4 |
<body id="opac-authorities"> |
Lines 13-19
Link Here
|
13 |
<input type="hidden" name="op" value="do_search" /> |
13 |
<input type="hidden" name="op" value="do_search" /> |
14 |
<input type="hidden" name="type" value="opac" /> |
14 |
<input type="hidden" name="type" value="opac" /> |
15 |
<fieldset class="rows"> |
15 |
<fieldset class="rows"> |
16 |
<legend>Authority search</legend> |
16 |
<legend>Browse by author or subject</legend> |
17 |
<ol> |
17 |
<ol> |
18 |
<li><label for="authtypecode">Search: : </label> <select name="authtypecode" id="authtypecode"> |
18 |
<li><label for="authtypecode">Search: : </label> <select name="authtypecode" id="authtypecode"> |
19 |
<!-- TMPL_LOOP NAME="authtypesloop" --> |
19 |
<!-- TMPL_LOOP NAME="authtypesloop" --> |
Lines 21-52
Link Here
|
21 |
<!-- TMPL_ELSE --><option value="<!-- TMPL_VAR NAME="value" -->"> <!-- TMPL_VAR NAME="authtypetext" --></option> |
21 |
<!-- TMPL_ELSE --><option value="<!-- TMPL_VAR NAME="value" -->"> <!-- TMPL_VAR NAME="authtypetext" --></option> |
22 |
<!-- /TMPL_IF --> |
22 |
<!-- /TMPL_IF --> |
23 |
<!-- /TMPL_LOOP --> |
23 |
<!-- /TMPL_LOOP --> |
24 |
</select></li> <li> |
|
|
25 |
<label for="operatora">Main entry ($a only): </label> |
26 |
<select name="operatora" id="operatora"> |
27 |
<option value="contains">contains</option> |
28 |
<option value="start">starts with</option> |
29 |
<option value="is">is exactly</option> |
30 |
</select> |
24 |
</select> |
31 |
<input type="text" name="valuea" id="mainentrya_value" value="<!-- TMPL_VAR NAME="value" -->" /> |
|
|
32 |
<input type="hidden" name="marclista" value="mainmainentry" /> |
33 |
<input type="hidden" name="and_ora" value="and" /> |
34 |
<input type="hidden" name="excludinga" value="" /> |
35 |
</li> |
36 |
<li> |
37 |
<label for="operatorb">Main entry: </label> |
38 |
<select name="operatorb" id="operatorb"> |
39 |
<option value="contains">contains</option> |
40 |
<option value="start">starts with</option> |
41 |
<option value="is">is exactly</option> |
42 |
</select> |
43 |
<input type="text" name="valueb" id="mainentry_value" value="<!-- TMPL_VAR NAME="value" -->" /> |
44 |
<input type="hidden" name="marclistb" value="mainentry" /> |
45 |
<input type="hidden" name="and_orb" value="and" /> |
46 |
<input type="hidden" name="excludingb" value="" /> |
47 |
</li> |
48 |
<li> |
49 |
<label for="anywhere">Anywhere: </label> |
50 |
<select name="operatorc" id="anywhere"> |
25 |
<select name="operatorc" id="anywhere"> |
51 |
<option value="contains">contains</option> |
26 |
<option value="contains">contains</option> |
52 |
<option value="start">starts with</option> |
27 |
<option value="start">starts with</option> |
Lines 54-60
Link Here
|
54 |
</select> |
29 |
</select> |
55 |
<input type="text" name="valuec" id="anywhere_value" value="<!-- TMPL_VAR NAME="value" -->" /> |
30 |
<input type="text" name="valuec" id="anywhere_value" value="<!-- TMPL_VAR NAME="value" -->" /> |
56 |
<input type="hidden" name="marclistc" value="" /> |
31 |
<input type="hidden" name="marclistc" value="" /> |
57 |
<input type="hidden" name="and_orc" value="and" /> |
32 |
<input type="hidden" name="and_ora" value="and" /> |
58 |
<input type="hidden" name="excludingc" value="" /> |
33 |
<input type="hidden" name="excludingc" value="" /> |
59 |
</li> |
34 |
</li> |
60 |
<li><label for="orderby">Order by: </label><select name="orderby" id="orderby"> |
35 |
<li><label for="orderby">Order by: </label><select name="orderby" id="orderby"> |
Lines 71-78
Link Here
|
71 |
</div> |
46 |
</div> |
72 |
</div> |
47 |
</div> |
73 |
</div> |
48 |
</div> |
74 |
|
49 |
</div> |
75 |
</div><!-- TMPL_IF NAME="OpacNav" --> |
50 |
<!-- TMPL_IF NAME="OpacNav" --> |
76 |
<div class="yui-b"> |
51 |
<div class="yui-b"> |
77 |
<div id="leftmenus" class="container"> |
52 |
<div id="leftmenus" class="container"> |
78 |
<!--TMPL_INCLUDE NAME="navigation.inc" --> |
53 |
<!--TMPL_INCLUDE NAME="navigation.inc" --> |