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/search.mar... [rel_3_0]


From: Antoine Farnault
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/prog/en/search.mar... [rel_3_0]
Date: Fri, 17 Nov 2006 17:13:25 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         rel_3_0
Changes by:     Antoine Farnault <toins>        06/11/17 17:13:25

Removed files:
        koha-tmpl/intranet-tmpl/prog/en/search.marc: dictionary.tmpl 
                                                     suggest.tmpl 

Log message:
        this directory is now unused.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/search.marc/dictionary.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1.2.1&r2=0
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/prog/en/search.marc/suggest.tmpl?cvsroot=koha&only_with_tag=rel_3_0&r1=1.1&r2=0

Patches:
Index: dictionary.tmpl
===================================================================
RCS file: dictionary.tmpl
diff -N dictionary.tmpl
--- dictionary.tmpl     13 Oct 2006 10:25:55 -0000      1.1.2.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,136 +0,0 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Dictionary Search<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
-
-       <h1>Dictionary Search</h1>
-<form name="f" method="post" action="/cgi-bin/koha/catalogue/dictionary.pl">
-       <input type="hidden" name="op" value="do_search" />
-                               <label for="keyword">Search for keyword(s): 
</label>
-                               <input type="hidden" name="marclist" 
value="<!-- TMPL_VAR Name="marclist" -->" />
-                               <input type="text" name="search" value="<!-- 
TMPL_VAR Name="search" -->" size="35" />
-                               <input type="submit" value="Start search" 
class="submit" />
-                               <input type="hidden" name="type" value="<!-- 
TMPL_VAR Name="type" -->" />
-                               <input type="hidden" name="index" value="<!-- 
TMPL_VAR Name="anindex" ESCAPE="URL" -->" /></form>
-
-<!-- TMPL_IF Name=search -->
-       <!-- TMPL_IF NAME="authresult" -->
-               
-                       <!-- TMPL_IF NAME="displayprev" --> 
-                                       <a href="dictionary.pl?startfrom=<!-- 
TMPL_VAR NAME="startfromprev" -->&amp;marclist=<!-- TMPL_VAR NAME="marclist" 
ESCAPE=URL-->&amp;search=<!-- TMPL_VAR NAME="search" 
ESCAPE=URL-->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" 
-->&amp;type=intranet&amp;op=do_search&amp;index=<!-- TMPL_VAR Name="anindex" 
-->">&lt;&lt;Previous</a>
-                               <!-- /TMPL_IF -->
-                               <!-- TMPL_LOOP NAME="numbers" -->
-                                       <!-- TMPL_IF NAME="highlight" -->
-                                               <!-- TMPL_VAR NAME="number" -->
-                                       <!-- TMPL_ELSE --> 
-                                               <a 
href="dictionary.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" 
-->&amp;marclist=<!-- TMPL_VAR NAME="marclist" ESCAPE=URL -->&amp;search=<!-- 
TMPL_VAR NAME="search" ESCAPE=URL -->&amp;resultsperpage=<!-- TMPL_VAR 
NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;index=<!-- 
TMPL_VAR Name="anindex" -->"><!-- TMPL_VAR NAME="number" --></a>
-                                       <!-- /TMPL_IF -->
-                               <!-- /TMPL_LOOP --> 
-                               <!-- TMPL_IF NAME="displaynext" -->
-                                       <a href="dictionary.pl?startfrom=<!-- 
TMPL_VAR NAME="startfromnext" -->&amp;marclist=<!-- TMPL_VAR NAME="marclist" 
-->&amp;search=<!-- TMPL_VAR NAME="search" -->&amp;resultsperpage=<!-- TMPL_VAR 
NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;index=<!-- 
TMPL_VAR Name="anindex" -->">Next&gt;&gt;</a>
-                               <!-- /TMPL_IF -->
-                       
-                       
-                       <!-- TMPL_IF NAME="nbresults" -->
-                                       Results <!-- TMPL_VAR NAME="from" --> 
to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="nbresults" --> in 
Authorities<!-- TMPL_ELSE -->No results found.
-                       <!-- /TMPL_IF -->
-                       
-               
-               
-                       <table>
-                               <caption>Authority Results</caption>
-                               <tr>
-                                       <th>Summary</th>
-                                       <th>Used in</th>
-                                       <th>Select</th>
-                               </tr>
-                               <!-- TMPL_LOOP NAME="authresult" -->
-                                       <!-- TMPL_IF NAME="even" --><tr 
class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
-                                       <td>
-                                                       <!-- TMPL_VAR 
NAME="summary" -->
-                                               </td>
-                                               <td>
-                                                       <!-- TMPL_VAR 
NAME="used" --> records(s)
-                                               </td>
-                                                       <td>
-                                                       <a  
href="javascript:SelectEntry('<!-- TMPL_VAR NAME="mainentry" ESCAPE="URL" 
-->',<!-- TMPL_VAR NAME="anindex" ESCAPE="URL"  -->,0)">Select</a> | 
-                                                       <a  
href="javascript:SelectEntry('<!-- TMPL_VAR NAME="mainentry" ESCAPE="URL" 
-->',<!-- TMPL_VAR NAME="anindex" ESCAPE="URL"  -->,1)">Sel. &amp; close</a>
-                                               </td>
-                                       </tr>
-                               <!-- /TMPL_LOOP -->
-                       </table>
-               
-               <!-- TMPL_ELSE -->
-                       <h3>No results in Authorities</h3>
-       <!-- /TMPL_IF -->
-               
-               
-       <!-- TMPL_IF Name="catresult" -->
-       <h2>Catalog Results</h2>
-                       
-                       <!-- TMPL_IF NAME="total" -->
-                                       Results <!-- TMPL_VAR NAME="from" --> 
to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" --> in the 
Catalog<!-- TMPL_ELSE -->No results found.
-                       <!-- /TMPL_IF -->
-               
-                       <table>
-                               <tr>
-                                       <th>Summary</th>
-                                       <th>Used in</th>
-                                       <th>Select</th>
-                               </tr>
-                               <!-- TMPL_LOOP NAME="catresult" -->
-                               <!-- TMPL_IF NAME="even" --><tr 
class="highlight"><!-- TMPL_ELSE --><tr><!-- /TMPL_IF -->
-                               <td>
-                                       <!-- TMPL_IF name="MARC_ON" -->
-                                                                       <!-- 
TMPL_VAR NAME="value" -->
-                                                               <!-- TMPL_ELSE 
-->
-                                                                       <!-- 
TMPL_VAR NAME="value" -->
-                                                               <!-- /TMPL_IF 
-->
-                                       </td>
-                                       <td>
-                                               <!-- TMPL_VAR NAME="count" --> 
records(s)
-                                       </td>
-                                       <td>
-                                                       <a  
href="javascript:SelectEntry('<!-- TMPL_VAR NAME="value" ESCAPE="URL" -->',<!-- 
TMPL_VAR NAME="anindex" ESCAPE="URL"  -->,0)">Select</a> | 
-                                                       <a  
href="javascript:SelectEntry('<!-- TMPL_VAR NAME="value" ESCAPE="URL" -->',<!-- 
TMPL_VAR NAME="anindex" ESCAPE="URL"  -->,1)">Sel. &amp; close</a>
-                                       </td>
-                               </tr>
-                               <!-- /TMPL_LOOP -->
-                       </table>
-               
-                       <!-- TMPL_IF NAME="displayprev" --> 
-                                       <a href="dictionary.pl?startfrom=<!-- 
TMPL_VAR NAME="startfromprev" -->&amp;marclist=<!-- TMPL_VAR NAME="marclist" 
ESCAPE=URL-->&amp;search=<!-- TMPL_VAR NAME="search" 
ESCAPE=URL-->&amp;resultsperpage=<!-- TMPL_VAR NAME="resultsperpage" 
-->&amp;type=intranet&amp;op=do_search&amp;index=<!-- TMPL_VAR Name="anindex" 
-->">&lt;&lt;Previous</a>
-                               <!-- /TMPL_IF -->
-                               <!-- TMPL_LOOP NAME="numbers" -->
-                                       <!-- TMPL_IF NAME="highlight" -->
-                                               <!-- TMPL_VAR NAME="number" -->
-                                       <!-- TMPL_ELSE --> 
-                                               <a 
href="dictionary.pl?startfrom=<!-- TMPL_VAR NAME="startfrom" 
-->&amp;marclist=<!-- TMPL_VAR NAME="marclist" ESCAPE=URL -->&amp;search=<!-- 
TMPL_VAR NAME="search" ESCAPE=URL -->&amp;resultsperpage=<!-- TMPL_VAR 
NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;index=<!-- 
TMPL_VAR Name="anindex" -->"><!-- TMPL_VAR NAME="number" --></a>
-                                       <!-- /TMPL_IF -->
-                               <!-- /TMPL_LOOP --> 
-                               <!-- TMPL_IF NAME="displaynext" -->
-                                       <a href="dictionary.pl?startfrom=<!-- 
TMPL_VAR NAME="startfromnext" -->&amp;marclist=<!-- TMPL_VAR NAME="marclist" 
-->&amp;search=<!-- TMPL_VAR NAME="search" -->&amp;resultsperpage=<!-- TMPL_VAR 
NAME="resultsperpage" -->&amp;type=intranet&amp;op=do_search&amp;index=<!-- 
TMPL_VAR Name="anindex" -->">Next&gt;&gt;</a>
-                               <!-- /TMPL_IF -->
-
-                       
-                       <!-- TMPL_IF NAME="total" -->
-                                       Results <!-- TMPL_VAR NAME="from" --> 
to <!-- TMPL_VAR NAME="to" --> of <!-- TMPL_VAR NAME="total" --> in the 
Catalog<!-- TMPL_ELSE -->No results found.
-                       <!-- /TMPL_IF -->
-                       
-               
-       <!-- /TMPL_IF -->
-       <script language="JavaScript" type="text/javascript">
-       function SelectEntry(myentry, myindex, wclose){
-               if (opener.document.f.value[myindex].value!=""){ 
-                       
opener.document.f.value[myindex].value=opener.document.f.value[myindex].value+" 
"+myentry
-               } else {
-                       opener.document.f.value[myindex].value=myentry
-               }
-               if (wclose == 1) {
-       //      alert("closing")
-                       self.close();
-               }
-       }
-       </script>
-       
-<!-- /TMPL_IF -->
-
-</body>
-</html>

Index: suggest.tmpl
===================================================================
RCS file: suggest.tmpl
diff -N suggest.tmpl
--- suggest.tmpl        19 Jul 2005 20:44:20 -0000      1.1
+++ /dev/null   1 Jan 1970 00:00:00 -0000
@@ -1,37 +0,0 @@
-<!-- TMPL_INCLUDE NAME="doc-head-open.inc" -->Koha -- Suggestions<!-- 
TMPL_INCLUDE NAME="doc-head-close.inc" -->
-
-               <table>
-               <caption>Catalog Search</caption>
-                       <tr>
-                               <th>Initial word</th>
-                               <th>Suggested</th>
-                               <th>Used X times</th>
-                       </tr>
-               <!-- TMPL_LOOP NAME="loop" -->
-                       <tr>
-                               <td><!-- TMPL_VAR NAME="word" --></td>
-                               <td><a href="javascript:Import('<!-- TMPL_VAR 
NAME="word" -->','<!-- TMPL_VAR NAME="suggestion" -->')">
-                                               <!-- TMPL_VAR NAME="suggestion" 
-->
-                                       </a></td>
-                               <td><!-- TMPL_VAR NAME="count" --></td>
-                       </tr>
-               <!-- /TMPL_LOOP -->
-               </table>
-
-<script language="javascript" type="text/javascript">
-       function Import(Replaced,ReplaceBy) {
-               for (i=0 ; i<opener.document.f.value.length ; i++) {
-                               opener.document.forms['f'].value[i].value = 
opener.document.forms['f'].value[i].value.replace(Replaced,ReplaceBy);
-//                     if (document.forms[0].kohafield[i].value == 
"biblioitems.isbn" && document.forms[0].field_value[i].value.length>0) {
-//                             strQuery += 
"&isbn="+document.forms[0].field_value[i].value;
-//                     }
-//                     opener.document.location= 
"../acqui.simple/addbiblio.pl?z3950=1&oldbiblionumber=<!-- TMPL_VAR 
NAME="oldbiblionumber" -->&breedingid="+GetThisOne;
-//                     self.close();
-//                     return false;
-               }
-       }
-</script>
-
-<!-- TMPL_INCLUDE NAME="intranet-bottom.inc" -->
-
-




reply via email to

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