lemonldap-ng/lemonldap-ng-portal/site/templates/bootstrap/yubikeyform.tpl

14 lines
461 B
Smarty
Raw Normal View History

2014-06-05 15:49:44 +02:00
<div class="form">
<div class="form-group input-group">
<span class="input-group-addon"><i class="glyphicon glyphicon-chevron-right"></i> </span>
<input name="yubikeyOTP" type="text" class="form-control" trplaceholder="enterYubikey" />
</div>
<TMPL_INCLUDE NAME="checklogins.tpl">
<button type="submit" class="btn btn-success" >
<span class="glyphicon glyphicon-log-in"></span>
<span trspan="connect">Connect</span>
</button>
2014-06-05 15:49:44 +02:00
</div>