1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-05-20 17:58:24 +03:00
ifhub.club/templates/skin/developer/actions/ActionLogin/reminder.tpl
2010-02-08 02:10:30 +00:00

14 lines
444 B
Smarty

{include file='header.light.tpl'}
<div class="center-block">
<form action="{router page='login'}reminder/" method="POST">
<h3>{$aLang.password_reminder}</h3>
<p><label for="mail">{$aLang.password_reminder_email}:</label>
<input type="text" class="input-text" name="mail" id="name" /></p>
<input type="submit" name="submit_reminder" value="{$aLang.password_reminder_submit}" />
</form>
</div>
{include file='footer.light.tpl'}