270edd2bfb1681a10439517f2d77181c387fc95f
[koha-ffzg.git] / koha-tmpl / intranet-tmpl / prog / en / catalogue / results.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
2 <title>Koha &rsaquo; Catalog &rsaquo; <!-- TMPL_IF NAME="searchdesc" -->Results of Search for '<!-- TMPL_VAR NAME="searchdesc" -->'<!-- TMPL_ELSE -->You did not specify any search criteria<!-- /TMPL_IF --></title>
3 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
4 <!-- TMPL_INCLUDE NAME="menus.inc" -->
5 <!-- TMPL_INCLUDE NAME="menu-catalogue.inc" -->
6
7     <!-- TMPL_IF NAME="koha_spsuggest" -->
8         <div style="font-size: 12px;">Did you mean: 
9             <ul style="list-style: none;">
10             <!-- TMPL_LOOP NAME="SPELL_SUGGEST" -->
11             <li>
12                 <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="spsuggestion" -->"><!-- TMPL_VAR NAME="spsuggestion" --></a>
13             </li>
14             <!-- /TMPL_LOOP -->
15             </ul>
16         </div>
17     <!-- /TMPL_IF -->
18     <!-- TMPL_IF NAME="total" -->
19     <h3>
20         <!-- TMPL_VAR NAME="total" --> results found for '<!-- TMPL_VAR NAME="searchdesc" -->'
21         <a href="/cgi-bin/koha/catalogue/search.pl">Perform a new search</a>
22     </h3>
23     <!-- TMPL_ELSE -->
24         <!-- TMPL_IF NAME="searchdesc" -->
25             <h3> No Result found !</h3>
26             <p>
27                 No results match your search for <span style="font-weight: bold;">&ldquo;<!-- TMPL_VAR NAME="searchdesc" -->&rdquo;</span> in <!-- TMPL_VAR NAME="LibraryName" --> Catalog.
28             </p>
29             <a href="/cgi-bin/koha/catalogue/search.pl" title="New search">Perform a new search</a>
30         <!-- TMPL_ELSE -->
31             <h3> No result found !</h3>
32             <p>
33             You did not specify any search criteria.
34             </p>
35             <a href="/cgi-bin/koha/catalogue/search.pl" title="New search">Perform a new search</a>
36         <!-- /TMPL_IF -->
37     <!-- /TMPL_IF -->
38     
39     <!-- TMPL_IF NAME="query_error" -->
40         <br /><br />
41         Error : 
42         <span  class="problem">
43             <!-- TMPL_VAR NAME="query_error" -->
44         </span>
45     <!-- /TMPL_IF -->
46     
47     <!-- Search Results Table -->
48     <!-- TMPL_IF NAME="total" -->
49         <!-- TMPL_IF NAME="scan" -->
50             <h1>Scan Index:</h1>
51             <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
52             <table>
53                 <tr>
54                     <td>
55                         Scan Index for: <input type="text" name="qf" id="scan-index" size="35" value="" />
56                     </td>
57                 </tr>
58                 <tr>
59                     <td>
60                         <label for="scan-index">Indexed in:</label>
61                         <select name="idx" id="scan-index">
62                             <option value="">Any Word</option>
63                             <option value="any/phr:">Any Phrase</option>
64                             <option value="ti:">Title</option>
65                             <option value="ti,phr:">Title Phrase</option>
66                             <option value="au,phr:">Author</option>
67                             <option value="su:">Subject</option>
68                             <option value="su,phr:">Subject Phrase</option>
69                             <option value="se:">Series</option>
70                             <option value="pb:">Publisher</option>
71                             <option value="nt:">Notes</option>
72                             <option value="se:">Series Title</option>
73                             <option value="sn:">ISBN</option>
74                             <option value="ss:">ISSN</option>
75                         </select>
76                         <input type="hidden" name="scan" value="1" />
77                     </td>
78                 </tr>
79             </table>
80             </form>
81             
82             <form action="/cgi-bin/koha/catalogue/search.pl" method="get">
83             <table>
84                 <tr>
85                     <th>Term/Phrase</th>
86                     <th>Count</th>
87                 </tr>
88                 <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
89                     <tr<!-- TMPL_IF name="even" --> class="highlight"<!-- /TMPL_IF -->>
90                         <td>
91                             <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="scan_use" escape="url" -->&quot;<!-- TMPL_VAR NAME="title" -->&quot;"><!-- TMPL_VAR NAME="title" --></a>
92                         </td>
93                         <td>
94                             <!-- TMPL_VAR NAME="subtitle" -->
95                         </td>
96                     </tr>
97                 <!-- /TMPL_LOOP -->
98             </table>
99             </form>
100         <!-- TMPL_ELSE -->
101             <!-- ######### -->
102             <div id="facets">
103                 <dl>
104                 <!-- TMPL_IF NAME="NoZebra" -->
105                 <!-- FACETS START -->
106                 <!-- TMPL_IF NAME="opacfacets" -->
107                     <dt id="facets1" onclick="var Elt=document.getElementById('facets_list');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}">
108                     Refine Your Search
109                     </dt>
110                     <dd id="facets_list" style="display:none;">
111                     <ul>
112                     <!-- TMPL_LOOP NAME="facets_loop" -->
113                     <li id="<!-- TMPL_VAR NAME="type_id" -->"><!-- TMPL_VAR NAME="type_label" -->
114                         <ul>
115                         <!-- TMPL_LOOP NAME="facets" -->
116                             <li>
117                                 <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" --> and <!-- TMPL_VAR NAME="type_link_value" -->:<!-- TMPL_VAR NAME="facet_link_value" -->" title="<!-- TMPL_VAR NAME="facet_title_value" -->">
118                                     <!-- TMPL_VAR NAME="facet_label_value" -->
119                                 </a> (<!-- TMPL_VAR NAME="facet_count" -->)
120                             </li>
121                         <!-- /TMPL_LOOP -->
122                         <!-- TMPL_IF NAME="expandable" -->
123                             <li class="showmore">
124                                 <a href="/cgi-bin/koha/catalogue/search.pl?q=<!-- TMPL_VAR NAME="searchdesc" -->&amp;expand=<!-- TMPL_VAR NAME="expand" -->#<!-- TMPL_VAR NAME="type_id" -->">
125                                     Show More
126                                 </a>
127                             </li>
128                         <!-- /TMPL_IF -->
129                         </ul>
130                     </li>
131                     <!-- /TMPL_LOOP -->
132                     </ul>
133                     </dd>
134                 <!-- /TMPL_IF -->
135                 <!-- FACETS END -->
136                 <!-- /TMPL_IF --> <!-- NoZebra -->
137                 <!-- BULKEDIT START -->
138                 <!--TMPL_IF Name="bulkedit"--> 
139                     <dt id="hbulkedit" onclick="var Elt=document.getElementById('parambulkedit');if (Elt.style.display!='block'){Elt.style.display='block';} else {Elt.style.display='none';}">
140                     Bulk edit
141                     </dt>
142                     <dd id="parambulkedit" style="display:none;">
143                     <form name="bulkedit" action="search.pl">
144                         <input type="hidden" name="q" value="<!-- TMPL_VAR NAME="searchdesc" -->" />
145                         <input type="hidden" name="operation" value="bulkedit" />
146                         Search for Value :<input type="text" name="inputvalue" value=""/><br/>
147                         Subfield       <select name="tagsubfield">
148                         <!--TMPL_LOOP Name="tagsubfields"-->
149                             <option value="<!--TMPL_VAR Name="tagsubfield"-->"> <!--TMPL_VAR Name="tagsubfield"-->
150                             <!-- --<TMPL_VAR Name="tagdesc">--<TMPL_VAR Name="subfielddesc">-->
151                             </option>
152                         <!--/TMPL_LOOP -->
153                         </select><br/>
154                         Change to : <input type="text" name="targetvalue" value=""/><br/>
155                         Test only : <input type="checkbox" name="test" value="1"/><br/>
156                         <input type="Submit" name="Edit" value="Edit"/>
157                     </form>
158                     </dd>
159                     <!-- TMPL_IF NAME="bulkeditresults" -->
160                     <dd><em>
161                         tagsubfield : <!-- TMPL_VAR NAME="countchanged" --> Change <!-- TMPL_VAR NAME="countchanged" --> To <!-- TMPL_VAR NAME="countchanged" --><br />
162                         <!-- TMPL_VAR NAME="countchanged" --> biblios changed <br />
163                         <!--TMPL_VAR Name="countunchanged"--> biblios unchanged<br />
164                         <em>
165                     </dd>
166                     <!-- /TMPL_IF -->
167                 <!--/TMPL_IF--> 
168                 <!-- BULKEDIT END -->
169                 </dl>
170             </div>
171             <!-- ######### -->
172
173             <div id="searchresults">
174               <form action="/cgi-bin/koha/catalogue/search.pl" method="get" name="myform" id="mainform">
175                 <!-- TMPL_IF NAME="searchdesc" -->
176                     <input type="hidden" name="q" value="<!-- TMPL_VAR NAME="searchdesc" escape="html" -->" />
177                 <!-- /TMPL_IF -->
178                     <!-- RE-SORT START -->
179                     <!-- TMPL_IF NAME="sort_by_loop" -->
180                     <p>
181                     Re-sort results
182                     <select id="sort_by" name="sort_by" onChange="document.myform.submit();">
183                         <option value="">Field-weighted, Relevance Ranked</option>
184                         <!-- TMPL_LOOP NAME="sort_by_loop" -->
185                             <option value="<!-- TMPL_VAR NAME="value" -->" <!-- TMPL_IF NAME="selected" -->selected="<!-- TMPL_VAR NAME="selected" -->"<!-- /TMPL_IF -->><!-- TMPL_VAR NAME="label" --></option>
186                         <!-- /TMPL_LOOP -->
187                     </select>
188                     </p>
189                     <!-- /TMPL_IF -->
190                     <!-- RESORT END -->
191               </form>
192                     <!-- TABLE RESULTS START -->
193
194                 <table>
195                     <tr>
196                         <th>&nbsp;</th>
197                         <th>Title</th>
198                         <th>Location</th>
199                         <th>&nbsp;</th>
200                     </tr>
201                         <!-- Actual Search Results -->
202                         <!-- TMPL_LOOP NAME="SEARCH_RESULTS" -->
203                             <!-- TMPL_IF name="even" -->
204                                 <tr class="highlight">
205                             <!-- TMPL_ELSE -->
206                                 <tr>
207                             <!-- /TMPL_IF -->
208                                 <td>
209                             <!-- TMPL_IF NAME="AmazonContent" -->
210                                     <a class="p1" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
211                                         <img src="<!-- TMPL_IF NAME="isbn" -->http://images.amazon.com/images/P/<!-- TMPL_VAR name="isbn" -->.01.TZZZZZZZ.jpg<!-- TMPL_ELSE -->http://g-images.amazon.com/images/G/01/x-site/icons/no-img-sm.gif<!-- /TMPL_IF -->" alt="image" class="thumbnail" />
212                                     </a>
213                             <!-- TMPL_ELSE -->
214                                 <!-- TMPL_IF name="imageurl" -->
215                                     <img src="<!-- TMPL_VAR name="imageurl" -->" title="<!-- TMPL_VAR name="description" -->"/>
216                                 <!-- TMPL_ELSE -->
217                                     <!-- TMPL_VAR name="description" -->
218                                 <!-- /TMPL_IF -->
219                             <!-- /TMPL_IF -->
220                                 </td>
221                             <td>
222                                 <p>
223                                     <!-- TMPL_IF name="BiblioDefaultViewmarc" -->
224                                         <a class="title" href="/cgi-bin/koha/catalogue/MARCdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
225                                             <b><!-- TMPL_VAR NAME="title" --></b>
226                                         </a> <!-- TMPL_VAR NAME="subtitle" -->
227 <!-- TMPL_IF name="volume" -->,<!-- TMPL_VAR name="volume" --><!-- /TMPL_IF --> <!-- TMPL_IF name="volumeddesc" -->, <!-- TMPL_VAR name="volumeddesc" --><!-- /TMPL_IF -->
228                                     <!-- TMPL_ELSE -->
229                                         <!-- TMPL_IF name="BiblioDefaultViewisbd" -->
230                                             <a class="title" href="/cgi-bin/koha/catalogue/ISBDdetail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
231                                                 <!-- TMPL_VAR NAME="title" --> 
232                                             </a> <!-- TMPL_VAR NAME="subtitle" --><!-- TMPL_IF name="volume" -->,<!-- TMPL_VAR name="volume" --><!-- /TMPL_IF --> <!-- TMPL_IF name="volumeddesc" -->, <!-- TMPL_VAR name="volumeddesc" --><!-- /TMPL_IF -->
233                                         <!-- TMPL_ELSE -->
234                                             <a class="title" href="/cgi-bin/koha/catalogue/detail.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" ESCAPE="URL" -->">
235                                                 <!-- TMPL_VAR NAME="title" --> 
236                                             </a> <!-- TMPL_VAR NAME="subtitle" --><!-- TMPL_IF name="volume" -->,<!-- TMPL_VAR name="volume" --><!-- /TMPL_IF --> <!-- TMPL_IF name="volumeddesc" -->, <!-- TMPL_VAR name="volumeddesc" --><!-- /TMPL_IF -->
237                                         <!-- /TMPL_IF -->
238                                     <!-- /TMPL_IF -->
239                                 </p>
240                                 <!-- TMPL_IF name="summary" -->
241                                     <p><!-- TMPL_VAR name="summary" --></p>
242                                 <!-- TMPL_ELSE -->
243                                     <p>
244                                         <!-- TMPL_IF NAME="author" -->
245                                             <a href="/cgi-bin/koha/catalogue/search.pl?q=au:<!-- TMPL_VAR NAME="author" ESCAPE="URL" -->"><!-- TMPL_VAR NAME="author" --></a>
246                                         <!-- TMPL_ELSE -->
247                                             &nbsp;
248                                         <!-- /TMPL_IF -->
249                                         <!-- TMPL_IF name="publicationyear" --> - <!-- TMPL_VAR name="publicationyear" --><!-- /TMPL_IF -->
250                                         <!-- TMPL_IF name="publishercode" -->- <!-- TMPL_VAR name="publishercode" --><!-- /TMPL_IF -->
251                                         <!-- TMPL_IF name="place" --> ; <!-- TMPL_VAR name="place" --><!-- /TMPL_IF -->
252                                         <!-- TMPL_IF name="pages" --> - <!-- TMPL_VAR name="pages" --><!-- /TMPL_IF -->
253                                         <!-- TMPL_IF name="volume" --> vol <!-- TMPL_VAR name="volume" --><!-- /TMPL_IF -->
254                                         <!-- TMPL_IF name="size" --> ; <!-- TMPL_VAR name="size" --><!-- /TMPL_IF -->
255                                         <!-- TMPL_IF name="timestamp" --> <i>(modified on <!-- TMPL_VAR name="timestamp" -->)</i><!-- /TMPL_IF -->
256                                     </p>
257                                 <!-- /TMPL_IF -->
258                                 </td>
259                                 <td>
260                                     <!-- TMPL_IF NAME="items_loop" -->
261                                         <span class="available">
262                                         <!-- TMPL_LOOP NAME="items_loop" -->
263                                             <!-- TMPL_VAR NAME="count" --> <!-- TMPL_VAR NAME="branchname" -->
264                                             <i>
265                                         <!-- TMPL_IF name="location" --><!-- TMPL_VAR name="location" --><!-- /TMPL_IF -->
266                                         <!-- TMPL_IF name="itemcallnumber" --><!-- TMPL_VAR name="itemcallnumber" --><!-- /TMPL_IF -->
267                                          <!-- TMPL_IF name="classification" -->
268                                             <a href="/cgi-bin/koha/catalogue/search.pl?q=callnum:<!-- TMPL_VAR NAME="classification" ESCAPE="URL" -->">
269                                                 <!-- TMPL_VAR NAME="classification" -->
270                                             </a>
271                                         <!-- /TMPL_IF -->
272                                         </i>
273                                          <br />
274                                         <!-- /TMPL_LOOP -->
275                                         </span>
276                                     <!-- /TMPL_IF -->
277                                     <span class="unavailable">
278                                         <!-- TMPL_IF NAME="onloancount" --> On loan (<!-- TMPL_VAR NAME="onloancount" -->),<br /> <!-- /TMPL_IF -->
279                                         <!-- TMPL_IF NAME="wthdrawncount" --> Withdrawn (<!-- TMPL_VAR NAME="wthdrawncount" -->),<br /> <!-- /TMPL_IF -->
280                                         <!-- TMPL_IF NAME="itemlostcount" --> Lost (<!-- TMPL_VAR NAME="itemlostcount" -->)<br /><!-- /TMPL_IF -->
281                                         <!-- TMPL_IF NAME="orderedcount" --> On order (<!-- TMPL_VAR NAME="orderedcount" -->)<!-- /TMPL_IF -->
282                                     </span>
283                                 </td>
284                                 <td>
285                                     <!-- TMPL_IF NAME="norequests" -->
286                                         Not Reserveable
287                                     <!-- TMPL_ELSE -->
288                                         <a class="reserve" href="/cgi-bin/koha/reserve/request.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->">
289                                             Reserves
290                                         </a>
291                                     <!-- /TMPL_IF -->
292                                 </td>
293                             </tr>
294                         <!-- /TMPL_LOOP -->
295                 </table>
296                 </div>
297         <!-- /TMPL_IF -->
298     
299        <div class="pages">
300            <!-- TMPL_VAR NAME='pagination_bar'-->
301        </div>
302     
303         <!-- TMPL_IF NAME="outer_sup_results_loop" -->
304             <h3><!-- TMPL_LOOP NAME="outer_sup_results_loop" --></h3>
305                 <!-- TMPL_IF NAME="inner_sup_results_loop" -->
306                 <!-- TMPL_VAR NAME="servername" -->
307                 <!-- TMPL_LOOP NAME="inner_sup_results_loop" -->
308                     <div><a href="<!-- TMPL_VAR NAME="link" -->"><!-- TMPL_VAR NAME="title" --></a></div>
309                 <!-- /TMPL_LOOP -->
310                 <!-- /TMPL_IF -->
311             <!-- /TMPL_LOOP -->
312     <!-- /TMPL_IF -->
313     
314     <!-- TMPL_ELSE -->
315     
316     
317     <!-- /TMPL_IF -->
318
319 </div>
320 </div>
321
322 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->