{template 'header', 'member'}
消息{if $_message}{$_message}{/if}
聊天{if $_chat}{$_chat}{/if}
{if $action == 'guest' || $action == 'close'} {elseif $action=='view'} {elseif $action=='group'} {elseif $action=='friend'} {else} {/if}
{if $action == 'guest'}
您还没有登录,请先登录或注册
立即登录
注册会员
{elseif $action == 'close'}
您所在的会员组无权限
{elseif $action=='view'}
{if $lists} {loop $lists $v}
{$v[word]}
{/loop} {/if} {if $pages}
{$pages}
{/if} {elseif $action == 'group'}
{if $lists} {loop $lists $k $v}
{/loop} {else}
暂未加入群聊
查找群
{/if} {elseif $action == 'friend'}
{if $lists} {loop $TYPE $i $t}
{$t[typename]} ({$t[num]})
{loop $lists[$i] $k $v}
{/loop}
{/loop} {else}
暂无好友
添加好友
{/if} {else}
{/if} {template 'footer', 'member'}