95 lines
5 KiB
Cheetah
95 lines
5 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
<!-- TMPL_INCLUDE NAME="authorities-topmenu.inc" -->
|
|
|
|
<div id="main">
|
|
<h1 class="authority">Authority search results</h1>
|
|
<div id="resultnumber">
|
|
<p>
|
|
<!-- TMPL_IF name="displayprev" -->
|
|
<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&index=<!-- TMPL_VAR NAME="index" -->">
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/prev.gif" border="0">
|
|
</a>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_LOOP NAME="numbers" -->
|
|
<!-- TMPL_IF name="highlight" -->
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
|
|
<!-- TMPL_ELSE -->
|
|
<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&index=<!-- TMPL_VAR NAME="index" -->">
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0"></a>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_LOOP -->
|
|
<!-- TMPL_IF name="displaynext" -->
|
|
<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&index=<!-- TMPL_VAR NAME="index" -->">
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/next.gif" border="0"></a>
|
|
<!-- /TMPL_IF -->
|
|
</p>
|
|
<p>
|
|
<!-- TMPL_IF name="total" -->
|
|
<b>Results <!-- TMPL_VAR NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" --></b><br><br>
|
|
<!-- TMPL_ELSE -->
|
|
No results found.<br>
|
|
<!-- /TMPL_IF -->
|
|
</p>
|
|
</div>
|
|
<div id="resultlist">
|
|
<table>
|
|
<tr>
|
|
<th class="authority">Summary</th>
|
|
<th class="authority">Used</th>
|
|
<th class="authority">Get It!</th>
|
|
<th class="authority">Edit It!</th>
|
|
</tr>
|
|
<tr>
|
|
<td>Clear any entry</td>
|
|
<td> </td>
|
|
<td>
|
|
<a href="javascript:jumpfull('blinddetail-biblio-search.pl?authid=0&index=<!-- TMPL_VAR NAME="index" -->')" class="button authority">
|
|
Clear
|
|
</a>
|
|
</td>
|
|
<!-- TMPL_LOOP NAME="result" -->
|
|
<tr>
|
|
<td><!-- TMPL_VAR NAME="summary" --></td>
|
|
<td><!-- TMPL_VAR NAME="used" --> times</td>
|
|
<td>
|
|
<a href="javascript:jumpfull('blinddetail-biblio-search.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>
|
|
</td>
|
|
<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>
|
|
</tr>
|
|
<!-- /TMPL_LOOP -->
|
|
</table>
|
|
|
|
</div>
|
|
<div id="resultnumber">
|
|
<p>
|
|
<!-- TMPL_IF name="displayprev" -->
|
|
<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">
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/prev.gif" border="0">
|
|
</a>
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_LOOP NAME="numbers" -->
|
|
<!-- TMPL_IF name="highlight" -->
|
|
<img src="/intranet-tmpl/default/images/numbers/<!-- TMPL_VAR NAME="number" -->-highlight.gif">
|
|
<!-- TMPL_ELSE -->
|
|
<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">
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/images/numbers/<!-- TMPL_VAR NAME="number" -->.gif" border="0"></a>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_LOOP -->
|
|
<!-- TMPL_IF name="displaynext" -->
|
|
<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">
|
|
<img src="<!-- TMPL_VAR NAME="themelang" -->/numbers/next.gif" border="0"></a>
|
|
<!-- /TMPL_IF -->
|
|
</p>
|
|
</div><a href="auth_finder.pl?index=<!-- TMPL_VAR NAME="index" -->&authtypecode=<!-- TMPL_VAR name="authtypecode" -->">Search again</a>
|
|
</div>
|
|
</div>
|
|
|
|
<script language="JavaScript" type="text/javascript">
|
|
|
|
function jumpfull(page)
|
|
{
|
|
window.open(page,'','');
|
|
}
|
|
</script>
|
|
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
|