funchat/themes/archer/lostpw.tpl
2025-06-02 10:01:12 +02:00

12 lines
646 B
Smarty

<h2>##LOSTPASS##</h2>
{$emsg}
##FINGLONGTEXT##
<span style="text-align:center; display:block;">
<form class="loginform" action="{$path}lostpw.php" method="post">
<strong><img src="{$path}themes/default/images/icons/user.png" style="border:none;"/> ##USERNAME##:<br /></strong>
<input type="text" name="username" value="{$data.username}" size="15" maxlength="25" /><br />
<strong><img src="{$path}themes/default/images/icons/email.png" style="border:none;"/> ##MAIL##:</strong><br />
<input type="email" name="email" value="{$data.email}" size="15" /><br />
<input type="submit" class="button" name="submit" value="##GETPASS##" />
</form>
</span>