source: extensions/oAuth/template/identification_page.tpl @ 26604

Last change on this file since 26604 was 26604, checked in by mistic100, 10 years ago

clean templating + allow to use Steam/Wordpress/Flickr without displaying OpenID

File size: 427 bytes
Line 
1{html_style}
2#oauth_wrap .oauth { margin:0 2px; }
3{/html_style}
4 
5<fieldset style="text-align:center;" id="oauth_wrap">
6  <legend>{'Or sign in with'|translate}</legend>
7 
8{foreach from=$OAUTH.providers item=provider key=p}{strip}
9  {if $provider.enabled}
10    <a href="#" class="oauth oauth_{$OAUTH.conf.identification_icon} {$p|strtolower}" data-idp="{$p}" title="{$provider.name}"></a>
11  {/if}
12{/strip}{/foreach}
13</fieldset>
Note: See TracBrowser for help on using the repository browser.