{template 'common/header'} {template 'web/nav'} {if $operation == 'post'}
添加虚拟用户相册
{php echo tpl_form_field_image("avatar",$avatar);}
{php echo tpl_form_field_multi_image("thumb",$category['thumb']);}
   
{elseif $operation == 'display'}
筛选
{if !empty($category) || !empty($_GPC['sex'])}
管理虚拟用户相册 | 总数:{$total} 个
{loop $category $row} {/loop}
用户ID 用户性别 头像 相册 操作
{$row['mid']} {if $row['sex']==1}男{/if}{if $row['sex']==2}女{/if} {if !empty($row['thumb'])} {/if} {loop $row['xc'] $t} {/loop} 编辑 删除
全选
全不选
批量删除
{$pager}
{else}
管理虚拟用户相册
{/if}
{/if} {template 'common/footer'}