lemonldap-ng/lemonldap-ng-portal/example/skins/impact/yubikeyform.tpl
2012-02-28 22:52:36 +00:00

25 lines
882 B
Smarty

<p>
<input name="yubikeyOTP" type="text" value="" tabindex="1" /><br/>
<span class="text-help">(<lang en="use your Yubikey" fr="Utilisez votre Yubikey"/>)</span>
</p>
<TMPL_IF NAME="CHECK_LOGINS">
<p>
<label for="checkLogins">
<input type="checkbox" id="checkLogins" name="checkLogins" <TMPL_IF NAME="ASK_LOGINS">checked</TMPL_IF>/>
<lang en="Check my last logins" fr="Voir mes dernières connexions"/>
</label>
</p>
</TMPL_IF>
<hr class="solid" />
<div class="panel-buttons">
<button type="reset" class="negative" tabindex="4">
<lang en="Cancel" fr="Annuler" />
</button>
<button type="submit" class="positive" tabindex="3">
<lang en="Connect" fr="Se connecter" />
</button>
</div>