1 <!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
5 <h1 class="authority">Authority search results</h1>
6 <div id="resultnumber">
8 <!-- TMPL_IF name="displayprev" -->
9 <a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&&authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=any&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
10 <img src="/intranet-tmpl/default/images/numbers/prev.gif" border="0">
13 <!-- TMPL_LOOP NAME="numbers" -->
14 <!-- TMPL_IF name="highlight" -->
15 <img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
17 <a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=any&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
18 <img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0"></a>
21 <!-- TMPL_IF name="displaynext" -->
22 <a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&&authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=any&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
23 <img src="/intranet-tmpl/default/images/numbers/next.gif" border="0"></a>
27 <!-- TMPL_IF name="total" -->
28 <b>Results <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" --></b><br><br>
30 No results found.<br>
37 <th class="authority">Summary</th>
38 <th class="authority">Used</th>
39 <th class="authority">Get It!</th>
43 <td>Clear any entry</td>
46 <a href="javascript:jumpfull('blinddetail-linker.pl?authid=0&index=<!-- TMPL_VAR NAME="index" -->&authtypecode=<!-- TMPL_VAR NAME="authtypecode" -->')" class="button authority">
50 <!-- TMPL_LOOP NAME="result" -->
52 <td><!-- TMPL_VAR NAME="summary" --></td>
53 <td><!-- TMPL_VAR NAME="used" --> times</td>
55 <a href="javascript:jumpfull('blinddetail-linker.pl?authid=<!-- TMPL_VAR NAME="authid" -->&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>
62 <div id="resultnumber">
64 <!-- TMPL_IF name="displayprev" -->
65 <a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromprev" -->&&authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
66 <img src="/intranet-tmpl/default/images/numbers/prev.gif" border="0">
69 <!-- TMPL_LOOP NAME="numbers" -->
70 <!-- TMPL_IF name="highlight" -->
71 <img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
73 <a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
74 <img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0"></a>
77 <!-- TMPL_IF name="displaynext" -->
78 <a href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfromnext" -->&&authtypecode=<!-- TMPL_VAR name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
79 <img src="/intranet-tmpl/default/images/numbers/next.gif" border="0"></a>
83 <a href="auth_linker.pl?index=<!-- TMPL_VAR NAME="index" -->">Search again</a>
87 <script language="JavaScript" type="text/javascript">
89 function jumpfull(page)
91 window.open(page,'','');
94 <!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->