<{include file="header.html"}> <{if $action == 'list'}>

<{$pagetitle}>+添加新会员

<{foreach from=$users item=item}> <{foreachelse}> <{/foreach}>
ID 会员类型 电子邮件 昵 称 QQ 注册时间 会员状态 操作选项
<{$item.user_id}> <{$item.user_type}> <{$item.user_email}> <{$item.nick_name}> <{$item.user_qq}> <{$item.join_time}> <{$item.user_status}> <{$item.user_operate}>
无任何会员!
<{$showpage}>
<{/if}> <{if $action == 'add' || $action == 'edit'}>

<{$pagetitle}>返回列表»

会员类型:
用户名: *
登录密码: *
电子邮箱: *
QQ号 码:
会员积分:
会员状态:
  <{if $action == 'edit' && $user.user_id}> <{/if}>  
<{/if}> <{include file="footer.html"}>