[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/default/en opac-detail.tmpl,1.9,1.10

Owen Leonard oleonard at users.sourceforge.net
Tue Nov 18 22:54:45 CET 2003


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en
In directory sc8-pr-cvs1:/tmp/cvs-serv15117/koha-tmpl/opac-tmpl/default/en

Modified Files:
	opac-detail.tmpl 
Log Message:
Fix for Bug 678, along with minor corrections and cleaning up

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/opac-detail.tmpl,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** opac-detail.tmpl	14 Oct 2003 11:37:47 -0000	1.9
--- opac-detail.tmpl	18 Nov 2003 21:54:43 -0000	1.10
***************
*** 2,20 ****
  
  <TMPL_IF NAME="loggedinusername">
!     <p align=left>Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href=/cgi-bin/koha/opac-user.pl>Members Home</a>][<a href=/cgi-bin/koha/opac-main.pl?logout.x=1>Log Out</a>]</p>
  <TMPL_ELSE>
!     <p align=left><a href=/cgi-bin/koha/opac-user.pl>Log In</a> to Koha</p>
  </TMPL_IF>
  
  <TMPL_UNLESS NAME="norequests">
! <p align=right><a href=/cgi-bin/koha/opac-reserve.pl?bib=<TMPL_VAR NAME="biblionumber" ESCAPE=URL>>Request</a></p>
  </TMPL_UNLESS>
  
  <TMPL_LOOP NAME="BIBLIO_RESULTS">
! <font SIZE=6><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
! <TMPL_VAR NAME="class"></em></font><p>
! <!-- FIXME - "callpadding" should be "cellpadding", right? -->
! <table cellspacing="0" callpadding="5" border="1" align="left" width="220">
! 	<!-----------------BIBLIO RECORD TABLE--------->
  	<tr valign="top">
  		<td bgcolor="#99cccc">
--- 2,20 ----
  
  <TMPL_IF NAME="loggedinusername">
!     <p align="left">Logged in as: <TMPL_VAR NAME="loggedinuser"> [<a href="/cgi-bin/koha/opac-user.pl">Members Home</a>][<a href="/cgi-bin/koha/opac-main.pl?logout.x=1">Log Out</a>]</p>
  <TMPL_ELSE>
!     <p align="left"><a href="/cgi-bin/koha/opac-user.pl">Log In</a> to Koha</p>
  </TMPL_IF>
  
  <TMPL_UNLESS NAME="norequests">
! <p align="right"><a href="/cgi-bin/koha/opac-reserve.pl?bib=<TMPL_VAR NAME="biblionumber" ESCAPE=URL>">Request</a></p>
  </TMPL_UNLESS>
  
  <TMPL_LOOP NAME="BIBLIO_RESULTS">
! <p><font size="6"><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
! <TMPL_VAR NAME="class"></em></font></p>
! 
! <table cellspacing="0" cellpadding="5" border="1" align="left" width="220">
! 	<!-- BIBLIO RECORD TABLE -->
  	<tr valign="top">
  		<td bgcolor="#99cccc">
***************
*** 25,45 ****
  	<tr valign="top">
  		<td>
! 			<FONT SIZE=2  face="arial, helvetica">
  				<TMPL_IF name="subtitle"><b>Subtitle:</b></TMPL_IF> <TMPL_VAR NAME="subtitle">
! 				<TMPL_IF name="author"><b>Author:</b> <a href=/cgi-bin/koha/search.pl?author=<TMPL_VAR NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a></TMPL_IF><br>
  				<TMPL_IF name="additional"><b>Additional Author:</b><TMPL_VAR NAME="additional"><br></TMPL_IF>
  				<TMPL_IF name="publishercode"><b>Published by :</b></TMPL_IF> <TMPL_VAR NAME="publishercode">
  				<TMPL_IF name="publicationyear"><b>in </b></TMPL_IF><TMPL_VAR NAME="publicationyear">
  				<TMPL_IF name="pages">, </TMPL_IF><TMPL_VAR name="pages">
! 				<TMPL_IF name="size">, </TMPL_IF><TMPL_VAR name="size"><br/>
! 				<TMPL_IF name="collection"><b>Collection:</b></TMPL_IF> <TMPL_VAR NAME="seriestitle"><br/>
! 				<TMPL_IF name="subject"><b>Subject:</b></TMPL_IF> <TMPL_VAR NAME="subject"><br/>
! 				<TMPL_IF name="copyrightdate"><b>Year :</b></TMPL_IF> <TMPL_VAR NAME="copyrightdate"><br/>
! 				<TMPL_IF name="notes"><b>Notes:</b></TMPL_IF> <TMPL_VAR NAME="notes"><br/>
! 				<TMPL_IF name="unititle"><b>Unititle:</b></TMPL_IF> <TMPL_VAR NAME="unititle"><br/>
! 				<TMPL_IF name="serial"><b>Serial:</b><TMPL_VAR NAME="serial"></TMPL_IF><br/>
! 				<TMPL_IF name="dewey"><b>Dewey:</b></TMPL_IF><TMPL_VAR name="dewey"><br/>
! 				<TMPL_IF name="url"><b>URL:</b> <a hre="<TMPL_VAR name="url"><TMPL_VAR NAME="url"></a></TMPL_IF><br>
! 				<b>total number of Items:</b> <TMPL_VAR NAME="count">
  			</font>
  		</td>
--- 25,45 ----
  	<tr valign="top">
  		<td>
! 			<FONT size="2"  face="arial,helvetica,sans-serif">
  				<TMPL_IF name="subtitle"><b>Subtitle:</b></TMPL_IF> <TMPL_VAR NAME="subtitle">
! 				<TMPL_IF name="author"><b>Author:</b> <a href="/cgi-bin/koha/search.pl?author=<TMPL_VAR NAME="author" ESCAPE=URL>"><TMPL_VAR NAME="author"></a></TMPL_IF><br>
  				<TMPL_IF name="additional"><b>Additional Author:</b><TMPL_VAR NAME="additional"><br></TMPL_IF>
  				<TMPL_IF name="publishercode"><b>Published by :</b></TMPL_IF> <TMPL_VAR NAME="publishercode">
  				<TMPL_IF name="publicationyear"><b>in </b></TMPL_IF><TMPL_VAR NAME="publicationyear">
  				<TMPL_IF name="pages">, </TMPL_IF><TMPL_VAR name="pages">
! 				<TMPL_IF name="size">, </TMPL_IF><TMPL_VAR name="size"><br>
! 				<TMPL_IF name="collection"><b>Collection:</b></TMPL_IF> <TMPL_VAR NAME="seriestitle"><br>
! 				<TMPL_IF name="subject"><b>Subject:</b></TMPL_IF> <TMPL_VAR NAME="subject"><br>
! 				<TMPL_IF name="copyrightdate"><b>Year :</b></TMPL_IF> <TMPL_VAR NAME="copyrightdate"><br>
! 				<TMPL_IF name="notes"><b>Notes:</b></TMPL_IF> <TMPL_VAR NAME="notes"><br>
! 				<TMPL_IF name="unititle"><b>Unititle:</b></TMPL_IF> <TMPL_VAR NAME="unititle"><br>
! 				<TMPL_IF name="serial"><b>Serial:</b><TMPL_VAR NAME="serial"></TMPL_IF><br>
! 				<TMPL_IF name="dewey"><b>Dewey:</b></TMPL_IF><TMPL_VAR name="dewey"><br>
! 				<TMPL_IF name="url"><b>URL:</b> <a href="<TMPL_VAR name="url">"><TMPL_VAR NAME="url"></a></TMPL_IF><br>
! 				<b>Total Number of Items:</b> <TMPL_VAR NAME="count">
  			</font>
  		</td>
***************
*** 47,52 ****
  </table>
  </TMPL_LOOP>
! <center>
! <table border=0 cellspacing=0 cellpadding=2>
  	<tr bgcolor="#99cccc">
  		<td>Item Type</td>
--- 47,51 ----
  </table>
  </TMPL_LOOP>
! <table border="0" cellspacing="2" cellpadding="2" align="center">
  	<tr bgcolor="#99cccc">
  		<td>Item Type</td>
***************
*** 73,77 ****
  			<td>Online</td>
  			<td>Available</td>
! 			<td></td>
  			<td><TMPL_VAR NAME="url"></td>
  		</tr>
--- 72,76 ----
  			<td>Online</td>
  			<td>Available</td>
! 			<td>&nbsp;</td>
  			<td><TMPL_VAR NAME="url"></td>
  		</tr>
***************
*** 79,84 ****
  </table>
  <p>
! </center>
! <br clear=all>
! <p />
  <TMPL_INCLUDE NAME="opac-bottom.inc">
--- 78,81 ----
  </table>
  <p>
! <p><br clear="all"></p>
  <TMPL_INCLUDE NAME="opac-bottom.inc">





More information about the Koha-cvs mailing list