[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-user.tmpl,1.2,1.3

Owen Leonard oleonard at users.sourceforge.net
Wed May 19 18:28:33 CEST 2004


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

Modified Files:
	opac-user.tmpl 
Log Message:
Closing tags, correcting case, other changes to make page valid

Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** opac-user.tmpl	11 Feb 2004 08:57:56 -0000	1.2
--- opac-user.tmpl	19 May 2004 16:28:31 -0000	1.3
***************
*** 1,7 ****
  <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
- <link rel="stylesheet" type="text/css" href="<!-- TMPL_VAR name="themelang" -->/includes/opac-user.css">
  <div id="mainbloc">
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
! 	<div id="bloc20">
  		<h2>Are our records correct ?</h2>
  		<p>Library Card: <!-- TMPL_VAR NAME="cardnumber" --> </p>
--- 1,6 ----
  <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
  <div id="mainbloc">
  <!-- TMPL_LOOP NAME="BORROWER_INFO" -->
! 	<div class="bloc20">
  		<h2>Are our records correct ?</h2>
  		<p>Library Card: <!-- TMPL_VAR NAME="cardnumber" --> </p>
***************
*** 14,18 ****
  	</div>
  	<!-- TMPL_IF NAME="amountoverfive" -->
! 	<div id="bloc20">
  		<h2>You have outstanding charges and fines of <!-- TMPL_VAR NAME="amountoutstanding" --></b>
  		<a href="/cgi-bin/koha/opac-account.pl" class="button">View Accounts</a>
--- 13,17 ----
  	</div>
  	<!-- TMPL_IF NAME="amountoverfive" -->
! 	<div class="bloc20">
  		<h2>You have outstanding charges and fines of <!-- TMPL_VAR NAME="amountoutstanding" --></b>
  		<a href="/cgi-bin/koha/opac-account.pl" class="button">View Accounts</a>
***************
*** 21,25 ****
  
  	<!-- TMPL_IF NAME="amountoverzero" -->
! 	<div id="bloc20">
  		<h2>You have outstanding charges and fines of <!-- TMPL_VAR NAME="amountoutstanding" --></h2>
  		<a href="/cgi-bin/koha/opac-account.pl" class="button">View Accounts</a>
--- 20,24 ----
  
  	<!-- TMPL_IF NAME="amountoverzero" -->
! 	<div class="bloc20">
  		<h2>You have outstanding charges and fines of <!-- TMPL_VAR NAME="amountoutstanding" --></h2>
  		<a href="/cgi-bin/koha/opac-account.pl" class="button">View Accounts</a>
***************
*** 28,32 ****
  
  	<!-- TMPL_IF NAME"amountlessthanzero" -->
! 	<div id="bloc20">
  		<p>You have a credit of <!-- TMPL_VAR NAME="amountoutstanding" --></p>
  		<a href="/cgi-bin/koha/opac-account.pl" class="button">View Accounts</a>
--- 27,31 ----
  
  	<!-- TMPL_IF NAME"amountlessthanzero" -->
! 	<div class="bloc20">
  		<p>You have a credit of <!-- TMPL_VAR NAME="amountoutstanding" --></p>
  		<a href="/cgi-bin/koha/opac-account.pl" class="button">View Accounts</a>
***************
*** 37,41 ****
  
  <!-- TMPL_IF NAME="waiting_count" -->
! <div id="bloc60">
  	<h2>You have reserved items waiting:</h2>
  	<ul>
--- 36,40 ----
  
  <!-- TMPL_IF NAME="waiting_count" -->
! <div class="bloc60">
  	<h2>You have reserved items waiting:</h2>
  	<ul>
***************
*** 47,54 ****
  <!-- /TMPL_IF -->
  
! <div id="bloc60">
  	<!-- TMPL_IF NAME="issues_count" -->
! 		You have <b><!-- TMPL_VAR NAME="issues_count" --></b> items currently issued.<br>
! 		<table cellspacing=0 >
  			<tr>
  				<th>Title</th>
--- 46,53 ----
  <!-- /TMPL_IF -->
  
! <div class="bloc60">
  	<!-- TMPL_IF NAME="issues_count" -->
! 		You have <b><!-- TMPL_VAR NAME="issues_count" --></b> items currently issued.<br />
! 		<table cellspacing="0">
  			<tr>
  				<th>Title</th>
***************
*** 58,71 ****
  				<th>Charges</th>
  				<th>Current Loan</th>
! 			</TR>
  			<!-- TMPL_LOOP NAME="ISSUES" -->
! 				<TR>
! 					<TD><!-- TMPL_VAR NAME="title" --></TD>
! 					<TD><!-- TMPL_VAR NAME="author" --></TD>
! 					<TD><!-- TMPL_VAR NAME="date_due" --></TD>
! 					<TD><!-- TMPL_VAR NAME="itemtype" --></TD>
! 					<TD><!-- TMPL_IF NAME="charges" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></TD>
! 					<TD><!-- TMPL_IF NAME="status" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></TD>
! 				</TR>
  			<!-- /TMPL_LOOP -->
  		</table>
--- 57,70 ----
  				<th>Charges</th>
  				<th>Current Loan</th>
! 			</tr>
  			<!-- TMPL_LOOP NAME="ISSUES" -->
! 				<tr>
! 					<td><!-- TMPL_VAR NAME="title" --></td>
! 					<td><!-- TMPL_VAR NAME="author" --></td>
! 					<td><!-- TMPL_VAR NAME="date_due" --></td>
! 					<td><!-- TMPL_VAR NAME="itemtype" --></td>
! 					<td><!-- TMPL_IF NAME="charges" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td>
! 					<td><!-- TMPL_IF NAME="status" -->Yes<!-- TMPL_ELSE -->No<!-- /TMPL_IF --></td>
! 				</tr>
  			<!-- /TMPL_LOOP -->
  		</table>
***************
*** 76,96 ****
  
  <!-- TMPL_IF NAME="reserves_count" -->
! <div id="bloc60">
  	<h2>You have <b><!-- TMPL_VAR NAME="reserves_count" --></b> items currently reserved.</h2>
! 	<table cellspacing=0 align="center">
! 		<Tr>
  			<th>Title</th>
  			<th>Author</th>
  			<th>Reserve date</th>
! 		</TR>
  		<!-- TMPL_LOOP NAME="RESERVES" -->
! 			<TR VALIGN=TOP>
! 			<TD><!-- TMPL_VAR NAME="btitle" --></TD>
! 			<TD><!-- TMPL_VAR NAME="author" --></TD>
! 			<TD><!-- TMPL_VAR NAME="reservedate" --></TD>
! 			</TR>
  		<!-- /TMPL_LOOP -->
  	</table>
! 	<br/>
  </div>
  <!-- /TMPL_IF -->
--- 75,95 ----
  
  <!-- TMPL_IF NAME="reserves_count" -->
! <div class="bloc60">
  	<h2>You have <b><!-- TMPL_VAR NAME="reserves_count" --></b> items currently reserved.</h2>
! 	<table cellspacing="0" align="center">
! 		<tr>
  			<th>Title</th>
  			<th>Author</th>
  			<th>Reserve date</th>
! 		</tr>
  		<!-- TMPL_LOOP NAME="RESERVES" -->
! 			<tr valign="top">
! 			<td><!-- TMPL_VAR NAME="btitle" --></td>
! 			<td><!-- TMPL_VAR NAME="author" --></td>
! 			<td><!-- TMPL_VAR NAME="reservedate" --></td>
! 			</tr>
  		<!-- /TMPL_LOOP -->
  	</table>
! 	<br />
  </div>
  <!-- /TMPL_IF -->





More information about the Koha-cvs mailing list