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

Paul POULAIN tipaul at users.sourceforge.net
Tue Oct 14 13:37:50 CEST 2003


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

Modified Files:
	opac-detail.tmpl 
Log Message:
improving non-MARC biblio detail in both intranet and opac.

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/default/en/opac-detail.tmpl,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -r1.8 -r1.9
*** opac-detail.tmpl	8 May 2003 12:26:14 -0000	1.8
--- opac-detail.tmpl	14 Oct 2003 11:37:47 -0000	1.9
***************
*** 11,16 ****
  </TMPL_UNLESS>
  
- 
- 
  <TMPL_LOOP NAME="BIBLIO_RESULTS">
  <font SIZE=6><em><TMPL_VAR NAME="title"> (<TMPL_VAR NAME="author">)
--- 11,14 ----
***************
*** 18,73 ****
  <!-- 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">
! <b>BIBLIO RECORD</b>
! 
! <TMPL_VAR NAME="biblionumber">
! </td>
! </tr>
! <tr valign="top">
! <td>
! <FONT SIZE=2  face="arial, helvetica">
! <b>Subtitle:</b> <TMPL_VAR NAME="subtitle"><br>
! <b>Author:</b> <TMPL_VAR NAME="author"><br>
! <b>Subject:</b> <TMPL_VAR NAME="subject"><br>
! <b>Copyright:</b> <TMPL_VAR NAME="copyrightdate"><br>
! <b>Total Number of Items:</b> <TMPL_VAR NAME="count">
! <p>
! </font></td>
! </tr>
  </table>
  </TMPL_LOOP>
  <center>
  <table border=0 cellspacing=0 cellpadding=2>
! <tr bgcolor="#99cccc">
! <td>Item Type</td>
! <td>Class</td>
! <td>Location</td>
! <td>Date Due</td>
! <td>Last Seen</td>
! <td>Barcode</td>
! </tr>
! <TMPL_LOOP NAME="ITEM_RESULTS">
! <tr>
! <td><TMPL_VAR NAME="itemtype"></td>
! <td><TMPL_VAR NAME="class"></td>
! <td><TMPL_VAR NAME="branchname"></td>
! <td><TMPL_VAR NAME="datedue"></td>
! <td><TMPL_VAR NAME="datelastseen"></td>
! <td><TMPL_VAR NAME="barcode"></td>
! </tr>
! </TMPL_LOOP>
! <TMPL_LOOP NAME="WEB_RESULTS">
! <tr>
! <td><TMPL_VAR NAME="itemtype"></td>
! <td>Website</td>
! <td>Online</td>
! <td>Available</td>
! <td></td>
! <td><TMPL_VAR NAME="url"></td>
! </tr>
! </TMPL_LOOP>
  </table>
  <p>
--- 16,80 ----
  <!-- 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">
! 			<b>BIBLIO RECORD</b>
! 			<TMPL_VAR NAME="biblionumber">
! 		</td>
! 	</tr>
! 	<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>
! 	</tr>
  </table>
  </TMPL_LOOP>
  <center>
  <table border=0 cellspacing=0 cellpadding=2>
! 	<tr bgcolor="#99cccc">
! 		<td>Item Type</td>
! 		<td>Class</td>
! 		<td>Location</td>
! 		<td>Date Due</td>
! 		<td>Last Seen</td>
! 		<td>Barcode</td>
! 	</tr>
! 	<TMPL_LOOP NAME="ITEM_RESULTS">
! 		<tr>
! 			<td><TMPL_VAR NAME="itemtype"></td>
! 			<td><TMPL_VAR NAME="class"></td>
! 			<td><TMPL_VAR NAME="branchname"></td>
! 			<td><TMPL_VAR NAME="datedue"></td>
! 			<td><TMPL_VAR NAME="datelastseen"></td>
! 			<td><TMPL_VAR NAME="barcode"></td>
! 		</tr>
! 	</TMPL_LOOP>
! 	<TMPL_LOOP NAME="WEB_RESULTS">
! 		<tr>
! 			<td><TMPL_VAR NAME="itemtype"></td>
! 			<td>Website</td>
! 			<td>Online</td>
! 			<td>Available</td>
! 			<td></td>
! 			<td><TMPL_VAR NAME="url"></td>
! 		</tr>
! 	</TMPL_LOOP>
  </table>
  <p>





More information about the Koha-cvs mailing list