{template 'header',$module} {if $action == 'payword'}
* 新支付密码
* 重复新支付密码  
* 验证码 {template 'captcha', 'chip'}
提示信息 提交后,系统将发送一封验证邮件至{$_email},请接收邮件完成验证
      
{elseif $action == 'email'}
* 新Email地址
* 验证码 {template 'captcha', 'chip'}
提示信息 提交后,系统将发送一封验证邮件至新Email地址,请接收邮件完成验证
      
{elseif $action == 'mobile'} {if isset($code)}
* 认证码 请输入你收到的短信认证码
      
{else}
{if $fee && $_sms<1} {/if}
* 新手机号
接收短信收费 {$fee} {$DT[money_unit]}
帐户余额 {$_money} {$DT[money_unit]} {if $fee>$_money} 余额不足 {/if} [充值]
* 支付密码 {template 'password', 'chip'}
提示信息 提交后,系统将发送一条短信至您的手机号码,请注意接收
      
{/if} {elseif $action == 'check'}
* 户 名
* 密 码 {template 'password', 'chip'}
Email
如果需要更换注册Email,请填写;如果不更换,请留空
* 验证码 {template 'captcha', 'chip'}
提示信息 提交后,系统将发送一封验证邮件至您的注册Email,请接收邮件完成验证
      
{else}
*
* Email 请填写您注册时填写的Email
* 新登录密码
* 重复新登录密码  
* 验证码 {template 'captcha', 'chip'}
提示信息 提交后,系统将发送一封验证邮件至您的注册Email,请接收邮件完成验证
      
{/if} {template 'footer',$module}