{template header.html}
{template navigator.html}
仅记录最近的10次登录记录
{$meta_name}
{list action=sql sql='select * from @#member_login where uid=$uid order by logintime desc'} {/list}
登录时间 登录Ip 详情
{dr_date($t.logintime, NULL, 'red')} {if $t.oauthid}【{$t.oauthid}】{/if}{$t.loginip} {dr_strcut($t.useragent, 60)}
{template footer.html}