revamping a little opac-detail for subscription (adding more history information)
[koha.git] / koha-tmpl / opac-tmpl / prog / en / modules / opac-passwd.tmpl
1 <!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog &rsaquo;  Account for <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" -->
2 <!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
3 </head>
4 <body id="opac-passwd">
5 <div id="doc3" class="yui-t1">
6    <div id="bd">
7 <!-- TMPL_INCLUDE name="masthead.inc" -->
8
9         <div id="yui-main">
10         <div class="yui-b"><div class="yui-g">
11         <div class="container">
12         <h3><a href="/cgi-bin/koha/opac-user.pl"><!-- TMPL_VAR NAME="firstname" --> <!-- TMPL_VAR NAME="surname" -->'s account</a> <img src="<!-- TMPL_VAR NAME="themelang" -->l../../images/caret.gif" width="16" height="16" alt="&gt;" border="0" /> Change your Password </h3>
13
14     <!-- TMPL_IF NAME= "Error_messages" -->
15 <div class="dialog error">        <h3>There was a problem with your submission</h3>
16         <p>
17             <!-- TMPL_IF NAME= "PassMismatch" -->
18             Passwords do not match.  Please re-type your new password.
19             <!-- /TMPL_IF -->
20             <!-- TMPL_IF NAME= "ShortPass" -->
21             Your new password must be at least <!-- TMPL_VAR NAME="minpasslen" --> characters long
22             <!-- /TMPL_IF -->
23             <!-- TMPL_IF NAME= "WrongPass" -->
24             Your current password was entered incorrectly.  If this problem persists, please ask a librarian to re-set your password for you.   
25             <!-- /TMPL_IF -->
26         </p></div>
27     <!-- /TMPL_IF -->
28     
29     <!-- TMPL_IF NAME= "Ask_data" -->
30         <!-- TMPL_IF NAME="OpacPasswordChange" -->
31         <form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post"><fieldset class="brief">
32                         <!-- TMPL_UNLESS NAME= "ShortPass" --><div class="hint">Your password must be at least <!-- TMPL_VAR NAME="minpasslen" --> characters long.</div><!-- /TMPL_UNLESS -->
33           <ol>  <li><label for="Oldkey">Current Password:</label> <input type="password" id="Oldkey" size="25"  name="Oldkey" /></li>
34             <li><label for="Newkey">New Password:</label> <input type="password" id="Newkey"  size="25"  name="Newkey" /></li>
35             <li><label for="Confirm">Re-Type New Password:</label> <input type="password"  id="Confirm" size="25" name="Confirm" /></li></ol></fieldset>
36             <fieldset class="action"><input type="submit" value="Submit Changes" class="submit" /> <a href="/cgi-bin/koha/opac-user.pl" class="cancel">Cancel</a></fieldset>
37     </form>
38         <!-- TMPL_ELSE -->
39             <div class="dialog alert">You can't change your password.</div>
40         <!-- /TMPL_IF -->
41     <!-- /TMPL_IF -->
42     
43     <!-- TMPL_IF NAME= "password_updated" -->
44         <div class="dialog message"><h1>Password Updated</h1>
45         Your password has been changed</div>
46         <form action="/cgi-bin/koha/opac-user.pl" method="post">
47             <input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
48             <p><input type="submit" class="icon back" value="Return to Your Record" /></p>
49         </form>
50     <!-- /TMPL_IF -->
51 </div>
52 </div>
53 </div>
54 </div>
55 <div class="yui-b">
56 <div class="container">
57 <!--TMPL_INCLUDE NAME="navigation.inc" -->
58 <!-- TMPL_INCLUDE name="usermenu.inc" -->
59 </div>
60 </div>
61 </div>
62 <!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->