koha-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/authoritie...


From: Henri-Damien LAURENT
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/authoritie...
Date: Fri, 06 Apr 2007 14:47:13 +0000

CVSROOT:        /cvsroot/koha
Module name:    koha
Changes by:     Henri-Damien LAURENT <hdl>      07/04/06 14:47:13

Removed files:
        koha-tmpl/intranet-tmpl/prog/en/authorities: auth_linker.tmpl 
                                                     blinddetail-linker.tmpl 
                                                     linkresultlist-auth.tmpl 

Log message:
        Deleting link pages.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/authorities/auth_linker.tmpl?cvsroot=koha&r1=1.2&r2=0
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/authorities/blinddetail-linker.tmpl?cvsroot=koha&r1=1.3&r2=0
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/authorities/linkresultlist-auth.tmpl?cvsroot=koha&r1=1.4&r2=0

Patches:
Index: auth_linker.tmpl
===================================================================
RCS file: auth_linker.tmpl
diff -N auth_linker.tmpl
--- auth_linker.tmpl    11 Mar 2007 21:08:12 -0000      1.2
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,59 +0,0 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Authorities</title>
-<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
-
-
-<div id="main">
-
-<h1>Authority search</h1>
-
-<form name="f" method="post">
-       <input type="hidden" name="nonav" value="<!-- TMPL_VAR NAME="nonav" 
-->">
-       <input type="hidden" name="op" value="do_search">
-       <input type="hidden" name="type" value="author">
-       <input type="hidden" name="nbstatements" value="<!-- TMPL_VAR 
NAME="nbstatements" -->">
-       <div id="bloc25">
-               <h2 class="authority">Search on</h2>
-               <p>
-                       
-<label for="authtypecode">Authority type</label></th><td><select 
id="authtypecode" name="authtypecode">
-                       <!-- TMPL_LOOP NAME="authtypesloop" -->
-                               <option value="<!-- TMPL_VAR NAME="value" -->" 
<!-- TMPL_IF name="selected" -->selected<!-- /TMPL_IF -->>
-                                       <!-- TMPL_VAR NAME="authtypetext" -->
-                               </option>
-                       <!-- /TMPL_LOOP -->
-                       </select>
-                       
-               </p>
-               <p>
-                       <label class="label100">Main heading(a)</label><input 
type="text" 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="">
-                       <select name="operator">
-                               <option value="all">All words</option>
-                               <option value="phrase">Phrase</option>
-                       </select>
-                       <input type="hidden" name="index" value="<!-- TMPL_VAR 
NAME="index" -->">
-               </p>
-               <p>
-                       <label class="label100">Sub heading</label><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="">
-                       <select name="operator">
-                               <option value="all">All words</option>
-                               <option value="phrase">Phrase</option>
-                       </select>
-                       <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>
-
-
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
-

Index: blinddetail-linker.tmpl
===================================================================
RCS file: blinddetail-linker.tmpl
diff -N blinddetail-linker.tmpl
--- blinddetail-linker.tmpl     9 Mar 2007 14:47:38 -0000       1.3
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,67 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
-<html>
-<body>
-<script language="JavaScript" type="text/javascript">
-
-function go()
-{
-var index_start = <!-- TMPL_VAR NAME="index" -->;
-var whichfield = opener.opener.document.f.tag[index_start].value;
-i=index_start
-//try to fill authid as linkid to be used for linking authorities
-//opener.opener.document.f.linkid.value="<!-- TMPL_VAR NAME="authid"-->";
-
-// go forward, until reaching the end of the field.
-while (i<=opener.opener.document.f.field_value.length) {
-       
-       <!-- TMPL_LOOP NAME="0XX" -->
-               <!-- TMPL_LOOP NAME="subfield" -->
-                       if (opener.opener.document.f.tag[i].value == 
<!--TMPL_VAR NAME="linkidfield"--> && 
opener.opener.document.f.subfield[i].value == '<!-- TMPL_VAR 
NAME="linkidsubfield" -->') 
-                       {
-                               opener.opener.document.f.field_value[i].value = 
"<!-- TMPL_VAR NAME="authid" -->";
-                       }
-                       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) {
-       
-       <!-- TMPL_LOOP NAME="0XX" -->
-               <!-- TMPL_LOOP NAME="subfield" -->
-                       if (opener.opener.document.f.tag[i].value == 
<!--TMPL_VAR NAME="linkidfield"--> && 
opener.opener.document.f.subfield[i].value == '<!-- TMPL_VAR 
NAME="linkidsubfield" -->') 
-                       {
-                               opener.opener.document.f.field_value[i].value = 
"<!-- TMPL_VAR NAME="authid" -->";
-                       }
-                       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;
-
-
-}
-</script>
-<script language="javascript" type="text/javascript">
-window.onload = go();
-</script>
-</body>
-</html>

Index: linkresultlist-auth.tmpl
===================================================================
RCS file: linkresultlist-auth.tmpl
diff -N linkresultlist-auth.tmpl
--- linkresultlist-auth.tmpl    11 Mar 2007 21:08:12 -0000      1.4
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,95 +0,0 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->
-<title>Koha &rsaquo; Authorities</title>
-<!-- TMPL_INCLUDE NAME="doc-head-close.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" -->&amp;&amp;authtypecode=<!-- TMPL_VAR 
name="authtypecode" -->&and_or=and&operator=any&value=<!-- TMPL_VAR 
NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
-                                               <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" 
-->&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" 
-->&and_or=and&operator=any&value=<!-- TMPL_VAR NAME="resultstring" 
-->&op=do_search&type=intranet&stype=author">
-                                                       <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" -->&amp;&amp;authtypecode=<!-- TMPL_VAR 
name="authtypecode" -->&and_or=and&operator=any&value=<!-- TMPL_VAR 
NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
-                                               <img 
src="/intranet-tmpl/default/images/numbers/next.gif" border="0"></a>
-                               <!-- /TMPL_IF -->
-                       </p>
-                       <p>
-                               <!-- TMPL_IF name="total" -->
-                                       &nbsp;<b>Results <!-- TMPL_VAR 
NAME="from" --> to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" 
--></b><br><br>
-                               <!-- TMPL_ELSE -->
-                                       &nbsp;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>Clear any entry</td>
-                                       <td>&nbsp;</td>
-                                       <td>
-                                               <a 
href="javascript:jumpfull('blinddetail-linker.pl?authid=0&amp;index=<!-- 
TMPL_VAR NAME="index" -->&amp;authtypecode=<!-- TMPL_VAR NAME="authtypecode" 
-->')" 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-linker.pl?authid=<!-- TMPL_VAR 
NAME="authid" -->&amp;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>
-                                                       </tr>
-                               <!-- /TMPL_LOOP -->
-                       </table>
-       
-               </div>
-               <div id="resultnumber">
-                       <p>
-                               <!-- TMPL_IF name="displayprev" -->
-                                       <a href="auth_finder.pl?startfrom=<!-- 
TMPL_VAR NAME="startfromprev" -->&amp;&amp;authtypecode=<!-- TMPL_VAR 
name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR 
NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
-                                               <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" 
-->&amp;authtypecode=<!-- TMPL_VAR name="authtypecode" 
-->&and_or=and&operator=contains&value=<!-- TMPL_VAR NAME="resultstring" 
-->&op=do_search&type=intranet&stype=author">
-                                                       <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" -->&amp;&amp;authtypecode=<!-- TMPL_VAR 
name="authtypecode" -->&and_or=and&operator=contains&value=<!-- TMPL_VAR 
NAME="resultstring" -->&op=do_search&type=intranet&stype=author">
-                                               <img 
src="/intranet-tmpl/default/images/numbers/next.gif" border="0"></a>
-                               <!-- /TMPL_IF -->
-                       </p>
-               </div>  
-               <a href="auth_linker.pl?index=<!-- TMPL_VAR NAME="index" 
-->">Search again</a>
-       </div>
-</div>
-
-<script language="JavaScript" type="text/javascript">
-
-function jumpfull(page)
-{      
-       window.open(page,'','');
-}
-</script>
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->




reply via email to

[Prev in Thread] Current Thread [Next in Thread]