Beginning redesign of the OPAC. At this stage it's a move to make it more like the...
[koha-ffzg.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-authoritiessearchresultlist.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_VAR NAME="LibraryNameTitle" --> -- Library Catalog
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body>
5 <!--TMPL_INCLUDE NAME="masthead.inc" -->
6 <!--TMPL_INCLUDE NAME="navigation.inc" -->
7
8         <h1>Authority search results</h1>
9         <div id="pages">
10                         <!-- TMPL_IF name="displayprev" -->
11                                 <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=opac&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">
12                                         &lt;&lt;
13                                 </a>
14                         <!-- /TMPL_IF -->
15                         <!-- TMPL_LOOP NAME="numbers" -->
16                                 <!-- TMPL_IF name="highlight" -->
17                                         <span class="current"><!-- TMPL_VAR NAME="number" --></span>
18                                 <!-- TMPL_ELSE -->
19                                         <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=opac&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->"><!-- TMPL_VAR NAME="number" --></a>
20                                 <!-- /TMPL_IF -->
21                         <!-- /TMPL_LOOP -->
22                         <!-- TMPL_IF name="displaynext" -->
23                                 <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=opac&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">&gt;&gt;</a>
24                                 <!-- /TMPL_IF -->
25                 </div>
26                 <div id="results">
27                         <!-- TMPL_IF name="total" -->
28                         &nbsp;<b>Results <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" --></b><br><br>
29                         <!-- TMPL_ELSE -->
30                         &nbsp;No results found.<br>
31                         <!-- /TMPL_IF -->
32                 </div>
33
34 <div class="searchresults">
35                 <table>
36                         <tr>
37                                 <th width="70%">Authorized Headings</th>
38                                 <th width="10%">Type of Heading</th>
39                                 <!-- TMPL_UNLESS name="isEDITORS" -->
40                                         <th width="10%">Biblio records</th>
41                                 <!-- /TMPL_UNLESS -->
42                                 <th width="10%">Full Heading</th>                               
43                         </tr>
44                         <!-- TMPL_LOOP NAME="result" -->
45                                 <tr>
46                                         <td><a href="opac-authoritiesdetail.pl?authid=<!-- TMPL_VAR NAME="authid" -->"><!-- TMPL_VAR NAME="summary" --></a></td>
47
48                                                 <td>
49                                         <!-- TMPL_VAR NAME="authtype" -->
50                                                 </td>
51                                         <!-- TMPL_UNLESS name="isEDITORS" -->
52                                                 <td>
53                                                          <a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;q=an=<!--TMPL_VAR Name="authid" -->" class="button authority"><!-- TMPL_VAR NAME="used" --> biblios</a>
54                                                 </td>
55                                         <!-- /TMPL_UNLESS -->
56                                                 <td>
57                                                         <a href="opac-authoritiesdetail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">View Full Heading</a>
58                                                 </td>
59                                 </tr>
60                         <!-- /TMPL_LOOP -->
61                 </table>
62         </div>
63         <div id="resultnumber">
64                 <p>
65                         <!-- TMPL_IF name="displayprev" -->
66                                 <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=opac&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">&lt;&lt;</a>
67                         <!-- /TMPL_IF -->
68                         <!-- TMPL_LOOP NAME="numbers" -->
69                                 <!-- TMPL_IF name="highlight" --><span class="current"><!-- TMPL_VAR NAME="number" --></span><!-- TMPL_ELSE -->
70                                         <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=opac&amp;op=do_search&authtypecode=<!-- TMPL_VAR name="authtypecode" -->"><!-- TMPL_VAR NAME="number" --></a>
71                                 <!-- /TMPL_IF -->
72                         <!-- /TMPL_LOOP -->
73                         <!-- TMPL_IF name="displaynext" -->
74                                 <a href="opac-authorities-home.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;<!-- TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&amp;<!-- /TMPL_LOOP -->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" -->&amp;type=opac&amp;op=do_search&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->">&gt;&gt;</a>
75                                 <!-- /TMPL_IF -->
76                 </p>
77         </div>  
78 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->