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

25 lines
926 B
Smarty

<p>
<input name="openid_identifier" type="text" value="" tabindex="1" /><br/>
<span class="text-help">(<lang en="for example: http://myopenid.org/toto" fr="par exemple : http://myopenid.org/toto"/>)</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>