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

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

first commit of oAuth plugin, still in developpement

File size: 436 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 
6<fieldset style="text-align:center;">
7  <legend>{'Or sign in with'|@translate}</legend>
8 
9{foreach from=$PROVIDERS item=provider key=p}
10  <a href="#" class="oauth_{$p}" title="{$p}"><img src="{$ROOT_URL}{$OAUTH_PATH}template/icons/{$p|strtolower}_big.png"></a>
11{/foreach}
12</fieldset>
Note: See TracBrowser for help on using the repository browser.