{if $action == 'my'}
{if $head_title}{$head_title} - {/if}我的商务室 - {$DT[sitename]}
{else}
{template 'header', $module}
我的商友
{if $action == 'add'}
{elseif $action == 'edit'}
{else}
{loop $friends $k $v}
{if $k%2==0}{/if}
{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 $k%2==1}
{/if}
{/loop}
{if $MG[friend_limit]}
商友上限 {$MG[friend_limit]} 人 当前已加 {$limit_used} 人 还可以加 {$limit_free} 人
{/if}
{$pages}
{/if}
{if $action=='add' || $action=='edit'}
{/if}
{template 'footer', $module}
{/if}