Owen Leonard
c2a0333caf
Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> Signed-off-by: Joshua Ferraro <jmf@liblime.com>
60 lines
3.2 KiB
Cheetah
60 lines
3.2 KiB
Cheetah
<!-- TMPL_INCLUDE name="doc-head-open.inc" --><!-- TMPL_IF NAME="LibraryNameTitle" --><!-- TMPL_VAR NAME="LibraryNameTitle" --><!-- TMPL_ELSE -->Koha Online<!-- /TMPL_IF --> Catalog › Account for <!-- TMPL_VAR name="firstname" --> <!-- TMPL_VAR name="surname" -->
|
|
<!-- TMPL_INCLUDE NAME="doc-head-close.inc" -->
|
|
</head>
|
|
<body>
|
|
<!-- TMPL_INCLUDE name="masthead.inc" -->
|
|
|
|
<div id="doc3" class="yui-t1">
|
|
<div id="bd">
|
|
<div id="yui-main">
|
|
<div class="yui-b"><div class="yui-g">
|
|
|
|
<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=">" border="0" /> Change your Password </h3>
|
|
|
|
<!-- TMPL_IF NAME= "Error_messages" -->
|
|
<div class="dialog error"> <h3>There was a problem with your submission</h3>
|
|
<p>
|
|
<!-- TMPL_IF NAME= "PassMismatch" -->
|
|
Passwords do not match. Please re-type your new password.
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME= "ShortPass" -->
|
|
Your new password must be at least <!-- TMPL_VAR NAME="minpasslen" --> characters long
|
|
<!-- /TMPL_IF -->
|
|
<!-- TMPL_IF NAME= "WrongPass" -->
|
|
Your current password was entered incorrectly. If this problem persists, please ask a librarian to re-set your password for you.
|
|
<!-- /TMPL_IF -->
|
|
</p></div>
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME= "Ask_data" -->
|
|
<!-- TMPL_IF NAME="OpacPasswordChange" -->
|
|
<form action="/cgi-bin/koha/opac-passwd.pl" name="mainform" id="mainform" method="post"><fieldset class="brief">
|
|
<!-- TMPL_UNLESS NAME= "ShortPass" --><div class="hint">Your password must be at least <!-- TMPL_VAR NAME="minpasslen" --> characters long.</div><!-- /TMPL_UNLESS -->
|
|
<ol> <li><label for="password">Current Password:</label> <input type="password" id="Oldkey" size="25" name="Oldkey" /></li>
|
|
<li><label for="Newkey">New Password:</label> <input type="password" id="Newkey" size="25" name="Newkey" /></li>
|
|
<li><label for="Confirm">Re-Type New Password:</label> <input type="password" id="Confirm" size="25" name="Confirm" /></li></ol></fieldset>
|
|
<fieldset class="action"><input type="submit" value="Submit Changes" class="submit" /> <a href="/cgi-bin/koha/opac-user.pl" class="cancel">Cancel</a></fieldset>
|
|
</form>
|
|
<!-- TMPL_ELSE -->
|
|
<div class="dialog alert">You can't change your password.</div>
|
|
<!-- /TMPL_IF -->
|
|
<!-- /TMPL_IF -->
|
|
|
|
<!-- TMPL_IF NAME= "password_updated" -->
|
|
<div class="dialog message"><h1>Password Updated</h1>
|
|
Your password has been changed</div>
|
|
<form action="/cgi-bin/koha/opac-user.pl" method="post">
|
|
<input type="hidden" name="borrowernumber" value="<!-- TMPL_VAR NAME="borrowernumber" -->" />
|
|
<p><input type="submit" class="icon back" value="Return to Your Record" /></p>
|
|
</form>
|
|
<!-- /TMPL_IF -->
|
|
|
|
</div>
|
|
</div>
|
|
</div>
|
|
<div class="yui-b">
|
|
<!--TMPL_INCLUDE NAME="navigation.inc" -->
|
|
<!-- TMPL_INCLUDE name="usermenu.inc" -->
|
|
</div>
|
|
</div>
|
|
<!-- TMPL_INCLUDE NAME="opac-bottom.inc" -->
|