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/ccfls/en/z3950 sea... [dev_week]


From: Kyle Hall
Subject: [Koha-cvs] koha/koha-tmpl/intranet-tmpl/ccfls/en/z3950 sea... [dev_week]
Date: Fri, 05 Jan 2007 13:56:28 +0000

CVSROOT:        /sources/koha
Module name:    koha
Branch:         dev_week
Changes by:     Kyle Hall <kylemhall>   07/01/05 13:56:28

Modified files:
        koha-tmpl/intranet-tmpl/ccfls/en/z3950: searchresult.tmpl 

Log message:
        

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/ccfls/en/z3950/searchresult.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.1.2.1.2.1&r2=1.1.2.1.2.2

Patches:
Index: searchresult.tmpl
===================================================================
RCS file: 
/sources/koha/koha/koha-tmpl/intranet-tmpl/ccfls/en/z3950/Attic/searchresult.tmpl,v
retrieving revision 1.1.2.1.2.1
retrieving revision 1.1.2.1.2.2
diff -u -b -r1.1.2.1.2.1 -r1.1.2.1.2.2
--- searchresult.tmpl   30 Nov 2006 15:56:27 -0000      1.1.2.1.2.1
+++ searchresult.tmpl   5 Jan 2007 13:56:28 -0000       1.1.2.1.2.2
@@ -3,11 +3,8 @@
 <html xmlns="http://www.w3.org/1999/xhtml";>
 <head>
 <title>Z39.50 Search Results</title>
-       <!-- TMPL_IF NAME="refresh" -->
-               <meta http-equiv="refresh" content="2; url=<!-- TMPL_VAR 
NAME="refresh" -->" />
-       <!-- /TMPL_IF -->
        <!-- TMPL_IF NAME="TemplateEncoding" --><meta http-equiv="Content-Type" 
content="text/html; charset=<!-- TMPL_VAR NAME="TemplateEncoding" -->"><!-- 
TMPL_ELSE --><meta http-equiv="Content-Type" content="text/html; 
charset=utf-8"><!-- /TMPL_IF -->
-<link rel="shortcut icon" href="<!-- TMPL_VAR NAME='themelang' 
-->/includes/favicon.ico" type="image/x-icon" />
+<link rel="shortcut icon" href="/intranet-tmpl/npl/en/includes/favicon.ico" 
type="image/x-icon" />
 <style type="text/css"> 
        <!-- TMPL_IF NAME="intranetstylesheet" -->@import url(<!-- TMPL_VAR 
NAME='themelang' -->/includes/<!-- TMPL_VAR NAME="intranetstylesheet" -->);<!-- 
TMPL_ELSE -->@import url(<!-- TMPL_VAR NAME='themelang' 
-->/includes/intranet.css);<!-- /TMPL_IF -->
        <!-- TMPL_IF NAME="intranetcolorstylesheet" -->@import url(<!-- 
TMPL_VAR NAME='themelang' -->/includes/<!-- TMPL_VAR 
NAME="intranetcolorstylesheet" -->);<!-- /TMPL_IF -->
@@ -15,40 +12,70 @@
 </head>
 
 <body>
-
 <div id="main-compact">
-       <h2>Z3950 Search Results</h2>
-       <!-- TMPL_IF NAME="numberpending" --><h3>Still <!-- TMPL_VAR 
NAME="numberpending" --> requests to go</h3><!-- /TMPL_IF -->
-       <!-- TMPL_IF NAME="breeding_loop" -->
-               <table>
+<table>
+<!-- TMPL_IF name="opsearch" -->
+<h3>Select Search Libraries</h3>
+
+
+<form method="post" action="search.pl" name="f">
+
+<input type="hidden" name="op" id="op" value="do_search" />
+<input type="hidden" name="title" value=<!-- TMPL_VAR NAME="title" --> />
+<input type="hidden" name="author" value=<!-- TMPL_VAR NAME="author" --> />
+<input type="hidden" name="isbn" value=<!-- TMPL_VAR NAME="isbn" --> />
+<input type="hidden" name="issn" value=<!-- TMPL_VAR NAME="issn" --> />
+<input type="hidden" name="oldbiblionumber" value="<!-- TMPL_VAR 
NAME="oldbiblionumber" -->" />
+
+<tr>
+               <th>Library</th>
+               <th>Select</th>
+</tr>
+<!-- TMPL_LOOP name="serverloop" -->
+               <tr bgcolor="<!-- TMPL_VAR NAME="toggle" -->">
+                       <td><!-- TMPL_VAR NAME="server" --></td>
+                       
+                       <td> <input type="checkbox" name="id" value=<!-- 
TMPL_VAR NAME="id" --> <!-- TMPL_IF name="checked" -->checked="1"<!-- /TMPL_IF 
--> ></td>
+       </tr>
+       <!-- /TMPL_LOOP -->
+       <tr><td><input type="submit"  class="submit" value="Search internet" 
onclick="cursor :'wait'";
+        /></td></tr></form>
+<!-- TMPL_ELSE -->
+
+<caption>Bibliographic Records Found in <!-- TMPL_VAR NAME="server" 
--></caption>
                        <tr>
                                <th>Title</th>
                                <th>Author</th>
                                <th>ISBN</th>
-                               <th>coming from</th>
+               <th>&nbsp;</th>
                                <th>&nbsp;</th>
                        </tr>
-                               <!-- TMPL_LOOP NAME="breeding_loop" -->
-                                       <!-- TMPL_IF NAME="toggle" --><tr><!-- 
TMPL_ELSE --><tr class="highlight"><!-- /TMPL_IF -->
-                                               <td><!-- TMPL_VAR NAME="title" 
--></td>
+       <!-- TMPL_IF name="breeding_loop" -->
+       <!-- TMPL_LOOP name="breeding_loop" --> 
+               <tr bgcolor="<!-- TMPL_VAR NAME="toggle" -->">
+                       <td><!-- TMPL_VAR NAME="title" --></a>
                                                <td><!-- TMPL_VAR NAME="author" 
--></td>
                                                <td><!-- TMPL_VAR NAME="isbn" 
--></td>
-                                               <td><!-- TMPL_VAR NAME="file" 
--></td>
-                                               <td><a href="#" 
onclick="Import(<!-- TMPL_VAR NAME="id" -->); return false;">Import this 
biblio</a></td>
+                       <td><a href="javascript:Import(<!-- TMPL_VAR NAME="id" 
-->,<!-- TMPL_VAR NAME="oldbiblionumber" -->)">Import</a></td> 
+               
                                        </tr>
                                <!-- /TMPL_LOOP -->
-               </table>
        <!-- TMPL_ELSE -->
-                               <p>Nothing found</p>
+               <tr><td colspan="6">Nothing found</td></tr>
        <!-- /TMPL_IF -->
+</table>
+<!-- /TMPL_IF -->
        
-       <script language="javascript" type="text/javascript">
-               function Import(GetThisOne) {
-                       opener.document.location= 
"../acqui.simple/addbiblio.pl?z3950=1&oldbiblionumber=<!-- TMPL_VAR 
NAME="oldbiblionumber" -->&breedingid="+GetThisOne;
+</div>
+<!-- TMPL_IF name="numberpending" --><h3 align="center">Still <!-- TMPL_VAR 
NAME="numberpending" --> servers to search</h3><!-- /TMPL_IF -->
+<script language="JavaScript" type="text/javascript">
+       function Import(GetThisOne,biblionumber) {
+               opener.document.location= 
"../acqui.simple/addbiblio.pl?oldbiblionumber="+biblionumber+"&z3950=1&breedingid="+GetThisOne;
                        self.close();
                        return false;
                }
-       </script>
+</script>
 </div>
 </body>
 </html>
\ No newline at end of file
+




reply via email to

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