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

Henri-Damien LAURENT hdl at users.sourceforge.net
Fri Jun 17 15:44:27 CEST 2005


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

Modified Files:
	opac-detail.tmpl 
Log Message:
Detailing the three latest issues on OPAC for serials

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -r1.18 -r1.19
*** opac-detail.tmpl	4 May 2005 08:58:31 -0000	1.18
--- opac-detail.tmpl	17 Jun 2005 13:44:25 -0000	1.19
***************
*** 158,167 ****
  	</table>
  	<!-- TMPL_IF name="subscriptionsnumber" -->
! 		<p>
! 			This is a serial subscription (we have <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions). You can see which 
! 				<a href="opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" class="button catalogue" title="Serial issues">
! 					Issues
! 				</a> we have and don't have
! 		</p>
  	<!-- /TMPL_IF -->
  	</div>
--- 158,200 ----
  	</table>
  	<!-- TMPL_IF name="subscriptionsnumber" -->
! 		<div id="bloc25">
! 		<p>This is a serial subscription (There are <!-- TMPL_VAR name="subscriptionsnumber" --> subscriptions associated with this title).</p> 
! 		<!-- TMPL_LOOP Name="subscriptions" -->
! 				<b class="catalogue"> Subscription #<!--TMPL_VAR Name="subscriptionid"--> </b>
! 				<p><!--TMPL_VAR Name="subscriptionnotes"--> </p>
! 				<!--TMPL_IF Name="latestserials"-->
! 				<p> Here comes a list of the three latest issues related to this subscription :</p>
! 				<table>
! 				<!--TMPL_LOOP Name="latestserials"-->
! 					<tr>
! 						<td>
! 							<!--TMPL_VAR Name="serialseq"-->
! 						</td>
! 						<td>
! 							<!--TMPL_VAR Name="planneddate"-->
! 						</td>
! 						<td>
! 							<!--TMPL_IF Name="status1"-->Waited
! 							<!--TMPL_ELSE -->
! 								<!-- TMPL_IF Name="status2"-->Arrived
! 								<!--TMPL_ELSE -->
! 									<!-- TMPL_IF Name="status3"-->Late
! 									<!--TMPL_ELSE -->
! 										<!-- TMPL_IF Name="status4"-->Missing
! 										<!--TMPL_ELSE -->
! 											<!-- TMPL_IF Name="status5"-->Not Issued
! 											<!--/TMPL_IF-->
! 										<!--/TMPL_IF-->
! 									<!--/TMPL_IF-->
! 								<!--/TMPL_IF-->
! 							<!--/TMPL_IF-->
! 						</td>
! 					</tr>
! 				<!--/TMPL_LOOP -->
! 				</table>
! 				<!-- /TMPL_IF -->
! 		<!-- /TMPL_LOOP -->
! 		<p> For more information : You can see <a href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" title="Serial issues"> for Issues</a> we have and don't have</p>
! 		</div>
  	<!-- /TMPL_IF -->
  	</div>





More information about the Koha-cvs mailing list