{template 'header', $module}
我的商友
{if $action == 'add'}
分类 {$type_select}  [管理分类]
会员名
* 姓 名 {dstyle('style')}
公司名称
职位
电话
手机
主页
Email
MSN
QQ
备注
      
{elseif $action == 'edit'}
分类 {$type_select}  [管理分类]
显示顺序 请填写数字,数字越大越靠前
会员名
* 姓名 {dstyle('style', $style)}
公司名称
职位
电话
手机
主页
Email
MSN
QQ
备注
      
{else}
 {$fields_select}    {$type_select} 
{loop $friends $k $v} {if $k%2==0}{/if} {if $k%2==1}{/if} {/loop}
{if $v}
{$v[dcompany]}
{$v[name]}{if $v[career]} ({$v[career]}){/if}
电话:{$v[telephone]}
手机:{$v[mobile]}
[{$v[type]}]  [修改]  [删除]  {if $v[homepage]}{/if} {if $v[username]} {/if} {if $v[email]}{/if} {if $v[msn]}{/if} {if $v[qq]}{/if} 
{else}   {/if}
{if $MG[friend_limit]}
商友上限 {$MG[friend_limit]} 人   当前已加 {$limit_used} 人   还可以加 {$limit_free}
{/if}
{$pages}
{/if} {if $action=='add' || $action=='edit'} {/if} {template 'footer', $module}