[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-auth.tmpl,1.1.2.1,1
From: |
Owen Leonard |
Subject: |
[Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-auth.tmpl,1.1.2.1,1.1.2.2 |
Date: |
Thu, 17 Mar 2005 14:14:43 -0800 |
Update of /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en
In directory
sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv20844/koha-tmpl/opac-tmpl/npl/en
Modified Files:
Tag: rel_2_2
opac-auth.tmpl
Log Message:
Minor formatting changes
Index: opac-auth.tmpl
===================================================================
RCS file: /cvsroot/koha/koha/koha-tmpl/opac-tmpl/npl/en/opac-auth.tmpl,v
retrieving revision 1.1.2.1
retrieving revision 1.1.2.2
diff -C2 -r1.1.2.1 -r1.1.2.2
*** opac-auth.tmpl 18 Jan 2005 17:35:51 -0000 1.1.2.1
--- opac-auth.tmpl 17 Mar 2005 22:14:41 -0000 1.1.2.2
***************
*** 31,43 ****
<form action="<!-- TMPL_VAR NAME="url" -->" name="auth" id="auth"
method="post">
<!-- TMPL_LOOP NAME="INPUTS" -->
! <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!--
TMPL_VAR NAME="value" -->">
<!-- /TMPL_LOOP -->
<div class="form">
<table>
! <tr><th><label for="userid">Your card number</label></th><td><input
type="text" size="25" id="userid" name="userid"></td>
! <tr><th><label for="password">Password or PIN</label></th><td><input
type="password" size="25" id="password" name="password"></td>
</table>
! <input type="submit" value="Log In" class="submit"></div>
! <p>If you don't have a password yet, next time you're in the library, take
your card to the circulation desk and we'll happily set one up for you.</p>
</form>
--- 31,46 ----
<form action="<!-- TMPL_VAR NAME="url" -->" name="auth" id="auth"
method="post">
<!-- TMPL_LOOP NAME="INPUTS" -->
! <input type="hidden" name="<!-- TMPL_VAR NAME="name" -->" value="<!--
TMPL_VAR NAME="value" -->" />
<!-- /TMPL_LOOP -->
<div class="form">
<table>
! <tr><th><label for="userid">Your card number</label></th><td>
! <!-- Hide from NPL --><input type="text" size="25" id="userid"
name="userid" /><!-- /Hide from NPL -->
! <!-- Display for NPL // <input type="text" size="25" id="userid"
name="userid" onblur="ValidateCode();" /> //Display for NPL --></td>
! <tr><th><label for="password">Password or PIN</label></th><td><input
type="password" size="25" id="password" name="password" /></td>
</table>
! <input type="submit" value="Log In" class="submit" /></div>
! <h5>Don't have a password yet?</h5><p> If you don't have a password yet,
stop by the circulation desk the next time you're in the library. We'll happily
set one up for you.</p>
! <h5>Don't have a library card?</h5><p> If you don't have a library card, stop
by your local library to sign up. <!-- Display for NPL // Find out more about
<a href="http://www.athenscounty.lib.oh.us/card.html">getting a library
card</a>. //Display for NPL --></p>
</form>
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Koha-cvs] CVS: koha/koha-tmpl/opac-tmpl/npl/en opac-auth.tmpl,1.1.2.1,1.1.2.2,
Owen Leonard <=