Another fix for Bug 2704, 440 Display Issues
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-authoritiessearchresultlist.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo; <!-- TMPL_IF name="total" -->Authority Search Result<!-- TMPL_ELSE -->No results found<!-- /TMPL_IF -->
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body id="opac-authoritiesresultlist">
5 <!-- TMPL_IF NAME="OpacNav" --><div id="doc3" class="yui-t1"><!-- TMPL_ELSE --><div id="doc3" class="yui-t7"><!-- /TMPL_IF -->
6    <div id="bd">
7 <!-- TMPL_INCLUDE name="masthead.inc" -->
8
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11 <div class="container">
12         <h1>Authority search results</h1>
13         <div id="pages">
14                         <!-- TMPL_IF name="displayprev" -->
15                                 <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&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&amp;orderby=<!-- TMPL_VAR name="orderby" -->">
16                                         &lt;&lt;
17                                 </a>
18                         <!-- /TMPL_IF -->
19                         <!-- TMPL_LOOP NAME="numbers" -->
20                                 <!-- TMPL_IF name="highlight" -->
21                                         <span class="current"><!-- TMPL_VAR NAME="number" --></span>
22                                 <!-- TMPL_ELSE -->
23                                         <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&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&amp;orderby=<!-- TMPL_VAR name="orderby" -->"><!-- TMPL_VAR NAME="number" --></a>
24                                 <!-- /TMPL_IF -->
25                         <!-- /TMPL_LOOP -->
26                         <!-- TMPL_IF name="displaynext" -->
27                                 <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" -->&amp;orderby=<!-- TMPL_VAR name="orderby" -->">&gt;&gt;</a>
28                                 <!-- /TMPL_IF -->
29                 </div>
30                 <div id="results">
31                         <!-- TMPL_IF name="total" -->
32                         <b>Results <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" --></b>
33                         <!-- TMPL_ELSE -->
34                         No results found.
35                         <!-- /TMPL_IF -->
36                 </div>
37
38                         <!-- TMPL_IF name="total" -->
39 <div class="searchresults">
40                 <table>
41                         <tr>
42                                 <th>Authorized Headings</th>
43                                 <th>Type of Heading</th>
44                                 <!-- TMPL_UNLESS name="isEDITORS" -->
45                                         <th>Biblio records</th>
46                                 <!-- /TMPL_UNLESS -->
47                                 <th>Full Heading</th>                           
48                         </tr>
49                         <!-- TMPL_LOOP NAME="result" -->
50                                 <tr>
51                                         <td><a href="opac-authoritiesdetail.pl?authid=<!-- TMPL_VAR NAME="authid" -->"><!-- TMPL_VAR NAME="summary" --></a></td>
52
53                                                 <td>
54                                         <!-- TMPL_VAR NAME="authtype" -->
55                                                 </td>
56                                         <!-- TMPL_UNLESS name="isEDITORS" -->
57                                                 <td>
58                                                          <a href="/cgi-bin/koha/opac-search.pl?type=opac&amp;op=do_search&amp;q=an=<!--TMPL_VAR Name="authid" -->"><!-- TMPL_VAR NAME="used" --> biblios</a>
59                                                 </td>
60                                         <!-- /TMPL_UNLESS -->
61                                                 <td>
62                                                         <a href="opac-authoritiesdetail.pl?authid=<!-- TMPL_VAR NAME="authid" -->">View Full Heading</a>
63                                                 </td>
64                                 </tr>
65                         <!-- /TMPL_LOOP -->
66                 </table>
67         </div>
68         <div id="resultnumber">
69                         <!-- TMPL_IF name="displayprev" -->
70                                 <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&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&amp;orderby=<!-- TMPL_VAR name="orderby" -->">&lt;&lt;</a>
71                         <!-- /TMPL_IF -->
72                         <!-- TMPL_LOOP NAME="numbers" -->
73                                 <!-- TMPL_IF name="highlight" --><span class="current"><!-- TMPL_VAR NAME="number" --></span><!-- TMPL_ELSE -->
74                                         <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&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&amp;orderby=<!-- TMPL_VAR name="orderby" -->"><!-- TMPL_VAR NAME="number" --></a>
75                                 <!-- /TMPL_IF -->
76                         <!-- /TMPL_LOOP -->
77                         <!-- TMPL_IF name="displaynext" -->
78                                 <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" -->&amp;orderby=<!-- TMPL_VAR name="orderby" -->">&gt;&gt;</a>
79                                 <!-- /TMPL_IF -->
80         </div>  
81                         <!-- /TMPL_IF -->
82 </div>
83 </div>
84 </div>
85 </div>
86 <!-- TMPL_IF NAME="OpacNav" -->
87 <div class="yui-b">
88 <div class="container">
89 <!--TMPL_INCLUDE NAME="navigation.inc" -->
90 </div>
91 </div><!-- /TMPL_IF -->
92 </div>
93 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->