[Koha-cvs] CVS: koha/koha-tmpl/intranet-tmpl/default/en/catalogue detail.tmpl,1.7,1.8

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


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

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

Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/default/en/catalogue/detail.tmpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** detail.tmpl	18 Sep 2003 07:38:22 -0000	1.7
--- detail.tmpl	14 Oct 2003 11:37:48 -0000	1.8
***************
*** 23,50 ****
  	<tr valign="top">
  		<td>
! 			<form action="/cgi-bin/koha/modbib.pl" method="post">
! 			<table width="100%" border=0 cellspacing=0 cellpadding=0>
! 				<tr>
! 					<td width="33%">
! 						<input type="hidden" name="bibnum" value="<TMPL_VAR NAME="biblionumber">">
! 						<input type="image" name="submit" value="modify" border="0" src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/fileopen.png"  width=32 hspace=0 vspace=0 border=0>
! 					</td>
! 					<td width="33%"><input type="image" name="delete" value="delete" border="0" src="<TMPL_VAR NAME='interface'>/<TMPL_VAR name="theme">/images/edittrash.png" width=32 hspace=0 vspace=0 border=0"></td>
! 					<td width="33%"><a href="MARCdetail.pl?bib=<TMPL_VAR name="biblionumber">">MARC</a></td>
! 				</tr>
! 			</table>
! 			</form>
! 			<br>
  			<FONT SIZE=2  face="arial, helvetica">
! 			<TMPL_IF name="subtitle"><b>Subtitle:</b></TMPL_IF> <TMPL_VAR NAME="subtitle"><br>
! 			<TMPL_IF name="author"><b>Author:</b></TMPL_IF> <a href=/cgi-bin/koha/search.pl?author=<TMPL_VAR NAME="author" ESCAPE=URL>><TMPL_VAR NAME="author"></a><br>
! 			<TMPL_IF name="additional"><b>Additional Author:</b></TMPL_IF> <TMPL_VAR NAME="additional"><br>
! 			<TMPL_IF name="collection"><b>Series Title:</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>Copyright:</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_IF> <TMPL_VAR NAME="serial"><br>
! 			<b>Total Number of Items:</b> <TMPL_VAR NAME="count">
  			<p>
  			</font>
--- 23,44 ----
  	<tr valign="top">
  		<td>
! 			<br/><a href="MARCdetail.pl?bib=<TMPL_VAR name="biblionumber">" class="button">MARC</a><br/><br/>
  			<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">
  			<p>
  			</font>





More information about the Koha-cvs mailing list