{template 'common/header-gw'} {if $do == 'profile'}
只能用'0-9'、'a-z'、'A-Z'、'.'、'@'、'_'、'-'、'!'以内范围的字符
{if !$_W['isfounder']}

{$user['groupname']}

{php echo date('Y-m-d', $user['starttime'])} ~~ {if empty($user['endtime'])} 永久有效 {else} {php echo date('Y-m-d', $user['endtime'])} {/if}

{/if}
{else}
{if $extendfields}
{loop $extendfields $item} {if $item['field']=='birthyear'}
{php echo tpl_fans_form($item['field'],$profile['birth']);}
{elseif $item['field']=='resideprovince'}
{php echo tpl_fans_form($item['field'],$profile['reside']);}
{else}
{php echo tpl_fans_form($item['field'], $profile[$item['field']]);}
{/if} {/loop}
{/if}
{/if} {template 'common/footer-gw'}