[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/z3950 searc... [dev_week]
From: |
Tumer Garip |
Subject: |
[Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/z3950 searc... [dev_week] |
Date: |
Fri, 03 Nov 2006 00:33:04 +0000 |
CVSROOT: /sources/koha
Module name: koha
Branch: dev_week
Changes by: Tumer Garip <tgarip1957> 06/11/03 00:33:04
Modified files:
koha-tmpl/intranet-tmpl/npl/en/z3950: searchresult.tmpl
Log message:
The new template for the new Z3950 client
CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/koha/koha-tmpl/intranet-tmpl/npl/en/z3950/searchresult.tmpl?cvsroot=koha&only_with_tag=dev_week&r1=1.2.2.2.2.2&r2=1.2.2.2.2.3
Patches:
Index: searchresult.tmpl
===================================================================
RCS file:
/sources/koha/koha/koha-tmpl/intranet-tmpl/npl/en/z3950/Attic/searchresult.tmpl,v
retrieving revision 1.2.2.2.2.2
retrieving revision 1.2.2.2.2.3
diff -u -b -r1.2.2.2.2.2 -r1.2.2.2.2.3
--- searchresult.tmpl 3 Oct 2006 14:39:40 -0000 1.2.2.2.2.2
+++ searchresult.tmpl 3 Nov 2006 00:33:04 -0000 1.2.2.2.2.3
@@ -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> </th>
<th> </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
+
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] koha/koha-tmpl/intranet-tmpl/npl/en/z3950 searc... [dev_week],
Tumer Garip <=