117 lines
5.3 KiB
Cheetah
117 lines
5.3 KiB
Cheetah
<!-- TMPL_INCLUDE NAME="auth-search-top.inc" -->
|
|
<div id="mainbloc">
|
|
<h1 class="authority">Authority search results</h1>
|
|
<div id="bloc25">
|
|
<form name="f" method="post" action="auth_finder.pl">
|
|
<input type="hidden" name="op" value="do_search">
|
|
<input type="hidden" name="type" value="intranet">
|
|
<input type="hidden" name="nbstatements" value="<!-- TMPL_VAR NAME="nbstatements" -->">
|
|
<div id="bloc25">
|
|
<h2 class="authority">Search on</h2>
|
|
<p>
|
|
<label class="label100">Authority type</label>
|
|
<!-- TMPL_VAR NAME="category" -->
|
|
</p>
|
|
<p>
|
|
<label class="label100">Search value</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
|
|
<input type="hidden" name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
|
|
<input type="hidden" name="marclist" value="">
|
|
<input type="hidden" name="and_or" value="and">
|
|
<input type="hidden" name="excluding" value="">
|
|
<input type="hidden" name="operator" value="contains">
|
|
<input type="hidden" name="index" value="<!-- TMPL_VAR NAME="index" -->"
|
|
</p>
|
|
<p>
|
|
<input type="submit" value="Start search" class="button authority">
|
|
</p>
|
|
</div>
|
|
</form>
|
|
</div>
|
|
<div id="bloc25">
|
|
<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">
|
|
<img src="/intranet-tmpl/default/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">
|
|
<img src="/intranet-tmpl/default/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">
|
|
<img src="/intranet-tmpl/default/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>
|
|
</tr>
|
|
<tr>
|
|
<td> </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="32" hspace="0" vspace="0" border="0"></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">
|
|
<img src="/intranet-tmpl/default/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">
|
|
<img src="/intranet-tmpl/default/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">
|
|
<img src="/intranet-tmpl/default/images/numbers/next.gif" border="0"></a>
|
|
<!-- /TMPL_IF -->
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script language="JavaScript" type="text/javascript">
|
|
|
|
function jumpfull(page)
|
|
{
|
|
window.open(page,'','fullscreen,scrollbars');
|
|
}
|
|
</script>
|
|
<!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
|