Merge remote branch 'kc/master' into new/bug_3013
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / modules / catalogue / advsearch.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Catalog &rsaquo; Advanced Search</title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <script type="text/JavaScript" language="JavaScript">
5         /**
6          *  Function add_field();
7          *  This function allows to display a new field to search.
8          */
9         function add_field() {
10             var ButtonPlus = document.getElementById("ButtonPlus");
11                 var line = ButtonPlus.parentNode;
12                 var dad  = line.parentNode;
13                 dad.appendChild(line.cloneNode(true));
14                 line.removeChild(ButtonPlus);
15         }
16         $(document).ready(function() {
17                 $("input[name=q]:eq(0)").focus();
18         });
19 </script>
20 </head>
21 <body>
22
23 <!-- TMPL_INCLUDE NAME="header.inc" -->
24 <div id="breadcrumbs"><a href="/cgi-bin/koha/mainpage.pl">Home</a> &rsaquo; Advanced Search</div>
25
26 <div id="doc" class="yui-t7">
27    <div id="bd">
28         
29 <form action="search.pl" method="get">
30 <div id="advanced-search">
31 <h1>Advanced Search</h1>
32
33 <!-- TMPL_IF NAME="outer_servers_loop" -->
34 <!-- DATABASES -->
35
36 <fieldset>
37         <legend>Select local databases</legend>
38                 <!-- TMPL_LOOP NAME="local_servers_loop" -->
39 <!-- TMPL_IF NAME="checked" --><input type="checkbox" id="<!-- TMPL_VAR NAME="id" -->" name="<!-- TMPL_VAR NAME="name" -->" checked="checked" value="<!-- TMPL_VAR NAME="value" -->" /><!-- TMPL_ELSE --><input type="checkbox" id="<!-- TMPL_VAR NAME="id" -->" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" /><!-- /TMPL_IF --><label for="<!-- TMPL_VAR NAME="id" -->"><img width="16" height="16" alt="<!-- TMPL_VAR NAME="id" -->" src="<!-- TMPL_VAR NAME="themelang" -->/img/<!-- TMPL_VAR NAME="icon" -->" /> <!-- TMPL_VAR NAME="label" --></label><!-- /TMPL_LOOP -->
40 </fieldset>
41 <!-- /DATABASES -->
42 <!-- /TMPL_IF -->
43
44 <!-- TMPL_IF NAME="outer_servers_loop" -->
45 <!-- REMOTE DATABASES -->
46 <fieldset>
47     <legend>Select remote databases:</legend>
48                 <!-- TMPL_LOOP NAME="outer_servers_loop" -->
49                 <!-- TMPL_IF NAME="checked" --><input type="checkbox" id="<!-- TMPL_VAR NAME="id" -->" name="<!-- TMPL_VAR NAME="name" -->" checked="checked" value="<!-- TMPL_VAR NAME="value" -->" /><!-- TMPL_ELSE --><input type="checkbox" id="<!-- TMPL_VAR NAME="id" -->" name="<!-- TMPL_VAR NAME="name" -->" value="<!-- TMPL_VAR NAME="value" -->" /><!-- /TMPL_IF -->
50 <label for="<!-- TMPL_VAR NAME="id" -->"><img alt="<!-- TMPL_VAR NAME="id" -->" src="<!-- TMPL_VAR NAME="themelang" -->/images/<!-- TMPL_VAR NAME="icon" -->" /><!-- TMPL_VAR NAME="label" --></label>
51                 <!-- /TMPL_LOOP -->
52     </fieldset>
53 <!-- /REMOTE DATABASES -->
54 <!-- /TMPL_IF -->
55
56 <!-- BOOLEAN SEARCH OPTIONS -->
57     <fieldset>
58     <legend>Search For: </legend>
59     <!-- TMPL_LOOP NAME="search_boxes_loop" -->
60         <!-- TMPL_IF NAME="search_boxes_label" --><div style="text-indent: 4.5em;"><!-- TMPL_ELSE --><div><!-- /TMPL_IF -->
61                         <!-- TMPL_IF NAME="expanded_options" -->
62             <!-- TMPL_IF NAME="boolean" -->
63                 <select name="op">
64                     <option value="and" selected="selected">and</option>
65                     <option value="or">or</option>
66                     <option value="not">not</option>
67                 </select>
68             <!-- /TMPL_IF --> 
69                         <!-- /TMPL_IF -->
70                         <!-- TMPL_INCLUDE NAME="search_indexes.inc" -->
71                         <input type="text" size="30" name="q" title="Enter search terms" value="" />
72             <!-- TMPL_IF NAME="expanded_options" -->
73                 <!-- TMPL_IF NAME="add_field" -->
74                     <a href="JavaScript:add_field();" id="ButtonPlus" title="Add another field">[+]</a>
75                                 <!-- /TMPL_IF -->
76                 <!-- TMPL_IF NAME="scan_index" -->
77                         <label for="scan">Scan Indexes</label><input type="checkbox" name="scan" id="scan" value="1" />
78                 <!-- /TMPL_IF -->
79             <!-- /TMPL_IF -->
80                 </div>
81     <!-- /TMPL_LOOP -->
82     </fieldset>
83 <!-- /BOOLEAN SEARCH OPTIONS -->
84
85 <!-- SEARCH BUTTONS -->
86             <p><input class="submit" type="submit" accesskey="s" value="Search" />
87             <!-- TMPL_IF NAME="expanded_options" -->
88             <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=0">[Fewer Options]</a>
89             <!-- TMPL_ELSE -->
90             <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=1">[More options]</a>
91             <!-- /TMPL_IF -->
92             <a href="/cgi-bin/koha/catalogue/search.pl?do=Clear">[New search]</a>
93             </p>
94 <!-- /SEARCH BUTTONS -->
95
96     <div id="itemtypelist">
97 <!-- ITEMTYPE LIMITS -->
98         <fieldset>
99      <legend>Limit to any of the following:</legend>
100     <table>
101         <tr>
102       <!--TMPL_LOOP Name="itemtypeloop"-->
103         <td>
104         <!-- TMPL_UNLESS NAME="noItemTypeImages" -->
105         <!-- TMPL_IF name="imageurl"--><img border="0" src="<!--TMPL_VAR Name="imageurl" -->" alt="<!--TMPL_VAR Name="description" -->" /><!-- /TMPL_IF -->
106         <!-- /TMPL_UNLESS -->
107                 <input type="checkbox" id="<!-- TMPL_VAR NAME="ccl" -->-<!--TMPL_VAR Name="number" -->" name="limit" value="mc-<!-- TMPL_VAR NAME="ccl" -->:<!--TMPL_VAR Name="code" -->" />&nbsp;
108         <label for="<!-- TMPL_VAR NAME="ccl" -->-<!--TMPL_VAR Name="number" -->"><!--TMPL_VAR Name="description" --></label></td>
109         <!-- TMPL_UNLESS name="count5" --></tr><tr><!-- /TMPL_UNLESS -->
110       <!--/TMPL_LOOP-->
111           <!-- FIXME: for validation, avoid generating empty row -->
112       </tr>
113     </table>
114         </fieldset>
115 <!-- /ITEMTYPE LIMITS -->
116     </div>
117
118 <!-- TMPL_IF NAME="expanded_options" -->
119 <div id="basiclimits" class="container">
120 <!-- BASIC LIMITS -->
121  <fieldset>
122         <legend>Limits:</legend>
123 <div id="pubrange" class="container">
124 <!-- PUB / COPY YEAR LIMIT --><!-- FIXME: add publication,copyright,acquisition options -->
125         <p><label for="limit-yr">Year: </label>
126                 <input type="text" size="15" name="limit-yr" id="" value=""/>&nbsp;&nbsp;(format: yyyy-yyyy)</p>
127 <!-- /PUB / COPY YEAR LIMIT -->
128 </div>
129 <div id="language" class="container">
130 <!-- LANGUAGE LIMIT -->
131                 <p><label for="language-limit">Language: </label>                                        
132                 <select name="limit">
133                 <option value="">No Limit</option>
134                 <!-- TMPL_LOOP NAME="search_languages_loop" -->
135                 <!-- TMPL_IF NAME="selected" -->
136                 <option value="ln,rtrn:<!-- TMPL_VAR NAME="iso639_2_code" -->" selected="selected"><!-- TMPL_VAR NAME="language_description" --></option>
137                 <!-- TMPL_ELSE -->
138                 <option value="ln,rtrn:<!-- TMPL_VAR NAME="iso639_2_code" -->"><!-- TMPL_VAR NAME="language_description" --></option>
139                 <!-- /TMPL_IF -->
140                 
141                 <!-- /TMPL_LOOP -->
142                 </select></p><!-- <a href="">Show all languages</a>-->
143 <!-- /LANGUAGE LIMIT -->
144 </div>
145 </fieldset>
146 <!-- /BASIC LIMITS -->
147 </div>
148 <!-- /TMPL_IF -->
149
150
151 <!-- TMPL_IF NAME="UNIMARC" -->
152 <!-- TMPL_INCLUDE NAME="subtypes_unimarc.inc" -->
153 <!-- TMPL_ELSE -->
154 <div id="subtype" class="container">
155 <!-- SUBTYPE LIMITS -->
156         <fieldset>
157         <legend>Subtype limits:</legend><p>
158         
159         <select name="limit" class="subtype">
160             <option value="" selected="selected" class="menuheader">Any audience</option>
161                         <option value="aud:a">Preschool</option>
162                         <option value="aud:b">Primary</option>
163                         <option value="aud:c">Pre-adolescent</option>
164                         <option value="aud:d">Adolescent</option>
165                         <option value="aud:e">Adult</option>
166                         <option value="aud:f">Specialized</option>
167                         <option value="aud:g">General</option>
168                         <option value="aud:j">Juvenile</option>
169         </select>
170         
171         <select name="limit" class="subtype">
172             <option value="" selected="selected" class="menuheader">Any content</option>
173             <option value="fic:1" >Fiction</option>
174             <option value="fic:0" >Non fiction</option>
175             <option value="bio:b" >Biography</option>
176             <option value="mus:j" >Musical recording</option>
177             <option value="mus:i" >Non-musical recording</option>
178         </select>
179
180         
181         <select name="limit" class="subtype">
182             <option value="" selected="selected" class="menuheader">Any format</option>
183             <option value="l-format:ta" >Regular print</option>
184             <option value="l-format:tb" >Large print</option>
185             <option value="l-format:fk" >Braille</option>
186             <option value="" >-----------</option>
187             <option value="l-format:sd" >CD audio</option>
188             <option value="l-format:ss" >Cassette recording</option>
189             <option value="l-format:vf" >VHS tape / Videocassette</option>
190             <option value="l-format:vd" >DVD video / Videodisc</option>
191             <option value="l-format:co" >CD Software</option>
192             <option value="l-format:cr" >Website</option>
193         </select>
194         
195         <select name="limit" class="subtype">
196             <option value="" >Additional content types</option>
197             <option value="ctype:a" >Abstracts/summaries</option>
198             <option value="ctype:b" >Bibliographies</option>
199             <option value="ctype:c" >Catalogs</option>
200             <option value="ctype:d" >Dictionaries</option>
201             <option value="ctype:e" >Encyclopedias </option>
202             <option value="ctype:f" >Handbooks</option>
203             <option value="ctype:g" >Legal articles</option>
204             <option value="ctype:i" >Indexes</option>
205             <option value="ctype:j" >Patent document</option>
206             <option value="ctype:k" >Discographies</option>
207             <option value="ctype:l" >Legislation</option>
208             <option value="ctype:m" >Theses</option>
209             <option value="ctype:n" >Surveys</option>
210             <option value="ctype:o" >Reviews</option>
211             <option value="ctype:p" >Programmed texts</option>
212             <option value="ctype:q" >Filmographies</option>
213             <option value="ctype:r" >Directories</option>
214             <option value="ctype:s" >Statistics</option>
215             <option value="ctype:t" >Technical reports</option>
216             <option value="ctype:v" >Legal cases and case notes</option>
217             <option value="ctype:w" >Law reports and digests</option>
218             <option value="ctype:z" >Treaties </option>
219         </select>
220        </p>
221
222 </fieldset>
223 </div>
224 <!-- /TMPL_IF -->
225
226 <!-- TMPL_IF NAME="template_defined_limits" -->
227 <div id="advsearch-itemtype" class="container">
228 <!-- TYPE LIMITS -->
229     <fieldset>
230
231     <legend>Limit to any of the following</legend>
232     <table class="itemtypes">
233             <tr>
234             <td><input type="checkbox" id="mc-bks" name="limit" value="mc:t" />
235                         <label for="mc-bks" title="Books, Pamphlets, Technical reports, Manuscripts, Legal papers, Theses and dissertations">
236                         <img border="0" src="/intranet-tmpl/prog/img/AF.gif" alt="Books" />Books</label></td>
237                         <td><input type="checkbox" id="mc-vis" name="limit" value="mc:v" />
238                         <label for="mc-vis" title="Motion pictures, Videorecordings, Filmstrips, Slides, Transparencies, Photos, Cards, Charts, Drawings">
239                         <img border="0" src="/intranet-tmpl/prog/en/images/AV Aids.gif" alt="Visual Materials" />Visual Materials</label></td>
240             <td><input type="checkbox" id="mc-sr" name="limit" value="mc-rtype:i" />
241                         <label for="mc-sr" title="Spoken, Books on CD and Cassette">
242                         <img border="0" src="/intranet-tmpl/prog/en/images/AF.gif" alt="Books on Tape" />Books on Tape</label></td>
243             </tr>
244
245             <tr>
246             <td><input type="checkbox" id="mc-cf" name="limit" value="mc:c" />
247                         <label for="mc-cf" title="Computer files, Data, Software">
248                         <img border="0" src="/intranet-tmpl/prog/en/images/CD-ROM software.gif" alt="Computer Files" />Computer Files</label></td>
249             <td><input type="checkbox" id="mc-lh" name="limit" value="mc-collection:LH" />
250                         <label for="mc-lh" title="Local History Materials">
251                         <img border="0" src="/intranet-tmpl/prog/en/images/Local history.gif" alt="Local History Materials" />Local History Materials</label></td>
252             <td><input type="checkbox" id="mc-map" name="limit" value="mc:a" />
253                         <label for="mc-map" title="Maps, Globes">
254                         <img border="0" src="/intranet-tmpl/prog/en/images/PF.gif " alt="Maps" />Maps</label></td>
255             </tr>
256
257             <tr>
258             <td><input type="checkbox" id="mc-mus" name="limit" value="mc-rtype:j" />
259                         <label for="mc-mus" title="Music">
260                         <img border="0" src="/intranet-tmpl/prog/en/images/CDM.gif" alt="Music" />Music</label></td>
261             <td><input type="checkbox" id="mc-kit" name="limit" value="mc-rtype:o" />
262                         <label for="mc-kit" title="Kits"><img border="0" src="/intranet-tmpl/prog/en/images/KIT.gif" alt="Kits" />Kits</label></td>
263             <td><input type="checkbox" id="mc-ref" name="limit" value="mc-collection:REF" />
264                         <label for="mc-ref" title="Reference">
265                         <img border="0" src="/intranet-tmpl/prog/en/images/REF.gif" alt="Reference" />Reference</label></td>
266             </tr>
267             
268             </table>
269 </fieldset>
270 </div>
271 <!-- /TMPL_IF -->
272 <!-- /TYPE LIMITS -->
273
274 <div id="availability" class="container">
275 <!-- AVAILABILITY LIMITS -->
276     <fieldset><legend>Location and availability: </legend>
277 <div id="currently-avail" class="container">
278         <label for="available-items">Only items currently available</label> <input type="checkbox" id="available-items" name="limit" value="available" />
279 </div>
280 <p />
281 <div id="select-libs" class="container">
282         <label for="branchloop">Individual Libraries:</label><select name="limit" id="branchloop" onchange='if(this.value != ""){document.getElementById("categoryloop").disabled=true;} else {document.getElementById("categoryloop").disabled=false;}'>
283         <option value="">All Libraries</option>
284         <!-- TMPL_LOOP NAME="branchloop" -->
285         <!-- TMPL_IF NAME="selected" -->
286         <option value="branch:<!-- TMPL_VAR NAME="value" -->" selected="selected"><!-- TMPL_VAR NAME="branchname" --></option>
287         <!-- TMPL_ELSE -->
288         <option value="branch:<!-- TMPL_VAR NAME="value" -->"><!-- TMPL_VAR NAME="branchname" --></option>
289         <!-- /TMPL_IF -->
290         <!-- /TMPL_LOOP -->
291         </select>
292     <!-- <input type="hidden" name="limit" value="branch: MAIN" /> -->
293         <!-- TMPL_IF NAME="searchdomainloop" -->
294     <p>OR</p> <!-- should addjs to grey out group pulldown if a library is selected. -->
295         <label for="categoryloop">Groups of Libraries</label><select name="multibranchlimit" id="categoryloop">
296         <option value=""> -- none -- </option>
297         <!-- TMPL_LOOP NAME="searchdomainloop" -->
298         <option value="<!-- TMPL_VAR NAME="categorycode" -->"><!-- TMPL_VAR NAME="categoryname" --></option>
299         <!-- /TMPL_LOOP -->
300         </select>
301     <!-- /TMPL_IF -->
302 </div>
303     </fieldset>
304 <!-- /AVAILABILITY LIMITS -->
305 </div>
306
307 <!-- RANK LIMITS -->
308
309 <div id="sortby" class="container">
310 <fieldset><legend>Sort by: </legend>
311     <p><select id="sort_by" name="sort_by">
312   <!-- TMPL_INCLUDE NAME="resort_form.inc" -->
313     </select>
314         </p>
315 </fieldset>
316 </div>
317 <!-- RANK LIMITS -->
318
319 </div>
320
321
322 <!-- SEARCH BUTTONS -->
323             <p><input class="submit" type="submit" accesskey="s" value="Search" />
324             <!-- TMPL_IF NAME="expanded_options" -->
325             <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=0">[Fewer Options]</a>
326             <!-- TMPL_ELSE -->
327             <a href="/cgi-bin/koha/catalogue/search.pl?expanded_options=1">[More options]</a>
328             <!-- /TMPL_IF -->
329             <a href="/cgi-bin/koha/catalogue/search.pl?do=Clear">[New search]</a> 
330             </p>
331 <!-- /SEARCH BUTTONS -->
332 </form>
333 </div>
334
335 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->