1
0
Fork 0
mirror of https://github.com/Oreolek/ifhub.club.git synced 2024-07-06 00:14:25 +03:00
ifhub.club/templates/skin/developer-jquery/actions/ActionLogin/reminder.tpl
2011-04-01 07:49:36 +00:00

17 lines
464 B
Smarty

{assign var="noSidebar" value=true}
{include file='header.tpl'}
<div class="center">
<form action="{router page='login'}reminder/" method="POST">
<h2>{$aLang.password_reminder}</h2>
<p><label for="mail">{$aLang.password_reminder_email}<br />
<input type="text" name="mail" id="name" class="input-200" /></label></p>
<input type="submit" name="submit_reminder" value="{$aLang.password_reminder_submit}" />
</form>
</div>
{include file='footer.tpl'}