[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/z3950 searchresult.t
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/z3950 searchresult.tmpl,1.2,1.2.2.1 |
Date: |
Mon, 25 Apr 2005 15:03:48 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/z3950
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19397/koha-tmpl/intranet-tmpl/npl/en/z3950
Modified Files:
Tag: rel_2_2
searchresult.tmpl
Log Message:
Synching with default template (previous version had call for missing include
file)
Index: searchresult.tmpl
===================================================================
RCS file:
/cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/z3950/searchresult.tmpl,v
retrieving revision 1.2
retrieving revision 1.2.2.1
diff -C2 -r1.2 -r1.2.2.1
*** searchresult.tmpl 21 Oct 2004 16:48:00 -0000 1.2
--- searchresult.tmpl 25 Apr 2005 22:03:46 -0000 1.2.2.1
***************
*** 1,47 ****
! <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
! <html>
<head>
<title>Z39.50 Search Results</title>
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
! <!-- TMPL_IF name="refresh" -->
! <meta http-equiv="refresh" content="2; url=<!-- TMPL_VAR NAME="refresh"
-->">
! <!-- /TMPL_IF -->
! </title>
</head>
<body>
! <h3>Z3950 Search Results</h3>
! <table>
! <caption>Bibliographic Records Found</caption>
! <tr>
! <th>Title</th>
! <th>Author</th>
! <th>ISBN</th>
! <th>coming from</th>
! <th> </th>
! <th> </th>
! </tr>
! <!-- 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="javascript:Import(<!-- TMPL_VAR NAME="id"
-->)">Import this biblio</a></td>
! </tr>
! <!-- /TMPL_LOOP -->
<!-- TMPL_ELSE -->
! <tr><td colspan="6">Nothing found</td></tr>
<!-- /TMPL_IF -->
! </table>
! <!-- TMPL_IF name="numberpending" --><h3 align="center">Still <!-- TMPL_VAR
NAME="numberpending" --> requests to go</h3><!-- /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;
! self.close();
! return false;
! }
! </script>
! <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->
</body>
</html>
\ No newline at end of file
--- 1,52 ----
! <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
! "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
! <html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Z39.50 Search Results</title>
! <meta http-equiv="refresh" content="2; url=<!-- TMPL_VAR NAME="refresh" -->"
/>
! <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
! <link rel="shortcut icon" href="/intranet-tmpl/npl/en/includes/favicon.ico"
type="image/x-icon" />
! <style type="text/css">
! @import url(/intranet-tmpl/npl/en/includes/intranet.css);
! </style>
</head>
+
<body>
!
! <div id="main-compact">
! <h2>Z3950 Search Results</h2>
!
! <!-- TMPL_IF NAME="breeding_loop" -->
! <table>
! <tr>
! <th>Title</th>
! <th>Author</th>
! <th>ISBN</th>
! <th>coming from</th>
! <th> </th>
! <th> </th>
! </tr>
! <!-- TMPL_LOOP NAME="breeding_loop" -->
! <tr bgcolor="<!-- TMPL_VAR
NAME="toggle" -->">
! <td><!-- TMPL_VAR NAME="title"
--></td>
! <td><!-- TMPL_VAR NAME="author"
--></td>
! <td><!-- TMPL_VAR NAME="isbn"
--></td>
! <td><!-- TMPL_VAR NAME="file"
--></td>
! <td><a
href="javascript:Import(<!-- TMPL_VAR NAME="id" -->)">Import this
biblio</a></td>
! </tr>
! <!-- /TMPL_LOOP -->
! </table>
<!-- TMPL_ELSE -->
! <p>Nothing found</p>
<!-- /TMPL_IF -->
! <!-- TMPL_IF NAME="numberpending" --><h1>Still <!-- TMPL_VAR
NAME="numberpending" --> requests to go</h1><!-- /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;
! self.close();
! return false;
! }
! </script>
! </div>
</body>
</html>
\ No newline at end of file
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/z3950 searchresult.tmpl,1.2,1.2.2.1,
Owen Leonard <=