[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/hlt/en opac-auth.tmpl,1.1.2.3,1.1.2.4 opac-user.tmpl,1.1.2.4,1.1.2.5

Finlay Thompson finlayt at users.sourceforge.net
Thu Nov 28 00:33:40 CET 2002


Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en
In directory sc8-pr-cvs1:/tmp/cvs-serv23291

Modified Files:
      Tag: rel-1-2
	opac-auth.tmpl opac-user.tmpl 
Log Message:

fixing up some more aspects of the membership navigation


Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/Attic/opac-auth.tmpl,v
retrieving revision 1.1.2.3
retrieving revision 1.1.2.4
diff -C2 -r1.1.2.3 -r1.1.2.4
*** opac-auth.tmpl	27 Nov 2002 22:27:00 -0000	1.1.2.3
--- opac-auth.tmpl	27 Nov 2002 23:33:38 -0000	1.1.2.4
***************
*** 4,8 ****
  <html>
  <head>
! <title>Reading Record</title>
  <link rel="stylesheet" href="<TMPL_VAR NAME='themelang'>/includes/main.css" type="text/css" />
  <script type="text/javascript" language="javascript">
--- 4,8 ----
  <html>
  <head>
! <title>Login</title>
  <link rel="stylesheet" href="<TMPL_VAR NAME='themelang'>/includes/main.css" type="text/css" />
  <script type="text/javascript" language="javascript">
***************
*** 33,52 ****
  <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>
  
--- 33,52 ----
  <TMPL_IF NAME="nopermission">
  <!-- This is what is displayed if user doesnt have permission -->
! <p>Sorry, KOHA doesnt think you have permission for this page.</p>
  </TMPL_IF>
  
  <TMPL_IF NAME="timed_out">
  <!-- This is what is displayed if login has timed out -->
! <p>Sorry, your session has timed out, please login again.</p>
  </TMPL_IF>
  
  <TMPL_IF NAME="different_ip">
  <!-- This is what is displayed if user doesnt have permission -->
! <p>You are accessing koha from a different ip address! please login again.</p>
  </TMPL_IF>
  
  <TMPL_IF NAME="invalid_username_or_password">
  <!-- This is what is displayed if user doesnt have permission -->
! <p>You entered an incorrect username or password, please try again.</p>
  </TMPL_IF>
  
***************
*** 61,81 ****
    <input type="hidden" name='<TMPL_VAR NAME="name">' value='<TMPL_VAR NAME="value">'>
  </TMPL_LOOP>
! <table border="0" cellpadding="10" cellspacing="0" width="60%">
!     <tr><td align="center" valign="top">
  
-     <table border="0" bgcolor="#dddddd" cellpadding="10" cellspacing="0">
-     <tr><th colspan="2" background="<TMPL_VAR NAME='themelang'>/images/background-mem.gif"><font size="+2">Koha Login</font></th></tr>
-     <tr><td>Cardnumber:</td><td><input name="userid"></td></tr>
-     <tr><td>Password:</td><td><input type="password" name="password"></td></tr>
-     <tr><td colspan="2" align="center"><input type="submit" value="login"></td></tr>
-     </table>
-     </td><td align="center" valign="top">
  
  
-     </td></tr>
- </table>
- </form>
- 
  </TMPL_IF>
  
  <!--+Katipo+end-->
--- 61,80 ----
    <input type="hidden" name='<TMPL_VAR NAME="name">' value='<TMPL_VAR NAME="value">'>
  </TMPL_LOOP>
! <TABLE cellpadding=0 cellspacing=5 border=0>
! <TR VALIGN=TOP>
! <TD>Your card number</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="card-number"></TD></TR>
! <TR VALIGN=TOP>
! <TD>Password</TD> <TD><INPUT TYPE="text"  SIZE="25"   NAME="password"></TD>
! </tr><tr>
! <td colspan=2 align="right"><input type="submit" value="OK" SIZE="2"   class="green-box"></td>
! </TR>
! </table></form>
! <p>If you don't have a password yet, next time you're in the library, take your card and some I.D. to the information counter and we'll happily issue you one.
  
  
  
  </TMPL_IF>
+ 
+ 
  
  <!--+Katipo+end-->

Index: opac-user.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/hlt/en/Attic/opac-user.tmpl,v
retrieving revision 1.1.2.4
retrieving revision 1.1.2.5
diff -C2 -r1.1.2.4 -r1.1.2.5
*** opac-user.tmpl	27 Nov 2002 02:29:57 -0000	1.1.2.4
--- opac-user.tmpl	27 Nov 2002 23:33:38 -0000	1.1.2.5
***************
*** 18,22 ****
  <!--START MAIN TABLE AND LEFT NAVIGATION-->
  <TMPL_INCLUDE name="membership-left-nav.inc">
- <TMPL_INCLUDE name="opac-auth.inc">
  <!--SEARCH FORM-->
  <TMPL_INCLUDE name="cat-search.inc">
--- 18,21 ----





More information about the Koha-cvs mailing list