source: extensions/oAuth/template/identification_menubar.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: 637 bytes
Line 
1{if $id == "mbIdentification" and isset($U_LOGIN)}
2  {html_style}
3  dl#mbIdentification dd:first-of-type { padding-bottom:0 !important; }
4  #mbIdentification .oauth { margin:0 1px; }
5  {/html_style}
6 
7  <dd>
8    <form id="quickconnect">
9    <fieldset style="text-align:center;">
10      <legend>{'Or sign in with'|translate}</legend>
11     
12    {foreach from=$OAUTH.providers item=provider key=p}{strip}
13      {if $provider.enabled}
14        <a href="#" class="oauth oauth_{$OAUTH.conf.menubar_icon} {$p|strtolower}" data-idp="{$p}" title="{$provider.name}"></a>
15      {/if}
16    {/strip}{/foreach}
17    </fieldset>
18    </form>
19  </dd>
20{/if}
Note: See TracBrowser for help on using the repository browser.