lemonldap-ng/lemonldap-ng-portal/site/templates/bootstrap/ext2fcheck.tpl
2017-03-24 06:11:55 +00:00

20 lines
736 B
Smarty

<TMPL_INCLUDE NAME="header.tpl">
<div class="message message-positive alert"><label for="extcode" id="extcodelabel" trspan="enterExt2fCode"></span></div>
<form action="/ext2fcheck" method="post" class="password" role="form">
<div class="form">
<div class="form-group input-group">
<input name="code" value="" class="form-control" id="extcode" aria-describedby="extcodelabel">
<input type="hidden" id="token" name="token" value="<TMPL_VAR NAME="TOKEN">">
</div>
</div>
<div class="buttons">
<button type="submit" class="btn btn-success">
<span class="glyphicon glyphicon-log-in"></span>
<span trspan="connect">Connect</span>
</button>
</div>
</form>
<TMPL_INCLUDE NAME="footer.tpl">