[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.3 |
Date: |
Mon, 02 May 2005 13:09:21 -0700 |
Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/z3950
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv28636/koha-tmpl/intranet-tmpl/npl/en/z3950
Modified Files:
searchresult.tmpl
Log Message:
Synching with rel_2_2.
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.3
diff -C2 -r1.2 -r1.3
*** searchresult.tmpl 21 Oct 2004 16:48:00 -0000 1.2
--- searchresult.tmpl 2 May 2005 20:09:19 -0000 1.3
***************
*** 1,16 ****
! <!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>
--- 1,21 ----
! <!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>
***************
*** 21,28 ****
<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>
--- 26,32 ----
<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>
***************
*** 31,40 ****
</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;
--- 35,44 ----
</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;
***************
*** 43,47 ****
}
</script>
! <!-- TMPL_INCLUDE name="acquisitions-bottom.inc" -->
</body>
</html>
\ No newline at end of file
--- 47,51 ----
}
</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.3,
Owen Leonard <=
- Prev by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports acquisitions_stats.tmpl,1.1,1.2 bor_issues_top.tmpl,1.1,1.2 borrowers_out.tmpl,1.1,1.2 cat_issues_top.tmpl,1.1,1.2 catalogue_out.tmpl,1.1,1.2 issues_avg_stats.tmpl,1.1,1.2 issues_stats.tmpl,1.1,1.2 borrowers_stats.tmpl,1.2,1.3 catalogue_stats.tmpl,1.1,1.2 inventory.tmpl,1.1,1.2 issues_by_borrower_category.tmpl,1.2,1.3 itemtypes.tmpl,1.2,1.3 reports-home.tmpl,1.6,1.7
- Next by Date:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes/calendar cal.gif,1.1,1.2 calendar-en.js,1.1,1.2 calendar-setup.js,1.1,1.2 calendar-system.css,1.1,1.2 calendar.js,1.1,1.2
- Previous by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/reports acquisitions_stats.tmpl,1.1,1.2 bor_issues_top.tmpl,1.1,1.2 borrowers_out.tmpl,1.1,1.2 cat_issues_top.tmpl,1.1,1.2 catalogue_out.tmpl,1.1,1.2 issues_avg_stats.tmpl,1.1,1.2 issues_stats.tmpl,1.1,1.2 borrowers_stats.tmpl,1.2,1.3 catalogue_stats.tmpl,1.1,1.2 inventory.tmpl,1.1,1.2 issues_by_borrower_category.tmpl,1.2,1.3 itemtypes.tmpl,1.2,1.3 reports-home.tmpl,1.6,1.7
- Next by thread:
[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/includes/calendar cal.gif,1.1,1.2 calendar-en.js,1.1,1.2 calendar-setup.js,1.1,1.2 calendar-system.css,1.1,1.2 calendar.js,1.1,1.2
- Index(es):