lemonldap-ng/modules/lemonldap-ng-portal/example/skins/pastel/notification.tpl
Thomas CHEMINEAU fa039d2114 Store hidden informations in forms
* SAML: store SAMLRequest in IssuerDBSAML, just before to redirect to IDP
  * Simple: add functions to manage hidden values for forms
2010-04-02 09:17:02 +00:00

26 lines
684 B
Smarty

<TMPL_INCLUDE NAME="header.tpl">
<div class="message <TMPL_VAR NAME="AUTH_ERROR_TYPE">"><ul><li>
<lang en="You have some new messages" fr="Vous avez de nouveaux messages"/>
</li></ul></div>
<div class="loginlogo"></div>
<form action="#" method="post" class="login">
<TMPL_VAR NAME="HIDDEN_INPUTS">
<h3><lang en="New message(s)" fr="Nouveaux messages"/>&nbsp;:</h3>
<table>
<tr><td>
<TMPL_VAR NAME="NOTIFICATION">
<div class="buttons">
<button type="submit" class="positive">
<img src="/skins/common/accept.png" alt="" />
<lang en="Accept" fr="Accepter" />
</button>
</div>
</td></tr>
</table>
</form>
<TMPL_INCLUDE NAME="footer.tpl">