[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/css/en opac-auth.tmpl,1.3,1.3.2.1 opac-MARCdetail.tmpl,1.5.2.2,1.5.2.3 opac-user.tmpl,1.8.2.3,1.8.2.4

Paul POULAIN tipaul at users.sourceforge.net
Fri Jun 17 14:31:46 CEST 2005


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

Modified Files:
      Tag: rel_2_2
	opac-auth.tmpl opac-MARCdetail.tmpl opac-user.tmpl 
Log Message:
last commits before 2.2.3
* css fixes for better IE compliance
* adding LibraryName parameter in login screen

Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-auth.tmpl,v
retrieving revision 1.3
retrieving revision 1.3.2.1
diff -C2 -r1.3 -r1.3.2.1
*** opac-auth.tmpl	8 Dec 2004 10:26:32 -0000	1.3
--- opac-auth.tmpl	17 Jun 2005 12:31:44 -0000	1.3.2.1
***************
*** 1,38 ****
  <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
  <div id="mainbloc">
! <!-- TMPL_IF NAME="nopermission" -->
! <!-- This is what is displayed if user doesnt have permission -->
! <h2>Sorry, KOHA doesnt think you have permission for this page.<h2>
! <!-- /TMPL_IF -->
! 
! <!-- TMPL_IF NAME="timed_out" -->
! <!-- This is what is displayed if login has timed out -->
! <h2>Sorry, your session has timed out, please login again.<h2>
! <!-- /TMPL_IF -->
! 
! <!-- TMPL_IF NAME="different_ip" -->
! <!-- This is what is displayed if user doesnt have permission -->
! <h2>You are accessing koha from a different ip address! please login again.<h2>
! <!-- /TMPL_IF -->
! 
! <!-- TMPL_IF NAME="invalid_username_or_password" -->
! <!-- This is what is displayed if user doesnt have permission -->
! <h2>You entered an incorrect username or password, please try again.<h2>
! <!-- /TMPL_IF -->
! 
! <!-- TMPL_IF NAME="loginprompt" -->
! <!-- login prompt time-->
! 
! <form action="<!-- TMPL_VAR NAME="url" -->" method="post">
! 	<h1>Koha Login</h1>
! 	<p><label>Cardnumber</label><input name="userid" /></p>
! 	<p><label>Password</label><input type="password" name="password" /></p>
! 	<!-- TMPL_LOOP NAME="INPUTS" -->
! 		<input type="hidden" name='<!-- TMPL_VAR NAME="name" -->' value='<!-- TMPL_VAR NAME="value" -->' />
! 	<!-- /TMPL_LOOP -->
! 	<p><label>&nbsp;</label><input type="submit" value="login" class="button" /></p>
! </form>
! 
! <!-- /TMPL_IF -->
  </div>
  <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
--- 1,39 ----
  <!-- TMPL_INCLUDE NAME="opac-top.inc" -->
  <div id="mainbloc">
! 	<div id="bloc60">
! 		<!-- TMPL_IF NAME="nopermission" -->
! 		<!-- This is what is displayed if user doesnt have permission -->
! 		<h2>Sorry, KOHA doesnt think you have permission for this page.<h2>
! 		<!-- /TMPL_IF -->
! 		
! 		<!-- TMPL_IF NAME="timed_out" -->
! 		<!-- This is what is displayed if login has timed out -->
! 		<h2>Sorry, your session has timed out, please login again.<h2>
! 		<!-- /TMPL_IF -->
! 		
! 		<!-- TMPL_IF NAME="different_ip" -->
! 		<!-- This is what is displayed if user doesnt have permission -->
! 		<h2>You are accessing koha from a different ip address! please login again.<h2>
! 		<!-- /TMPL_IF -->
! 		
! 		<!-- TMPL_IF NAME="invalid_username_or_password" -->
! 		<!-- This is what is displayed if user doesnt have permission -->
! 		<h2>You entered an incorrect username or password, please try again.<h2>
! 		<!-- /TMPL_IF -->
! 	</div>
! 	<div id="bloc60">
! 		<!-- TMPL_IF NAME="loginprompt" -->
! 		<!-- login prompt time-->
! 		<form action="<!-- TMPL_VAR NAME="url" -->" method="post">
! 			<h2>Koha Login</h2>
! 			<p><label>Cardnumber</label><input name="userid" /></p>
! 			<p><label>Password</label><input type="password" name="password" /></p>
! 			<!-- TMPL_LOOP NAME="INPUTS" -->
! 				<input type="hidden" name='<!-- TMPL_VAR NAME="name" -->' value='<!-- TMPL_VAR NAME="value" -->' />
! 			<!-- /TMPL_LOOP -->
! 			<p><label>&nbsp;</label><input type="submit" value="login" class="button" /></p>
! 		</form>
! 	</div>
! 		<!-- /TMPL_IF -->
  </div>
  <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->

Index: opac-MARCdetail.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-MARCdetail.tmpl,v
retrieving revision 1.5.2.2
retrieving revision 1.5.2.3
diff -C2 -r1.5.2.2 -r1.5.2.3
*** opac-MARCdetail.tmpl	6 Jun 2005 12:38:16 -0000	1.5.2.2
--- opac-MARCdetail.tmpl	17 Jun 2005 12:31:44 -0000	1.5.2.3
***************
*** 28,32 ****
  	<a class="button" href="javascript:addRecord('<!-- TMPL_VAR NAME="biblionumber" ESCAPE=URL -->')">Add to basket</a>
  </div>
- <div id="mainbloc">
  	<div class="tabs">
  		<!-- TMPL_IF name="0XX" -->
--- 28,31 ----
***************
*** 321,325 ****
  	</div>
  </div>
- </div>
  <script language="JavaScript" type="text/javascript">
  function active(numlayer)
--- 320,323 ----

Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/css/en/opac-user.tmpl,v
retrieving revision 1.8.2.3
retrieving revision 1.8.2.4
diff -C2 -r1.8.2.3 -r1.8.2.4
*** opac-user.tmpl	6 Jun 2005 14:13:22 -0000	1.8.2.3
--- opac-user.tmpl	17 Jun 2005 12:31:44 -0000	1.8.2.4
***************
*** 41,118 ****
  <!-- /TMPL_LOOP -->
  
! <!-- TMPL_IF NAME="waiting_count" -->
! <div class="bloc60">
! 	<h2>You have reserved items waiting:</h2>
! 	<ul>
! 		<!-- TMPL_LOOP NAME="WAITING" -->
! 			<li><!-- TMPL_VAR NAME="btitle" -->, pick up at: <b><!-- TMPL_VAR NAME="branch" --></b></li>
! 		<!-- /TMPL_LOOP -->
! 	</ul>
! </div>
! <!-- /TMPL_IF -->
  
! <div class="bloc60">
! 	<!-- TMPL_IF NAME="issues_count" -->
! 		<h2>You have <b><!-- TMPL_VAR NAME="issues_count" --></b> items currently issued.</h2>
! 		<table>
  			<tr>
  				<th>Title</th>
  				<th>Author</th>
! 				<th>Due date</th>
! 				<th>Itemtype</th>
! 				<th>Barcode</th>
! 				<th>Charges</th>
! 				<th>Renewable</th>
  			</tr>
! 			<!-- TMPL_LOOP NAME="ISSUES" -->
! 				<!-- TMPL_IF name="overdue"-->
! 					<tr>
! 						<td><!-- TMPL_VAR NAME="title" --></td>
! 						<td><!-- TMPL_VAR NAME="author" --></td>
! 						<td><b>OVERDUE <!-- TMPL_VAR NAME="date_due" --></b></td>
! 						<td><!-- TMPL_VAR NAME="itemtype" --></td>
! 						<td><!-- TMPL_VAR NAME="barcode" --></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_ELSE -->
! 					<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_VAR NAME="barcode" --></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_IF -->
  			<!-- /TMPL_LOOP -->
  		</table>
! 	<!-- TMPL_ELSE -->
! 		<h2>You have no items on issue.</h2>
  	<!-- /TMPL_IF -->
  </div>
- 
- <!-- 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 -->
- </div>
  <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
  
--- 41,118 ----
  <!-- /TMPL_LOOP -->
  
! 	<!-- TMPL_IF NAME="waiting_count" -->
! 	<div class="bloc60">
! 		<h2>You have reserved items waiting:</h2>
! 		<ul>
! 			<!-- TMPL_LOOP NAME="WAITING" -->
! 				<li><!-- TMPL_VAR NAME="btitle" -->, pick up at: <b><!-- TMPL_VAR NAME="branch" --></b></li>
! 			<!-- /TMPL_LOOP -->
! 		</ul>
! 	</div>
! 	<!-- /TMPL_IF -->
! 
! 	<div class="bloc60">
! 		<!-- TMPL_IF NAME="issues_count" -->
! 			<h2>You have <b><!-- TMPL_VAR NAME="issues_count" --></b> items currently issued.</h2>
! 			<table>
! 				<tr>
! 					<th>Title</th>
! 					<th>Author</th>
! 					<th>Due date</th>
! 					<th>Itemtype</th>
! 					<th>Barcode</th>
! 					<th>Charges</th>
! 					<th>Renewable</th>
! 				</tr>
! 				<!-- TMPL_LOOP NAME="ISSUES" -->
! 					<!-- TMPL_IF name="overdue"-->
! 						<tr>
! 							<td><!-- TMPL_VAR NAME="title" --></td>
! 							<td><!-- TMPL_VAR NAME="author" --></td>
! 							<td><b>OVERDUE <!-- TMPL_VAR NAME="date_due" --></b></td>
! 							<td><!-- TMPL_VAR NAME="itemtype" --></td>
! 							<td><!-- TMPL_VAR NAME="barcode" --></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_ELSE -->
! 						<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_VAR NAME="barcode" --></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_IF -->
! 				<!-- /TMPL_LOOP -->
! 			</table>
! 		<!-- TMPL_ELSE -->
! 			<h2>You have no items on issue.</h2>
! 		<!-- /TMPL_IF -->
! 	</div>
  
! 	<!-- 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 -->
  </div>
  <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
  





More information about the Koha-cvs mailing list