{template 'header', 'member'}
{if $action == 'sms'}短信{else}会员{/if}登录
{if $action == 'sms'}取消{else}注册{/if}
{if $action == 'sms'}
{template 'captcha', 'chip'}
{else}
{if $MOD[captcha_login]}
{template 'captcha', 'chip'}
{/if}
{if $oa}
{loop $OAUTH $k $v} {if $v[enable]}{$v[name]}{/if} {/loop}
{/if}
{/if}
{template 'footer', 'member'}