lemonldap-ng/lemonldap-ng-portal/site/templates/bootstrap/2fchoice.tpl

26 lines
975 B
Smarty
Raw Normal View History

2018-03-09 07:17:25 +01:00
<TMPL_INCLUDE NAME="header.tpl">
<div class="container">
<div class="message message-positive alert" trspan="choose2f"></div>
<div class="buttons">
<form action="/2fchoice" method="POST">
<input type="hidden" id="token" name="token" value="<TMPL_VAR NAME="TOKEN">" />
<input type="hidden" id="checkLogins" name="checkLogins" value="<TMPL_VAR NAME="CHECKLOGINS">">
2018-03-09 07:17:25 +01:00
<TMPL_LOOP NAME="MODULES">
2018-09-25 16:44:51 +02:00
<button type="submit" name="sf" value="<TMPL_VAR NAME="CODE">" class="mx-3">
<img src="<TMPL_VAR NAME="STATIC_PREFIX"><TMPL_VAR NAME="SKIN">/<TMPL_VAR NAME="LOGO">" alt="<TMPL_VAR NAME="CODE">2F" title="<TMPL_VAR NAME="CODE">2F" />
</button>
2018-03-09 07:17:25 +01:00
</TMPL_LOOP>
</form>
</div>
</div>
2018-09-25 16:44:51 +02:00
<div class="buttons mt-3">
<a href="<TMPL_VAR NAME="PORTAL_URL">?cancel=1" class="btn btn-primary" role="button">
2018-09-26 18:14:34 +02:00
<span class="fa fa-home"></span>
<span trspan="cancel">Cancel</span>
2018-03-09 07:17:25 +01:00
</a>
</div>
<TMPL_INCLUDE NAME="footer.tpl">