[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-detail.tmpl,1.15.2.15,1.15.2.16

Paul POULAIN tipaul at users.sourceforge.net
Fri Sep 23 12:00:57 CEST 2005


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1263/koha-tmpl/opac-tmpl/css/en

Modified Files:
      Tag: rel_2_2
	opac-detail.tmpl 
Log Message:
* removing useless <table>
* changing (minor) look
* changing strings for serial links (too many "subscription" in 3 lines)

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v
retrieving revision 1.15.2.15
retrieving revision 1.15.2.16
diff -C2 -r1.15.2.15 -r1.15.2.16
*** opac-detail.tmpl	14 Sep 2005 14:24:38 -0000	1.15.2.15
--- opac-detail.tmpl	23 Sep 2005 10:00:55 -0000	1.15.2.16
***************
*** 36,48 ****
  
  	<div id="bibliobloc">
! 	<table cellspacing="0">
! 		<!-- BIBLIO RECORD TABLE -->
! 		<tr>
! 			<th>
! 				<!-- TMPL_VAR NAME="title" -->
! 			</th>
! 		</tr>
! 		<tr>
! 			<td>
  				<!-- TMPL_IF name="subtitles" -->
  					<p><label><b>Subtitle(s):</b> </label>
--- 36,40 ----
  
  	<div id="bibliobloc">
! 	<h2><!-- TMPL_VAR NAME="title" --></h2>
  				<!-- TMPL_IF name="subtitles" -->
  					<p><label><b>Subtitle(s):</b> </label>
***************
*** 70,74 ****
  					<p>
  						<!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
! 							<p><label>-</label>
  							<!-- TMPL_IF name="linkvalue" -->
  								<a href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=<!-- TMPL_VAR name="link" -->&and_or=and&operator==&value=<!-- TMPL_VAR NAME="linkvalue" escape="HTML"-->"><!-- TMPL_VAR NAME="marcsubjct" --></a>, </p>
--- 62,66 ----
  					<p>
  						<!-- TMPL_LOOP NAME="MARCSUBJCTS" -->
! 							<p>-
  							<!-- TMPL_IF name="linkvalue" -->
  								<a href="/cgi-bin/koha/opac-search.pl?op=do_search&marclist=<!-- TMPL_VAR name="link" -->&and_or=and&operator==&value=<!-- TMPL_VAR NAME="linkvalue" escape="HTML"-->"><!-- TMPL_VAR NAME="marcsubjct" --></a>, </p>
***************
*** 115,132 ****
  					<p><b>Total Number of Items:</b> <!-- TMPL_VAR NAME="count" --></p>
  				<!-- /TMPL_IF -->
- 			</td>
- 		</tr>
- 	</table>
- 	<table>
- 	</table>
  	</div>
  	<!-- /TMPL_LOOP -->
  
! 	<div id="itembloc">
  	<table cellspacing="0">
  		<tr>
- 			<th colspan="6">Item</th>
- 		</tr>
- 		<tr>
  			<th>location</th>
  			<th>status</th>
--- 107,117 ----
  					<p><b>Total Number of Items:</b> <!-- TMPL_VAR NAME="count" --></p>
  				<!-- /TMPL_IF -->
  	</div>
  	<!-- /TMPL_LOOP -->
  
! 	<div id="bloc20">
! 	<h2>Item(s)</h2>
  	<table cellspacing="0">
  		<tr>
  			<th>location</th>
  			<th>status</th>
***************
*** 167,177 ****
  	
  	</table>
  	<!-- TMPL_IF name="subscriptionsnumber" -->
! 		<div id="bloc25">
! 		<p>This is a serial subscription (we have <!-- TMPL_VAR name="subscriptionsnumber" --> subscription(s) associated with this title).</p> 
! 		<p>Below is a list of the three latest issues related to those subscription(s) :</p>
  		<!-- TMPL_LOOP Name="subscriptions" -->
! 				<h2> Subscription #<!--TMPL_VAR Name="subscriptionid"--> </h2>
! 				<p><!--TMPL_VAR Name="subscriptionnotes"--> </p>
  				<!--TMPL_IF Name="latestserials"-->
  				<table>
--- 152,165 ----
  	
  	</table>
+ 	</div>
  	<!-- TMPL_IF name="subscriptionsnumber" -->
! 		<br />
! 		<div id="bloc20">
! 		<h2>We have <!-- TMPL_VAR name="subscriptionsnumber" --> subscription(s) associated with this title.</h2> 
! 		<p>Below is a list of the three latest issues :</p>
  		<!-- TMPL_LOOP Name="subscriptions" -->
! 				<!-- TMPL_IF name="subscriptionnotes"-->
! 					<h2><!--TMPL_VAR Name="subscriptionnotes"--> </h2>
! 				<!-- /TMPL_IF -->
  				<!--TMPL_IF Name="latestserials"-->
  				<table>
***************
*** 209,213 ****
  		</div>
   	<!-- /TMPL_IF -->
- 	</div>
  </div>
  <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
--- 197,200 ----





More information about the Koha-cvs mailing list