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

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

fix OpenID

File size: 578 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" title="{$p}"><img src="{$ROOT_URL}{$OAUTH_PATH}template/icons/{$oauth.identification_icon}/{$p|strtolower}.png"></a>
16{/strip}{/foreach}
17</fieldset>
Note: See TracBrowser for help on using the repository browser.