2011-05-07 15:55:10 +00:00
{ if isset ( $MENUBAR ) } { $MENUBAR } { /if }
2012-02-09 21:11:34 +00:00
<div id="content" class="content { if isset ( $MENUBAR ) } contentWithMenu { /if } ">
2011-08-24 20:03:53 +00:00
<div class="titrePage">
2012-10-26 05:09:21 +00:00
<ul class="categoryActions">
</ul>
2012-04-20 20:31:38 +00:00
<h2><a href=" { $U_HOME } "> { 'Home' | @ translate } </a> { $LEVEL_SEPARATOR } { $title } </h2>
2011-08-24 20:03:53 +00:00
</div>
2005-09-18 00:29:49 +00:00
2011-12-18 21:46:24 +00:00
{ include file = 'infos_errors.tpl' }
2005-09-18 00:29:49 +00:00
2011-08-24 20:03:53 +00:00
{ if $action ne 'none' }
<form id="lostPassword" action=" { $form_action } ?action= { $action } { if isset ( $key ) } &key= { $key } { /if } " method="post">
<input type="hidden" name="pwg_token" value=" { $PWG_TOKEN } ">
2005-09-18 00:29:49 +00:00
2011-08-24 20:03:53 +00:00
{ if $action eq 'lost' }
<div class="message"> { 'Please enter your username or email address.' | @ translate } { 'You will receive a link to create a new password via email.' | @ translate } </div>
<p>
<label>
{ 'Username or email' | @ translate }
<br>
<input type="text" id="username_or_email" name="username_or_email" size="40" maxlength="40" { if isset ( $username_or_email ) } value=" { $username_or_email } " { /if } >
</label>
</p>
2011-10-17 20:51:49 +00:00
<p class="bottomButtons"><input type="submit" name="submit" value=" { 'Change my password' | @ translate } "></p>
2011-08-24 20:03:53 +00:00
{ elseif $action eq 'reset' }
<div class="message"> { 'Hello' | @ translate } <em> { $username } </em>. { 'Enter your new password below.' | @ translate } </div>
<p>
<label>
{ 'New password' | @ translate }
<br>
<input type="password" name="use_new_pwd" id="use_new_pwd" value="">
</label>
</p>
<p>
<label>
{ 'Confirm Password' | @ translate }
<br>
<input type="password" name="passwordConf" id="passwordConf" value="">
</label>
</p>
2011-10-17 20:51:49 +00:00
<p class="bottomButtons"><input type="submit" name="submit" value=" { 'Submit' | @ translate } "></p>
2011-08-24 20:03:53 +00:00
{ /if }
2005-09-18 00:29:49 +00:00
</form>
2011-08-24 20:03:53 +00:00
{ /if } { * $action ne 'none' * }
<script type="text/javascript">
{ if $action eq 'lost' }
{ literal } try { document . getElementById ( 'username_or_email' ) . focus ( ) ; } catch(e) { } { /literal }
{ elseif $action eq 'reset' }
{ literal } try { document . getElementById ( 'use_new_pwd' ) . focus ( ) ; } catch(e) { } { /literal }
{ /if }
</script>
2005-09-18 00:29:49 +00:00
</div> <!-- content -->