{html_style} form[name=register_form], form[name=login_form] { width:49%; display:inline-block; vertical-align:top; } #oauth { width:400px; height:48px; overflow:hidden; margin:0 auto 15px auto; padding:5px; background:rgba(128,128,128,0.2); border:1px solid #7e7e7e; border-radius:5px; } #oauth .avatar { width:48px; border-radius:5px; margin-right:5px; float:left; } {/html_style} {footer_script require="jquery"} jQuery("form[name=register_form] input[type=password], form[name=register_form] input[name=send_password_by_mail]").parent().hide(); {/footer_script}
{if $OAUTH_USER.avatar} {else} {/if} {'Logged with'|translate} : {$OAUTH_USER.provider}
{'Username'|translate} : {$OAUTH_USER.username}
{if $OAUTH_USER.u_profile}{'Profile URL'|translate} : {$OAUTH_USER.u_profile|truncate:40:' ... ':true:true}{/if}
{'Associate with an existing account'|@translate}

{if isset($U_LOST_PASSWORD)}

 {'Forgot your password?'|@translate}

{/if}