synch'ing 2.2 and head
[koha.git] / koha-tmpl / opac-tmpl / css / en / opac-search.tmpl
1     <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
2 <div id="mainbloc">
3
4 <h1 class="catalogue">Catalogue search</h1>
5
6 <form name="f" method="post" action="<!-- TMPL_VAR name="SCRIPT_NAME" -->">
7         
8         <div id="bloc60">
9                 <h2 class="catalogue">Search on</h2>
10                 <p>
11                         <input type="hidden" name="op" value="do_search" />
12                         <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->" />
13                         <label class="label20">Any word</label>
14                         <input type="hidden" name="marclist" value="" />
15                         <input type="hidden" name="and_or" value="and" />
16                         <input type="hidden" name="excluding" value="" />
17                         <input type="hidden" name="operator" value="contains" />
18                         <input type="text" name="value" size="35" />
19                 </p>
20                 <p>
21                         <label class="label20">Title</label>
22                         <input type="hidden" name="marclist" value="biblio.title" />
23                         <input type="hidden" name="and_or" value="and" />
24                         <input type="hidden" name="excluding" value="" />
25                         <input type="hidden" name="operator" value="contains" />
26                         <input type="text" name="value" size="35" />
27                         <a href="javascript:Dopop('opac-dictionary.pl?marclist=biblio.title&amp;type=intranet&amp;index=1',1)" class="button catalogue">
28                                 ...
29                         </a>
30                 </p>
31                 <p>
32                         <label class="label20">Author</label> <input type="hidden" name="marclist" value="biblio.author" />
33                         <input type="hidden" name="and_or" value="and" />
34                         <input type="hidden" name="excluding" value="" />
35                         <input type="hidden" name="operator" value="contains" />
36                         <input type="text" name="value" size="35" />
37                         <a href="javascript:Dopop('opac-dictionary.pl?marclist=biblio.author&amp;type=intranet&amp;index=2',2)" class="button catalogue">
38                                 ...
39                         </a>
40                 </p>
41                 <p>
42                         <label class="label20">Subject</label>
43                         <input type="hidden" name="marclist" value="bibliosubject.subject" />
44                         <input type="hidden" name="and_or" value="and" />
45                         <input type="hidden" name="excluding" value="" />
46                         <input type="hidden" name="operator" value="contains" />  
47                         <input type="text" name="value" size="35" />
48                         <a href="javascript:Dopop('opac-dictionary.pl?marclist=bibliosubject.subject&amp;type=intranet&amp;index=3',3)" class="button catalogue">
49                                 ...
50                         </a>
51                 </p>
52                 <p>
53                         <label class="label20">Series title</label>
54                         <input type="hidden" name="marclist" value="biblio.seriestitle" />
55                         <input type="hidden" name="and_or" value="and" />
56                         <input type="hidden" name="excluding" value="" />
57                         <input type="hidden" name="operator" value="contains" />
58                         <input type="text" name="value" size="35"/>
59                 </p>
60                 <p>
61                         <label class="label20">Series title</label>
62                         <input type="hidden" name="marclist" value="biblio.seriestitle" />
63                         <input type="hidden" name="and_or" value="and" />
64                         <input type="hidden" name="excluding" value="" />
65                         <input type="hidden" name="operator" value="contains" />
66                         <input type="text" name="value" onchange="sql_update()" size="35"/>
67                 </p>
68                 <p>
69                         <label class="label20">Item Type</label>
70                         <input type="hidden" name="marclist" value="biblioitems.itemtype" />
71                         <input type="hidden" name="and_or" value="and" />
72                         <input type="hidden" name="excluding" value="" />
73                         <input type="hidden" name="operator" value="=" />
74                         <!-- TMPL_VAR name="CGIitemtype" -->
75                 </p>
76                 <p>
77                                 <label class="label20">Branch</label>
78                                 <input type="hidden" name="marclist" value="items.holdingbranch" />
79                                 <input type="hidden" name="and_or" value="and" />
80                                 <input type="hidden" name="excluding" value="" />
81                                 <input type="hidden" name="operator" value="=" />  
82                                 <!-- TMPL_VAR name="CGIbranch" -->
83                 </p>
84         </div>
85         <div id="bloc20">
86                 <h2>Other options</h2>
87                 <p>
88                                 <label class="label20">Item barcode</label>
89                                 <input type="hidden" name="marclist" value="items.barcode" />
90                                 <input type="hidden" name="and_or" value="and" />
91                                 <input type="hidden" name="excluding" value="" />
92                                 <input type="hidden" name="operator" value="start" />
93                                 <input type="text" name="value" /> 
94                 </p>
95                 <p>
96                         <label class="label20">Call Number</label>
97                         <input type="hidden" name="marclist" value="items.itemcallnumber" />
98                         <input type="hidden" name="and_or" value="and" />
99                         <input type="hidden" name="excluding" value="" />
100                         <input type="hidden" name="operator" value="start" />
101                         <input type="text" name="value" />
102                 </p>
103                 <p>
104                         <label class="label20">ISBN</label>
105                         <input type="hidden" name="marclist" value="biblioitems.isbn" />
106                         <input type="hidden" name="and_or" value="and" />
107                         <input type="hidden" name="excluding" value="" />
108                         <input type="hidden" name="operator" value="=" />
109                         <input type="text" name="value" />
110                 </p>
111                 <p>
112                         <label class="label20">Publisher</label>
113                         <input type="hidden" name="marclist" value="biblioitems.publishercode" />
114                         <input type="hidden" name="and_or" value="and" />
115                         <input type="hidden" name="excluding" value="" />
116                         <input type="hidden" name="operator" value="contains" />
117                         <input type="text" name="value" />
118                 </p>
119                 <p>
120                         <label class="label20">Published between</label>
121                         <input type="hidden" name="marclist" value="biblioitems.publicationyear" />
122                         <input type="hidden" name="and_or" value="and" />
123                         <input type="hidden" name="excluding" value="" />
124                         <input type="hidden" name="operator" value=">=" />
125                         <input type="text" name="value" size="6" maxlength="4" />
126                         and
127                         <input type="hidden" name="marclist" value="biblioitems.publicationyear" />
128                         <input type="hidden" name="and_or" value="and" />
129                         <input type="hidden" name="excluding" value="" />
130                         <input type="hidden" name="operator" value="<=" />
131                         <input type="text" name="value" size="6" maxlength="4" />
132                 </p>
133                 <p>
134                         <label class="label20">Results per page</label>
135                         <select name="resultsperpage" size="1">
136                                 <option value="20">20</option>
137                                 <option value="50">50</option>
138                                 <option value="100">100</option>
139                         </select>
140                 </p>
141                 <p>
142                         <label class="label20">Ordered by</label>
143                         <select name="orderby" size="1">
144                                 <option value="biblio.title">Title</option>
145                                 <option value="biblio.author">Author</option>
146                                 <option value="biblioitems.dewey">Dewey</option>
147                                 <option value="biblioitems.publicationyear">Publication Year</option>
148                                 <option value="biblioitems.publishercode">Publisher</option>
149                                 <option value="biblio.timestamp">Acquisition date</option>
150                         </select>
151                         <select name="desc_or_asc" size="1">
152                                 <option value="ASC">Ascending</option>
153                                 <option value="DESC">Descending</option>
154                         </select>
155                 </p>            
156
157         </div>
158         <p>
159                 <input type="submit" value="Start search" class="button catalogue" />
160                 <input type="reset" value="Clear all" class="button catalogue" />
161         </p>
162         <div id="bloc60">
163                 <h2>Hints</h2>
164                 <h3>Title</h3>
165                 <p>You can enter a complete or a part of a title. The search will also be done in subtitles and other title related fields</p>
166                 <h3>Author</h3>
167                 <p>You can enter a name or a surname. The search will also be done in additional authors and other author related fields (translator, illustrator...)</p>
168                 <p>Remember that a title can concern a physical author (Victor Hugo) or a company, group, collective author (CNRS, Library of Congress)</p>
169                 <h3>Branches</h3>
170                 <p>Select a branch if you want to limit your search to items in a specific branch. By default the search is done on every branches of the library</p>
171                 <h3>Partial search</h3>
172                 <p>A search is done on every words you enter. Empty words are ignored. If you enter, for example "the two towers" in the title, the result list will contain all the books containing two AND tower in the title. The "the" will be discarded.</p>
173                 <p>If you want to enter a partial word, add a * or a % at the end of the word. For example "two tower*" will retrieve "the two towers", "two white towers", "a tower and two cities"</p>
174                 <h3>Dictionnary search</h3>
175                 <p>if you clic on ... on the right of title/author/subject, you can search existing values in the library.</p>
176         </div>
177 </form>
178 </div>
179 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->