[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/z3950 searchresult.tmpl,1.4,1.4.2.1

Paul POULAIN tipaul at users.sourceforge.net
Wed Mar 30 11:54:22 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/z3950
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv25705/koha-tmpl/intranet-tmpl/default/en/z3950

Modified Files:
      Tag: rel_2_2
	searchresult.tmpl 
Log Message:
using catalogue css

Index: searchresult.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/z3950/searchresult.tmpl,v
retrieving revision 1.4
retrieving revision 1.4.2.1
diff -C2 -r1.4 -r1.4.2.1
*** searchresult.tmpl	19 Jul 2004 21:39:18 -0000	1.4
--- searchresult.tmpl	30 Mar 2005 09:54:20 -0000	1.4.2.1
***************
*** 1,45 ****
  <HTML>
! <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 -->
! <font size="6"><em>Z3950 Search Results</em></font><br />
! 
! <table width="80%" cellpadding="3">
! 	<tr valign="center">
! 	<td><font size="4">Biblios found</font></td>
! 	</tr>
! </table>
! <table border="0" cellspacing="0" cellpadding="5" width="80%">
! 	<tr valign="top" bgcolor="#ffcc00">
! 		<td><b>Title</b></td>
! 		<td><b>Author</b></td>
! 		<td><b>ISBN</b></td>
! 		<td><b>coming from</b></td>
! 		<td><b>&nbsp;</b></td>
! 		<td>&nbsp;</td>
! 	</tr>
  	<!-- TMPL_IF NAME="breeding_loop" -->
! 	<!-- TMPL_LOOP NAME="breeding_loop" -->
! 		<tr valign="top" 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" --><h1><center>Still <!-- TMPL_VAR NAME="numberpending" --> requests to go</center></h1><!-- /TMPL_IF -->
! <br />
! <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" -->
--- 1,58 ----
  <HTML>
! <head>
! 	<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 -->
! 	<link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/common-style.css">
! 	<style type="text/css">
! 	.catalogue {
! 		background-color:#ad11ad;
! 		color:#FFFFFF;
! 		background-image:none;
! 		text-decoration: normal;
! 		}
! 	a.catalogue:hover {
! 		background-color: #ad11ad;
! 		color: #FFFFFF;
! 		text-decoration: none;
! 		}
! 	</style>
! </head>
! <body>
! <div id="mainbloc">
! 	<h2 class="catalogue">Z3950 Search Results</h2>
! 	
  	<!-- TMPL_IF NAME="breeding_loop" -->
! 		<table>
! 			<tr>
! 				<th class="catalogue">Title</th>
! 				<th class="catalogue">Author</th>
! 				<th class="catalogue">ISBN</th>
! 				<th class="catalogue">coming from</th>
! 				<th class="catalogue">&nbsp;</th>
! 				<th class="catalogue">&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>
! 						<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 class="catalogue">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>
  <!-- TMPL_INCLUDE NAME="acquisitions-bottom.inc" -->





More information about the Koha-cvs mailing list