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

Owen Leonard oleonard at users.sourceforge.net
Fri Oct 22 22:45:22 CEST 2004


Update of /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11509/koha-tmpl/intranet-tmpl/npl/en/catalogue

Modified Files:
	detail.tmpl 
Log Message:
Catching up with 2.2

Index: detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/intranet-tmpl/npl/en/catalogue/detail.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** detail.tmpl	13 Apr 2004 16:52:55 -0000	1.2
--- detail.tmpl	22 Oct 2004 20:45:19 -0000	1.3
***************
*** 7,13 ****
  <h3 class="title"><!-- TMPL_VAR NAME="title" --> <!-- TMPL_IF NAME="author" -->(<!-- TMPL_VAR NAME="author" -->)<!-- /TMPL_IF -->
  	<!-- TMPL_VAR NAME="class" --></h3><div class="details">
! 			<div style="float: right;">
! <img src="/cgi-bin/koha/imgcheck.pl?image_location=/usr/local/koha/intranet/htdocs/intranet-tmpl/npl/en/images/<!-- TMPL_VAR NAME="isbn" -->.jpg" alt="Book Cover Image" />
! </div>
  <h4>Biblio Record <!-- TMPL_VAR NAME="biblionumber" --></h4>
  	<div class="tabitem"><form action="MARCdetail.pl" method="get">
--- 7,13 ----
  <h3 class="title"><!-- TMPL_VAR NAME="title" --> <!-- TMPL_IF NAME="author" -->(<!-- TMPL_VAR NAME="author" -->)<!-- /TMPL_IF -->
  	<!-- TMPL_VAR NAME="class" --></h3><div class="details">
! 			<!-- Display for NPL <div style="float: right;">
! <img src="/cgi-bin/koha/imgcheck.pl?image_location=/usr/local/images/<!-- TMPL_VAR NAME="isbn" -->.jpg" alt="Book Cover Image" />
! </div> /Display for NPL -->
  <h4>Biblio Record <!-- TMPL_VAR NAME="biblionumber" --></h4>
  	<div class="tabitem"><form action="MARCdetail.pl" method="get">
***************
*** 23,26 ****
--- 23,27 ----
  			<!-- TMPL_IF NAME="isbn" --><li><strong>ISBN:</strong> <!-- TMPL_VAR NAME="isbn" --></li><!-- /TMPL_IF -->
  			<!-- TMPL_IF NAME="seriestitle" --><li><b>Series Title:</b> <!-- TMPL_VAR NAME="seriestitle" --></li><!-- /TMPL_IF -->
+ 			<!-- TMPL_IF NAME="subject" --><li><b>Subject:</b> <!-- TMPL_VAR NAME="subject" --></li><!-- /TMPL_IF -->
  			<!-- TMPL_IF NAME="copyrightdate" --><li><b>Copyright:</b> <!-- TMPL_VAR NAME="copyrightdate" --></li><!-- /TMPL_IF -->
  			<!-- TMPL_IF NAME="notes" --><li><b>Notes:</b> <!-- TMPL_VAR NAME="notes" --></li><!-- /TMPL_IF -->
***************
*** 28,40 ****
  			<!-- TMPL_IF NAME="serial" --><li><b>Serial:</b> <!-- TMPL_VAR NAME="serial" --></li><!-- /TMPL_IF -->
  			<!-- TMPL_IF NAME="count" --><li><b>Total Number of Items:</b> <!-- TMPL_VAR NAME="count" --></li><!-- /TMPL_IF -->
- 			<!-- /TMPL_LOOP -->
- 		<!-- TMPL_IF NAME="subjects" -->	
- 		<li><b>Subject: </b><!-- TMPL_LOOP NAME="SUBJECTS" -->
- 	<a href="/cgi-bin/koha/search.pl?type=intra&amp;subjectitems=<!-- TMPL_VAR NAME="SUBJECTS" ESCAPE="URL" -->"><!-- TMPL_VAR NAME=SUBJECTS --></a>
- 	<!-- /TMPL_LOOP --></li>
- 		<!-- /TMPL_IF -->
  			</ul>
  
  			</div>
  <div class="table"><table>
  	<tr>
--- 29,37 ----
  			<!-- TMPL_IF NAME="serial" --><li><b>Serial:</b> <!-- TMPL_VAR NAME="serial" --></li><!-- /TMPL_IF -->
  			<!-- TMPL_IF NAME="count" --><li><b>Total Number of Items:</b> <!-- TMPL_VAR NAME="count" --></li><!-- /TMPL_IF -->
  			</ul>
  
  			</div>
+ <!-- /TMPL_LOOP -->
+ 
  <div class="table"><table>
  	<tr>
***************
*** 76,81 ****
  	<!-- /TMPL_LOOP -->
  </table></div>
! <!-- 
! <p>
  <table border="1" cellpadding="0" cellspacing="0" align="center" class="results" width="80%">
  	<tr>
--- 73,78 ----
  	<!-- /TMPL_LOOP -->
  </table></div>
! 
! <!-- Hide from NPL --><p>
  <table border="1" cellpadding="0" cellspacing="0" align="center" class="results" width="80%">
  	<tr>
***************
*** 96,100 ****
  </center>
  <br clear=all>
! <p /> -->
  
  <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->
--- 93,97 ----
  </center>
  <br clear=all>
! <p /><!-- /Hide from NPL -->
  
  <!-- TMPL_LOOP NAME="BIBLIO_RESULTS" -->





More information about the Koha-cvs mailing list