lemonldap-ng/modules/lemonldap-ng-portal/example/skins/impact/mail.tpl

41 lines
1.3 KiB
Smarty
Raw Normal View History

2010-03-22 17:59:10 +01:00
<TMPL_INCLUDE NAME="header.tpl">
<div id="content">
<div id="content-all">
<div class="title">
<img src="/skins/<TMPL_VAR NAME="SKIN">/images/logo-ok.png" />
<lang en="Forgot your password?" fr="Mot de passe oubli&eacute; ?"/>
2010-03-22 17:59:10 +01:00
</div>
<hr class="solid" />
<TMPL_IF NAME="DISPLAY_FORM">
<p class="text-error"><TMPL_VAR NAME="AUTH_ERROR"></p>
<form action="#" method="post" class="login">
<div id="content-all-info">
<table>
<tr>
<th><lang en="Mail" fr="Adresse mail"/></th>
<td><input name="mail" type="text"/></td>
</tr>
<tr>
<td colspan="2">
<div class="buttons">
2010-03-22 17:59:10 +01:00
<button type="submit" class="positive">
<lang en="Send me a new password" fr="Envoyez-moi un nouveau mot de passe" />
2010-03-22 17:59:10 +01:00
</button>
</div>
</td>
</tr>
</table>
</div>
</form>
</TMPL_IF>
<div class="panel-buttons">
<button type="button" class="positive" tabindex="1" onclick="location.href='<TMPL_VAR NAME="PORTAL_URL">';return false;">
<lang en="Go to portal" fr="Aller au portail" />
</button>
</div>
</div>
</div>
2010-03-22 17:59:10 +01:00
<TMPL_INCLUDE NAME="footer.tpl">