New XML API
[koha.git] / koha-tmpl / intranet-tmpl / prog / en / authorities / searchresultlist-auth.tmpl
1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 <!-- TMPL_INCLUDE NAME="authorities-topmenu.inc" -->
4
5 <div id="main">
6         <h1 class="authority">Authority search results</h1>
7                 <div id="resultnumber">
8                         <p>
9                                 <!-- TMPL_IF name="displayprev" -->
10                                         <a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=any&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&stype=author&index=<!-- TMPL_VAR NAME="index" -->">
11                                                 <img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/prev.gif"  border="0">
12                                         </a>
13                                 <!-- /TMPL_IF -->
14                                 <!-- TMPL_LOOP NAME="numbers" -->
15                                         <!-- TMPL_IF name="highlight" -->
16                                                 <img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
17                                         <!-- TMPL_ELSE -->
18                                                 <a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=any&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&stype=author&index=<!-- TMPL_VAR NAME="index" -->">
19                                                         <img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0"></a>
20                                         <!-- /TMPL_IF -->
21                                 <!-- /TMPL_LOOP -->
22                                 <!-- TMPL_IF name="displaynext" -->
23                                         <a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=any&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&stype=author&index=<!-- TMPL_VAR NAME="index" -->">
24                                                 <img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/next.gif" border="0"></a>
25                                 <!-- /TMPL_IF -->
26                         </p>
27                         <p>
28                                 <!-- TMPL_IF name="total" -->
29                                         &nbsp;<b>Results <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" --></b><br><br>
30                                 <!-- TMPL_ELSE -->
31                                         &nbsp;No results found.<br>
32                                 <!-- /TMPL_IF -->
33                         </p>
34                 </div>
35                 <div id="resultlist">
36                         <table>
37                                 <tr>
38                                         <th class="authority">Summary</th>
39                                         <th class="authority">Used</th>
40                                         <th class="authority">Get It!</th>
41                                         <th class="authority">Edit It!</th>
42                                 </tr>
43                                 <tr>
44                                         <td>Clear any entry</td>
45                                         <td>&nbsp;</td>
46                                         <td>
47                                                 <a href="javascript:jumpfull('blinddetail-biblio-search.pl?authid=0&amp;index=<!-- TMPL_VAR NAME="index" -->')" class="button authority">
48                                                         Clear
49                                                 </a>
50                                         </td>
51                                 <!-- TMPL_LOOP NAME="result" -->
52                                         <tr>
53                                                 <td><!-- TMPL_VAR NAME="summary" --></td>
54                                                 <td><!-- TMPL_VAR NAME="used" --> times</td>
55                                                 <td>
56                                                         <a href="javascript:jumpfull('blinddetail-biblio-search.pl?authid=<!-- TMPL_VAR NAME="authid" -->&amp;index=<!-- TMPL_VAR NAME="index" -->')"><img src="<!-- TMPL_VAR NAME="interface" -->/<!-- TMPL_VAR NAME="theme" -->/images/arrow.gif" width="16" height="16" hspace="0" vspace="0" border="0"></a>
57                                                 </td>
58                                                 <td> <a href="/cgi-bin/koha/authorities/authorities.pl?nonav=<!-- TMPL_VAR NAME="nonav" -->&authid=<!-- TMPL_VAR NAME="authid" -->&index=<!-- TMPL_VAR NAME="index" -->&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">Edit<a/></td>
59                                         </tr>
60                                 <!-- /TMPL_LOOP -->
61                         </table>
62         
63                 </div>
64                 <div id="resultnumber">
65                         <p>
66                                 <!-- TMPL_IF name="displayprev" -->
67                                         <a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&amp;&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
68                                                 <img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/prev.gif" border="0">
69                                         </a>
70                                 <!-- /TMPL_IF -->
71                                 <!-- TMPL_LOOP NAME="numbers" -->
72                                         <!-- TMPL_IF name="highlight" -->
73                                                 <img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
74                                         <!-- TMPL_ELSE -->
75                                                 <a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
76                                                         <img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0"></a>
77                                         <!-- /TMPL_IF -->
78                                 <!-- /TMPL_LOOP -->
79                                 <!-- TMPL_IF name="displaynext" -->
80                                         <a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&amp;&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
81                                                 <img src="<!-- TMPL_VAR NAME="themelang" -->/numbers/next.gif" border="0"></a>
82                                 <!-- /TMPL_IF -->
83                         </p>
84                 </div><a href="auth_finder.pl?index=<!-- TMPL_VAR NAME="index" -->&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" -->">Search again</a>     
85         </div>
86 </div>
87
88 <script language="JavaScript" type="text/javascript">
89
90 function jumpfull(page)
91 {       
92         window.open(page,'','');
93 }
94 </script>
95 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->