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

Henri-Damien LAURENT hdl at users.sourceforge.net
Tue Jun 28 09:35:51 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	opac-detail.tmpl 
Log Message:
Adding not issued and delete state to state collection
And display the three latest numbers of every subscription received or lacked in opac.

Index: opac-detail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-detail.tmpl,v
retrieving revision 1.15.2.11
retrieving revision 1.15.2.12
diff -C2 -r1.15.2.11 -r1.15.2.12
*** opac-detail.tmpl	6 Jun 2005 11:41:08 -0000	1.15.2.11
--- opac-detail.tmpl	28 Jun 2005 07:35:49 -0000	1.15.2.12
***************
*** 158,170 ****
  			</tr>
  		<!-- /TMPL_LOOP -->
  	</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>
  </div>
--- 158,204 ----
  			</tr>
  		<!-- /TMPL_LOOP -->
+ 	
  	</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 :Click <a href="/cgi-bin/koha/opac-serial-issues.pl?biblionumber=<!-- TMPL_VAR NAME="biblionumber" -->" title="Serial issues"> here to look for Issues</a> we have or don't have</p>
! 		</div>
!  	<!-- /TMPL_IF -->
  	</div>
  </div>





More information about the Koha-cvs mailing list