[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/authorities... [rel_2_2]
From: |
Owen Leonard |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/authorities... [rel_2_2] |
Date: |
Mon, 31 Jul 2006 16:41:32 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: rel_2_2
Changes by: Owen Leonard <oleonard> 06/07/31 16:41:32
Modified files:
koha-tmpl/intranet-tmpl/npl/en/authorities: auth_finder.tmpl
blinddetail-biblio-search.tmpl
searchresultlist-auth.tmpl
Log message:
Synching with default template: Updated search forms on
auth_finder.tmpl and searchresultlist-auth.tmpl. Significantly updated
javascript on blinddetail-biblio-search.tmpl.
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/auth_finder.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.4&r2=1.1.2.5
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/blinddetail-biblio-search.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.3&r2=1.1.2.4
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/searchresultlist-auth.tmpl?cvsroot=koha&only_with_tag=rel_2_2&r1=1.1.2.6&r2=1.1.2.7
Patches:
Index: auth_finder.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/auth_finder.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -u -b -r1.1.2.4 -r1.1.2.5
--- auth_finder.tmpl 10 Apr 2006 18:18:11 -0000 1.1.2.4
+++ auth_finder.tmpl 31 Jul 2006 16:41:32 -0000 1.1.2.5
@@ -1,47 +1,61 @@
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-<div id="main">
+<div id="main-compact">
<h1>Authority search</h1>
-<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" -->">
-
+<form name="f" action="/cgi-bin/koha/authorities/auth_finder.pl" method="post">
+ <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 class="details">
<h2>Search on</h2>
<p>
- <label>Authority type</label>
+ <label for="authtypecode">Authority type</label>
<!-- TMPL_VAR NAME="authtypecode" -->
- <input type="hidden"
name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
+ <input type="hidden" id="authtypecode"
name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->" />
</p>
<p>
- <label for="mainentry">Main
entry</label><select name="operator">
+ <label for="mainentryaoperator">Main entry ($a
only)</label>
+ <select name="operator" id="mainentryaoperator">
+ <option value="contains">contains</option>
<option value="start">start
by</option>
+ </select>
+ <input type="text" name="value" value="<!-- TMPL_VAR
NAME="value" -->" />
+ <input type="hidden" name="marclist" value="$a" />
+ <input type="hidden" name="and_or" value="and" />
+ <input type="hidden" name="excluding" value="" />
+ </p>
+ <p>
+ <label for="mainentryoperator">Main entry</label>
+ <select name="operator" id="mainentryoperator">
<option
value="contains">contains</option>
- </select><input type="text"
id="mainentry" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
- <input type="hidden" name="marclist"
value="mainentry">
- <input type="hidden" name="and_or"
value="and">
- <input type="hidden" name="excluding"
value="">
- <input type="hidden" name="index"
value="<!-- TMPL_VAR NAME="index" -->">
- <input type="hidden" name="tagid"
value="<!-- TMPL_VAR NAME="tagid" -->">
+ <option value="start">start by</option>
+ </select>
+ <input type="text" name="value" value="<!-- TMPL_VAR
NAME="value" -->" />
+ <input type="hidden" name="marclist" value="mainentry"
/>
+ <input type="hidden" name="and_or" value="and" />
+ <input type="hidden" name="excluding" value="" />
</p>
<p>
- <label
for="anywhere">Anywhere</label><select name="operator">
+ <label for="anywhereoperator">Anywhere</label>
+ <select name="operator" id="">
<option
value="contains">contains</option>
<option value="start">start
by</option>
- </select><input type="text"
name="value">
- <input type="hidden" id="anywhere"
name="marclist" value="">
- <input type="hidden" name="and_or"
value="and">
- <input type="hidden" name="excluding"
value="">
-
- <input type="hidden" name="index"
value="<!-- TMPL_VAR NAME="index" -->">
- <input type="hidden" name="tagid"
value="<!-- TMPL_VAR NAME="tagid" -->">
+ </select>
+ <input type="text" name="value">
+ <input type="hidden" name="marclist" value="" />
+ <input type="hidden" name="and_or" value="and" />
+ <input type="hidden" name="excluding" value="" />
+ <input type="hidden" name="index" value="<!-- TMPL_VAR
NAME="index" -->" />
+ <input type="hidden" name="tagid" value="<!-- TMPL_VAR
NAME="tagid" -->" />
</p>
+ <p>(add % at the end of your word if you want to use right-truncation
: theor% will find theory & theories)</p>
<p>
<input type="submit" value="Start search"
class="submit" />
</p>
- </form>
+ </div>
+</form>
</div>
<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
Index: blinddetail-biblio-search.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/blinddetail-biblio-search.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -u -b -r1.1.2.3 -r1.1.2.4
--- blinddetail-biblio-search.tmpl 10 Apr 2006 18:18:11 -0000 1.1.2.3
+++ blinddetail-biblio-search.tmpl 31 Jul 2006 16:41:32 -0000 1.1.2.4
@@ -3,45 +3,48 @@
<body>
<script language="JavaScript" type="text/javascript">
-function go() {
- var tagid = '<!-- TMPL_VAR NAME="tagid" -->';
-// alert("I"+tagid);
- var whichtag = opener.opener.document.getElementById(tagid);
- // parses all the fields of this tag (every id)
- whichsubfields=whichtag.getElementsByTagName("div");
- subfieldcode='';
- for(var i=0; i<whichsubfields.length;i++) {
- // get every <input>
- change_value=whichsubfields[i].getElementsByTagName("input");
- for(j=0;j<change_value.length;j++) {
- // if this <input> if the subfield code, store if for
future use !
- if (change_value[j].getAttribute("name") == 'subfield')
{
-
subfieldcode=subfield_value=change_value[j].value;
-// alert("subfieldcode ="+subfieldcode);
- }
- // if this <input> is for field_value => replace it by
the correct value
- if (change_value[j].getAttribute("name") ==
'field_value') {
- // empty any previous value, except if we are
facing a $4 (UNIMARC specific, does not exist in MARC21)
- if (subfieldcode !=4) {
- change_value[j].value ='';
- }
- // if we are on the $9 replace by authid
- if (subfieldcode=='9') {
-// alert("subfield 9 valeur <!--
TMPL_VAR NAME="authid" -->");
- change_value[j].value = "<!-- TMPL_VAR
NAME="authid" -->";
+function go()
+{
+var index_start = <!-- TMPL_VAR NAME="index" -->;
+var whichfield = opener.opener.document.f.tag[index_start].value;
+i=index_start
+// go forward, until reaching the end of the field.
+while (i<opener.opener.document.f.field_value.length) {
+ if (opener.opener.document.f.tag[i].value == whichfield &&
opener.opener.document.f.subfield[i].value == '9') {
+ opener.opener.document.f.field_value[i].value = "<!-- TMPL_VAR
NAME="authid" -->";
}
- // otherwise, build the loop for all subfields
to replace
<!-- TMPL_LOOP NAME="0XX" -->
<!-- TMPL_LOOP NAME="subfield" -->
- if (subfieldcode == '<!--
TMPL_VAR NAME="marc_subfield" -->') {
-// alert("subfield"+subfieldcode+"
valeur <!-- TMPL_VAR NAME="marc_value" -->");
- change_value[j].value =
"<!-- TMPL_VAR NAME="marc_value" -->";
+ if (opener.opener.document.f.tag[i].value == whichfield
&& opener.opener.document.f.subfield[i].value == '<!-- TMPL_VAR
NAME="marc_subfield" -->')
+ {
+ opener.opener.document.f.field_value[i].value =
"<!-- TMPL_VAR NAME="marc_value" -->";
}
<!-- /TMPL_LOOP -->
<!-- /TMPL_LOOP -->
+ if (opener.opener.document.f.tag[i].value != whichfield) {
+ i=opener.opener.document.f.field_value.length;
}
+ i++;
+}
+// go backward until the beginning of the field
+i=index_start
+while (i>=0) {
+ if (opener.opener.document.f.tag[i].value == whichfield &&
opener.opener.document.f.subfield[i].value == '9') {
+ opener.opener.document.f.field_value[i].value = "<!-- TMPL_VAR
NAME="authid">";
}
+ <!-- TMPL_LOOP NAME="0XX" -->
+ <!-- TMPL_LOOP NAME="subfield" -->
+ if (opener.opener.document.f.tag[i].value == whichfield
&& opener.opener.document.f.subfield[i].value == '<!-- TMPL_VAR
NAME="marc_subfield" -->')
+ {
+ opener.opener.document.f.field_value[i].value =
"<!-- TMPL_VAR NAME="marc_value" -->";
}
+ <!-- /TMPL_LOOP -->
+ <!-- /TMPL_LOOP -->
+ if (opener.opener.document.f.tag[i].value != whichfield) {
+ i=0;
+ }
+ i--;
+}
opener.close();
self.close();
return false;
Index: searchresultlist-auth.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/authorities/searchresultlist-auth.tmpl,v
retrieving revision 1.1.2.6
retrieving revision 1.1.2.7
diff -u -b -r1.1.2.6 -r1.1.2.7
--- searchresultlist-auth.tmpl 10 Apr 2006 18:18:11 -0000 1.1.2.6
+++ searchresultlist-auth.tmpl 31 Jul 2006 16:41:32 -0000 1.1.2.7
@@ -1,111 +1,126 @@
<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Authorities
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
<div id="main-compact">
-<div id="details">
<h1>Authority search results</h1>
-
- <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 class="details">
+ <form name="f"
action="/cgi-bin/koha/authorities/auth_finder.pl" method="post">
+ <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 class="details">
<h2>Search on</h2>
<p>
- <label>Authority type</label>
+ <label for="authtypecode">Authority type</label>
<!-- TMPL_VAR NAME="authtypecode" -->
- <input type="hidden"
name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->">
+ <input type="hidden" id="authtypecode"
name="authtypecode" value="<!-- TMPL_VAR NAME="authtypecode" -->" />
</p>
<p>
- <label for="mainentry">Main
entry</label><select name="operator">
+ <label for="mainentryaoperator">Main entry ($a
only)</label>
+ <select name="operator" id="mainentryaoperator">
+ <option value="contains">contains</option>
<option value="start">start
by</option>
+ </select>
+ <input type="text" name="value" value="<!-- TMPL_VAR
NAME="value" -->" />
+ <input type="hidden" name="marclist" value="$a" />
+ <input type="hidden" name="and_or" value="and" />
+ <input type="hidden" name="excluding" value="" />
+ </p>
+ <p>
+ <label for="mainentryoperator">Main entry</label>
+ <select name="operator" id="mainentryoperator">
<option
value="contains">contains</option>
- </select><input type="text"
id="mainentry" name="value" value="<!-- TMPL_VAR name="resultstring" -->">
- <input type="hidden" name="marclist"
value="mainentry">
- <input type="hidden" name="and_or"
value="and">
- <input type="hidden" name="excluding"
value="">
-
- <input type="hidden" name="index"
value="<!-- TMPL_VAR NAME="index" -->">
-<input type="hidden" name="tagid" value="<!-- TMPL_VAR NAME="tagid" -->">
+ <option value="start">start by</option>
+ </select>
+ <input type="text" name="value" value="<!-- TMPL_VAR
NAME="value" -->" />
+ <input type="hidden" name="marclist" value="mainentry"
/>
+ <input type="hidden" name="and_or" value="and" />
+ <input type="hidden" name="excluding" value="" />
</p>
<p>
- <label
for="anywhere">Anywhere</label><select name="operator">
+ <label for="anywhereoperator">Anywhere</label>
+ <select name="operator" id="">
<option
value="contains">contains</option>
<option value="start">start
by</option>
- </select><input type="text"
name="value">
- <input type="hidden" id="anywhere"
name="marclist" value="">
- <input type="hidden" name="and_or"
value="and">
- <input type="hidden" name="excluding"
value="">
-
- <input type="hidden" name="index"
value="<!-- TMPL_VAR NAME="index" -->">
-<input type="hidden" name="tagid" value="<!-- TMPL_VAR NAME="tagid" -->">
+ </select>
+ <input type="text" name="value">
+ <input type="hidden" name="marclist" value="" />
+ <input type="hidden" name="and_or" value="and" />
+ <input type="hidden" name="excluding" value="" />
+ <input type="hidden" name="index" value="<!-- TMPL_VAR
NAME="index" -->" />
+ <input type="hidden" name="tagid" value="<!-- TMPL_VAR
NAME="tagid" -->" />
</p>
+ <p>(add % at the end of your word if you want to use right-truncation
: theor% will find theory & theories)</p>
<p>
<input type="submit" value="Start search"
class="submit" />
</p>
- </form>
</div>
- <div class="details">
- <!-- TMPL_IF NAME="numbers" --><div id="pages">
+</form>
+ </div>
+
+ <div class="results">
+ <p>
<!-- TMPL_IF name="displayprev" -->
- <a href="auth_finder.pl?startfrom=<!--
TMPL_VAR NAME="startfromprev" -->&authtypecode=<!-- TMPL_VAR
name="authtypecode" --><!-- TMPL_LOOP name="searchdata"-->&<!-- TMPL_VAR
name="term" -->=<!-- TMPL_VAR name="val"--><!-- /TMPL_LOOP
-->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index"
-->&tagid=<!-- TMPL_VAR name="tagid" -->"><<</a>
+ <a href="auth_finder.pl?startfrom=<!--
TMPL_VAR NAME="startfromprev" -->&&authtypecode=<!-- TMPL_VAR
name="authtypecode" --><!-- TMPL_LOOP name="searchdata"-->&<!-- TMPL_VAR
name="term" -->=<!-- TMPL_VAR name="val"--><!-- /TMPL_LOOP
-->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index" -->&tagid=<!--
TMPL_VAR name="tagid" -->"><<Prev</a>
<!-- /TMPL_IF -->
<!-- TMPL_LOOP NAME="numbers" -->
- <!-- TMPL_IF name="highlight" --><span
class="current"><!-- TMPL_VAR NAME="number" --></span><!-- TMPL_ELSE -->
- <a
href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfrom"
-->&authtypecode=<!-- TMPL_VAR name="authtypecode" --><!-- TMPL_LOOP
name="searchdata"-->&<!-- TMPL_VAR name="term" -->=<!-- TMPL_VAR
name="val"--><!-- /TMPL_LOOP
-->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index"
-->&tagid=<!-- TMPL_VAR name="tagid" -->"><!-- TMPL_VAR NAME="number"
--></a>
+ <!-- TMPL_IF name="highlight" -->
+ <span class="highlight"><!--
TMPL_VAR NAME="number" --></span>
+ <!-- TMPL_ELSE -->
+ <a
href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfrom"
-->&authtypecode=<!-- TMPL_VAR name="authtypecode" --><!-- TMPL_LOOP
name="searchdata"-->&<!-- TMPL_VAR name="term" -->=<!-- TMPL_VAR
name="val"--><!-- /TMPL_LOOP -->&op=do_search&type=intranet&index=<!-- TMPL_VAR
name="index" -->&tagid=<!-- TMPL_VAR name="tagid" -->"><!-- TMPL_VAR
NAME="number" --></a>
<!-- /TMPL_IF -->
<!-- /TMPL_LOOP -->
<!-- TMPL_IF name="displaynext" -->
- <a href="auth_finder.pl?startfrom=<!--
TMPL_VAR NAME="startfromnext" -->&authtypecode=<!-- TMPL_VAR
name="authtypecode" --><!-- TMPL_LOOP name="searchdata"-->&<!-- TMPL_VAR
name="term" -->=<!-- TMPL_VAR name="val"--><!-- /TMPL_LOOP
-->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index"
-->&tagid=<!-- TMPL_VAR name="tagid" -->">>></a>
+ <a href="auth_finder.pl?startfrom=<!--
TMPL_VAR NAME="startfromnext" -->&&authtypecode=<!-- TMPL_VAR
name="authtypecode" --><!-- TMPL_LOOP name="searchdata"-->&<!-- TMPL_VAR
name="term" -->=<!-- TMPL_VAR name="val"--><!-- /TMPL_LOOP
-->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index" -->&tagid=<!--
TMPL_VAR name="tagid" -->">
+ Next >></a>
<!-- /TMPL_IF -->
-</div><!-- /TMPL_IF -->
-<div id="results">
+ </p>
+ <p>
<!-- TMPL_IF name="total" -->
- <b>Results <!-- TMPL_VAR NAME="from"
--> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" --></b><br>
+ <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>
+ No results found.<br>
<!-- /TMPL_IF -->
+ </p>
</div>
- <div id="searchresults">
+ <div id="resultlist">
<table>
<tr>
<th>Summary</th>
<th>Used</th>
<th>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" -->&tagid=<!-- TMPL_VAR NAME="tagid" -->')"
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=0&index=<!--
TMPL_VAR NAME="index" -->&tagid=<!-- TMPL_VAR NAME="tagid" -->')">Choose</a>
+ <a
href="javascript:jumpfull('blinddetail-biblio-search.pl?authid=<!-- TMPL_VAR
NAME="authid" -->&index=<!-- TMPL_VAR NAME="index" -->&tagid=<!--
TMPL_VAR NAME="tagid" -->')">Choose</a>
</td>
</tr>
<!-- /TMPL_LOOP -->
- <tfoot><tr>
- <td colspan="2"> </td>
- <td>
- <a
href="javascript:jumpfull('blinddetail-biblio-search.pl?authid=0&index=<!--
TMPL_VAR NAME="index" -->')">Clear</a>
- </td>
- </tr></tfoot>
</table>
- </div>
-
- <!-- TMPL_IF NAME="numbers" --><div id="pages">
+ </div>
+ <div class="results">
<!-- TMPL_IF name="displayprev" -->
- <a href="auth_finder.pl?startfrom=<!--
TMPL_VAR NAME="startfromprev" -->&&authtypecode=<!-- TMPL_VAR
name="authtypecode" --><!-- TMPL_LOOP name="searchdata"-->&<!-- TMPL_VAR
name="term" -->=<!-- TMPL_VAR name="val"--><!-- /TMPL_LOOP
-->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index"
-->"><<</a>
+ <a href="auth_finder.pl?startfrom=<!--
TMPL_VAR NAME="startfromprev" -->&<!-- TMPL_LOOP NAME="searchdata" --><!--
TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&<!--
/TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage"
-->&authtypecode=<!-- TMPL_VAR name="authtypecode"
-->&op=do_search&type=intranet"><< Prev</a>
<!-- /TMPL_IF -->
<!-- TMPL_LOOP NAME="numbers" -->
- <!-- TMPL_IF name="highlight" --><span
class="current"><!-- TMPL_VAR NAME="number" --></span><!-- TMPL_ELSE -->
- <a
href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfrom"
-->&authtypecode=<!-- TMPL_VAR name="authtypecode" --><!-- TMPL_LOOP
name="searchdata"-->&<!-- TMPL_VAR name="term" -->=<!-- TMPL_VAR
name="val"--><!-- /TMPL_LOOP
-->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index"
-->"><!-- TMPL_VAR NAME="number" --></a>
+ <!-- TMPL_IF name="highlight" -->
+ <span class="highlight"><!--
TMPL_VAR NAME="number" --></span>
+ <!-- TMPL_ELSE -->
+ <a
href="auth_finder.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" -->&<!--
TMPL_LOOP NAME="searchdata" --><!-- TMPL_VAR NAME="term" -->=<!-- TMPL_VAR
NAME="val" ESCAPE=URL -->&<!-- /TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR
NAME="resultsperpage" -->&authtypecode=<!-- TMPL_VAR name="authtypecode"
-->&op=do_search&type=intranet"><!-- TMPL_VAR NAME="number" --></a>
<!-- /TMPL_IF -->
<!-- /TMPL_LOOP -->
<!-- TMPL_IF name="displaynext" -->
- <a href="auth_finder.pl?startfrom=<!--
TMPL_VAR NAME="startfromnext" -->&&authtypecode=<!-- TMPL_VAR
name="authtypecode" --><!-- TMPL_LOOP name="searchdata"-->&<!-- TMPL_VAR
name="term" -->=<!-- TMPL_VAR name="val"--><!-- /TMPL_LOOP
-->&op=do_search&type=intranet&index=<!-- TMPL_VAR name="index"
-->">>></a>
+ <a href="auth_finder.pl?startfrom=<!--
TMPL_VAR NAME="startfromnext" -->&<!-- TMPL_LOOP NAME="searchdata" --><!--
TMPL_VAR NAME="term" -->=<!-- TMPL_VAR NAME="val" ESCAPE=URL -->&<!--
/TMPL_LOOP -->resultsperpage=<!-- TMPL_VAR NAME="resultsperpage"
-->&authtypecode=<!-- TMPL_VAR name="authtypecode"
-->&op=do_search&type=intranet">Next >></a>
<!-- /TMPL_IF -->
- </div><!-- /TMPL_IF -->
- </div>
</div>
<script language="JavaScript" type="text/javascript">
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/authorities... [rel_2_2],
Owen Leonard <=