9539d449b2
Thanks to Friedrich
113 lines
5.1 KiB
Cheetah
113 lines
5.1 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="plugin_launcher.pl">
|
|
<input type="hidden" name="plugin_name" value="unimarc_field_210c.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">Suche nach</h2>
|
|
<p>
|
|
<label class="label100">Authority type</label>
|
|
EDITORS
|
|
</p>
|
|
<p>
|
|
<label class="label100">Search value</label><input type="text" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
|
|
<input type="hidden" name="authtypecode" value="EDITORS">
|
|
<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="Suche starten" 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=EDITORS&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index" -->">
|
|
<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=EDITORS&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index" -->">
|
|
<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=EDITORS&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" -->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index" -->">
|
|
<img src="/intranet-tmpl/default/images/numbers/next.gif" border="0"></a>
|
|
<!-- /TMPL_IF -->
|
|
</p>
|
|
<p>
|
|
<!-- TMPL_IF name="total" -->
|
|
<b>Treffer <i><!-- TMPL_VAR NAME="from" --></i> von <i><!-- TMPL_VAR NAME="to" --></i></b><br><br>
|
|
<!-- TMPL_ELSE -->
|
|
Keine Ergebnisse gefunden.<br>
|
|
<!-- /TMPL_IF -->
|
|
</p>
|
|
</div>
|
|
<div id="resultlist">
|
|
<table>
|
|
<tr>
|
|
<th class="authority">Zusammenfassung</th>
|
|
<th class="authority">Used</th>
|
|
<th class="authority">Get It!</th>
|
|
</tr>
|
|
<!-- TMPL_LOOP NAME="result" -->
|
|
<tr>
|
|
<td><!-- TMPL_VAR NAME="summary" --></td>
|
|
<td><!-- TMPL_VAR NAME="used" --> times</td>
|
|
<td>
|
|
<a href='javascript:report(<!-- TMPL_VAR NAME="index" -->,"<!-- TMPL_VAR name="summary" -->")'><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=EDITORS&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=EDITORS&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=EDITORS&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 report(index,summary)
|
|
{
|
|
var regexp= /(\d* \/ *)(.*)/;
|
|
var result=summary.match(regexp);
|
|
opener.document.f.field_value[index].value=result[2];
|
|
self.close();
|
|
}
|
|
</script>
|
|
<!-- TMPL_INCLUDE NAME="popup-bottom.inc" -->
|