{template admin:header} {if $certificate['type']==1} {elseif $certificate['type']==2} {/if}
认证状态: {if $certificate['status']==5}认证成功{elseif $certificate['status']==6}

认证失败

{if $certificate['errorinfo']}

{echo $certificate['errorinfo']}

{else}

您验证错误太多认证已禁用,请联系管理员解禁!

{/if} {else}认证中{/if}
银行名称: {for $bankarr $value} {if $value['bankid']==$certificate['bankid']}{echo $value['bankname']}{/if} {/for}
开户所在地: {if $certificate['bankaddress']} {echo $this->GetSelectCategory('category_city',$certificate['bankaddress'],'bankaddress','','',1)} {/if}
支行名称: {if !empty($certificate['bankname'])}{echo $certificate['bankname']}{/if}
银行卡号: {if !empty($certificate['bankcard'])}{echo $certificate['bankcard']}{/if}
在线支付: {for $onlinebank $value} {if $value['id_phpapp']==$certificate['bankid']}{echo $value['name_phpapp']}{/if} {/for}
工具帐号: {if !empty($certificate['bankcard'])}{echo $certificate['bankcard']}{/if}
公司名称: {if !empty($certificate['company'])}{echo $certificate['company']}{/if}
工商注册号: {if !empty($certificate['businessnumber'])}{echo $certificate['businessnumber']}{/if}
营业执照: {if !empty($certificate['businesslicense'])} {php}$photo=$this->GetMysqlOne('thumb'," ".$this->GetTable('file')." WHERE fid='$certificate[businesslicense]'");{/php} {if $photo} {/if} {/if}
法人姓名: {if !empty($certificate['realname'])}{echo $certificate['realname']}{/if}
身份证号: {if !empty($certificate['idnumber'])}{echo $certificate['idnumber']}{/if}
上传身份证正面: {if !empty($certificate['frontphoto'])} {php}$photo=$this->GetMysqlOne('thumb'," ".$this->GetTable('file')." WHERE fid='$certificate[frontphoto]'");{/php} {if $photo} {/if} {/if}
上传身份证反面: {if !empty($certificate['rearphoto'])} {php}$photo=$this->GetMysqlOne('thumb'," ".$this->GetTable('file')." WHERE fid='$certificate[rearphoto]'");{/php} {if $photo} {/if} {/if}