[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/npl/en/z3950 searchresult.tmpl,1.2,1.3

Owen Leonard oleonard at users.sourceforge.net
Mon May 2 22:09:21 CEST 2005


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>&nbsp;</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>&nbsp;</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





More information about the Koha-cvs mailing list