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

Last change on this file since 20620 was 20620, checked in by mistic100, 11 years ago

use sprites for providers icons

File size: 557 bytes
Line 
1{if not $OAUTH_JS_LOADED}
2  {assign var=OAUTH_JS_LOADED value=true}
3  {include file=$OAUTH_ABS_PATH|cat:'template/identification_common.tpl'}
4{/if}
5{html_style}{literal}
6  #oauth_wrap .oauth {
7    margin:0 2px;
8  }
9{/literal}{/html_style}
10 
11<fieldset style="text-align:center;" id="oauth_wrap">
12  <legend>{'Or sign in with'|@translate}</legend>
13 
14{foreach from=$PROVIDERS item=provider key=p}{strip}
15  <a href="#" class="oauth oauth_{$oauth.identification_icon} {$p|strtolower}" data-idp="{$p}" title="{$provider.name}"></a>
16{/strip}{/foreach}
17</fieldset>
Note: See TracBrowser for help on using the repository browser.