lemonldap-ng/lemonldap-ng-portal/site/templates/common/notifinclude.tpl

16 lines
632 B
Smarty
Raw Normal View History

2017-02-01 06:30:44 +01:00
<TMPL_LOOP NAME="notifications">
2017-01-31 23:10:26 +01:00
<input type="hidden" name="reference<TMPL_VAR NAME="id">" value="<TMPL_VAR NAME="reference">">
<TMPL_IF NAME="title">
2017-02-02 13:29:59 +01:00
<h2 class="notifText"><TMPL_VAR NAME="title"></h2>
2017-01-31 23:10:26 +01:00
</TMPL_IF>
<TMPL_IF NAME="subtitle">
2017-02-02 13:29:59 +01:00
<h3 class="notifText"><TMPL_VAR NAME="subtitle"></h3>
2017-01-31 23:10:26 +01:00
</TMPL_IF>
<TMPL_IF NAME="text">
2017-02-02 13:29:59 +01:00
<p class="notifText"><TMPL_VAR NAME="text"></p>
2017-01-31 23:10:26 +01:00
</TMPL_IF>
<TMPL_LOOP NAME="check">
<p class="notifCheck"><label for="check<TMPL_VAR NAME="id">"><input type="checkbox" name="check<TMPL_VAR NAME="id">" id="<TMPL_VAR NAME="id">" value="accepted"><TMPL_VAR NAME="value"></label></p>
</TMPL_LOOP>
2017-02-01 06:30:44 +01:00
</TMPL_LOOP>