function content_55d7d213cac4f5_08512100($_smarty_tpl)
    {
        if (!is_callable('smarty_function_link')) {
            include '/www/wwwroot/www.fzgxw.com/system/plugins/smarty/function.link.php';
        }
        if (!is_callable('smarty_modifier_iplocal')) {
            include '/www/wwwroot/www.fzgxw.com/system/plugins/smarty/modifier.iplocal.php';
        }
        echo $_smarty_tpl->getSubTemplate("admin:common/header.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);
        ?>

<div class="page-title">
	<table width="100%" align="center" cellpadding="0" cellspacing="0" >
		<tr>
			<td width="30" align="right"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['pager']->value['url'];
        ?>
/images/main-h5-ico.gif" alt="" /></td>
			<th><?php 
        echo $_smarty_tpl->tpl_vars['MOD']->value['title'];
        ?>
</th>
			<td align="right">
			<?php 
        echo smarty_function_link(array('ctl' => "member/member:so", 'class' => "button", 'title' => "搜索", 'load' => "mini:搜索会员", 'width' => "mini:500"), $_smarty_tpl);
        ?>
 &nbsp; &nbsp;
			<?php 
        echo smarty_function_link(array('ctl' => "member/member:create", 'class' => "button", 'title' => "添加"), $_smarty_tpl);
        ?>
</td>
			<td width="15"></td>
		</tr>
	</table>
</div>
<div class="page-data">	
	<form id="items-form">
    <table width="100%" border="0" cellspacing="0" class="table-data table left">
    <tr>
		<th class="w-100">UID</th><th>会员名</th><th>类型</th><th>邮箱</th><th>手机</th><th>金币</th>
		<th>注册IP</th><th>状态</th><th class="w-150">操作</th>
	</tr>
    <?php 
        $_smarty_tpl->tpl_vars['item'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['item']->_loop = false;
        $_from = $_smarty_tpl->tpl_vars['items']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        foreach ($_from as $_smarty_tpl->tpl_vars['item']->key => $_smarty_tpl->tpl_vars['item']->value) {
            $_smarty_tpl->tpl_vars['item']->_loop = true;
            ?>
    <tr>
		<td class="left"><label><input type="checkbox" value="<?php 
            echo $_smarty_tpl->tpl_vars['item']->value['uid'];
            ?>
" name="uid[]" CK="PRI"/><?php 
            echo $_smarty_tpl->tpl_vars['item']->value['uid'];
            ?>
<label></td>
		<td class="left"><a ucard="@<?php 
            echo $_smarty_tpl->tpl_vars['item']->value['uid'];
            ?>
"><?php 
            echo $_smarty_tpl->tpl_vars['item']->value['uname_v'];
            ?>
</a></td>
		<td><b <?php 
            if ($_smarty_tpl->tpl_vars['item']->value['from'] != 'member') {
                ?>
class="blue"<?php 
            }
            ?>
><?php 
            echo $_smarty_tpl->tpl_vars['item']->value['from_title'];
            ?>
</b></td>
		<td class="left"><?php 
            echo $_smarty_tpl->tpl_vars['item']->value['mail'];
            if ($_smarty_tpl->tpl_vars['item']->value['verify_mail']) {
                ?>
<span class="red">[已验证]</span><?php 
            }
            ?>
</td>
		<td><?php 
            echo ($tmp = @$_smarty_tpl->tpl_vars['item']->value['mobile']) === null || $tmp === '' ? '--' : $tmp;
            if ($_smarty_tpl->tpl_vars['item']->value['verify_mobile']) {
                ?>
<span class="red">[已验证]</span><?php 
            }
            ?>
</td>
		<td><b class="red"><?php 
            echo ($tmp = @$_smarty_tpl->tpl_vars['item']->value['gold']) === null || $tmp === '' ? '0' : $tmp;
            ?>
</b></td><td><?php 
            echo $_smarty_tpl->tpl_vars['item']->value['regip'];
            ?>
(<?php 
            echo smarty_modifier_iplocal($_smarty_tpl->tpl_vars['item']->value['regip']);
            ?>
)</td>
		<td><?php 
            if ($_smarty_tpl->tpl_vars['item']->value['closed'] == '3') {
                ?>
删除<?php 
            } elseif ($_smarty_tpl->tpl_vars['item']->value['closed'] == '2') {
                ?>
锁定<?php 
            } elseif ($_smarty_tpl->tpl_vars['item']->value['closed'] == '1') {
                ?>
禁言<?php 
            } else {
                ?>
正常<?php 
            }
            ?>
</td>
		<td>
		<?php 
            echo smarty_function_link(array('ctl' => "member/member:manager", 'args' => $_smarty_tpl->tpl_vars['item']->value['uid'], 'title' => "管理", 'class' => "button", 'target' => "member"), $_smarty_tpl);
            ?>
	
		<?php 
            echo smarty_function_link(array('ctl' => "member/member:gold", 'args' => $_smarty_tpl->tpl_vars['item']->value['uid'], 'title' => "充值金币", 'load' => "mini:充值金币", 'width' => "mini:500", 'class' => "button"), $_smarty_tpl);
            ?>

		<?php 
            echo smarty_function_link(array('ctl' => "member/member:edit", 'args' => $_smarty_tpl->tpl_vars['item']->value['uid'], 'title' => "修改", 'class' => "button"), $_smarty_tpl);
            ?>

		<?php 
            echo smarty_function_link(array('ctl' => "member/member:delete", 'args' => $_smarty_tpl->tpl_vars['item']->value['uid'], 'act' => "mini:删除", 'confirm' => "mini:确定要删除吗?", 'title' => "删除", 'class' => "button"), $_smarty_tpl);
            ?>

		</td>
	</tr>
    <?php 
        }
        if (!$_smarty_tpl->tpl_vars['item']->_loop) {
            ?>
     <tr><td colspan="20"><p class="text-align">没有数据</p></td></tr>
    <?php 
        }
        ?>
    </table>
	</form>
	<div class="page-bar">
		<table>
			<tr>
			<td class="w-100"><label><input type="checkbox" CKA="PRI"/>&nbsp;&nbsp;全选</label></td>
			<td colspan="10" class="left"><?php 
        echo smarty_function_link(array('ctl' => "member/member:delete", 'type' => "button", 'submit' => "mini:#items-form", 'confirm' => "mini:确定要批量删除选中的内容吗?", 'priv' => "hide", 'value' => "批量删除"), $_smarty_tpl);
        ?>
</td>
			<td class="page-list"><?php 
        echo $_smarty_tpl->tpl_vars['pager']->value['pagebar'];
        ?>
</td>
		</tr>
		</table>
	</div>
</div>
<?php 
        echo $_smarty_tpl->getSubTemplate("admin:common/footer.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);
    }
    function content_55d7d2074d8a87_35551023($_smarty_tpl)
    {
        if (!is_callable('smarty_function_link')) {
            include '/www/wwwroot/www.fzgxw.com/system/plugins/smarty/function.link.php';
        }
        if (!is_callable('smarty_modifier_format')) {
            include '/www/wwwroot/www.fzgxw.com/system/plugins/smarty/modifier.format.php';
        }
        if (!is_callable('smarty_modifier_iplocal')) {
            include '/www/wwwroot/www.fzgxw.com/system/plugins/smarty/modifier.iplocal.php';
        }
        echo $_smarty_tpl->getSubTemplate("admin:common/header.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);
        ?>

<div class="page-title">
	<table width="100%" align="center" cellpadding="0" cellspacing="0" >
		<tr>
			<td width="30" align="right"><img src="<?php 
        echo $_smarty_tpl->tpl_vars['pager']->value['url'];
        ?>
/images/main-h5-ico.gif" alt="" /></td>
			<th><?php 
        echo $_smarty_tpl->tpl_vars['MOD']->value['title'];
        ?>
</th>
			<td align="right"><?php 
        echo smarty_function_link(array('ctl' => "member/verify:so", 'load' => "mini:搜索实名认证", 'width' => "mini:450", 'class' => "button", 'title' => "搜索"), $_smarty_tpl);
        ?>
</td>
			<td width="15"></td>
		</tr>
	</table>
</div>
<div class="page-data">	
	<form id="items-form">
    <table width="100%" border="0" cellspacing="0" class="table-data table">
    <tr>
        <th class="w-100">用户</th><th>姓名/企业名</th><th>证件号</th>
        <th>证件图片</th><th>手机号</th><th>审核状态</th><th>通过时间</th><th>申请时间</th><th>申请时IP</th><th class="w-150">操作</th></tr>
    <?php 
        $_smarty_tpl->tpl_vars['item'] = new Smarty_Variable();
        $_smarty_tpl->tpl_vars['item']->_loop = false;
        $_from = $_smarty_tpl->tpl_vars['items']->value;
        if (!is_array($_from) && !is_object($_from)) {
            settype($_from, 'array');
        }
        foreach ($_from as $_smarty_tpl->tpl_vars['item']->key => $_smarty_tpl->tpl_vars['item']->value) {
            $_smarty_tpl->tpl_vars['item']->_loop = true;
            ?>
    <tr>
        <td><label><input type="checkbox" value="<?php 
            echo $_smarty_tpl->tpl_vars['item']->value['uid'];
            ?>
" name="uid[]" CK="PRI"/><a ucard="@<?php 
            echo $_smarty_tpl->tpl_vars['item']->value['uid'];
            ?>
"><?php 
            echo $_smarty_tpl->tpl_vars['member_list']->value[$_smarty_tpl->tpl_vars['item']->value['uid']]['uname'];
            ?>
(UID:<?php 
            echo $_smarty_tpl->tpl_vars['item']->value['uid'];
            ?>
)</a><label></td>
        <td><?php 
            echo $_smarty_tpl->tpl_vars['item']->value['name'];
            ?>
</td><td><?php 
            echo $_smarty_tpl->tpl_vars['item']->value['id_number'];
            ?>
</td><td><img src="<?php 
            echo $_smarty_tpl->tpl_vars['pager']->value['img'];
            ?>
/<?php 
            echo $_smarty_tpl->tpl_vars['item']->value['id_photo'];
            ?>
" photo="<?php 
            echo $_smarty_tpl->tpl_vars['pager']->value['img'];
            ?>
/<?php 
            echo $_smarty_tpl->tpl_vars['item']->value['id_photo'];
            ?>
" class="wh-50" /></td>
        <td><?php 
            echo $_smarty_tpl->tpl_vars['item']->value['mobile'];
            ?>
</td>
        <td><?php 
            if ($_smarty_tpl->tpl_vars['item']->value['verify'] == 2) {
                ?>
<a><b class="red" tips="<?php 
                echo $_smarty_tpl->tpl_vars['item']->value['refuse'];
                ?>
">拒绝</b></a><?php 
            } elseif ($_smarty_tpl->tpl_vars['item']->value['verify'] == 1) {
                ?>
<b class="blue">通过</b><?php 
            } else {
                ?>
<b>待审</b><?php 
            }
            ?>
</td>
        <td><?php 
            echo smarty_modifier_format($_smarty_tpl->tpl_vars['item']->value['verify_time']);
            ?>
</td><td><?php 
            echo smarty_modifier_format($_smarty_tpl->tpl_vars['item']->value['request_time']);
            ?>
</td><td><?php 
            echo $_smarty_tpl->tpl_vars['item']->value['request_ip'];
            ?>
(<?php 
            echo smarty_modifier_iplocal($_smarty_tpl->tpl_vars['item']->value['request_ip']);
            ?>
)</td>
        <td>
            <?php 
            echo smarty_function_link(array('ctl' => "member/verify:edit", 'args' => $_smarty_tpl->tpl_vars['item']->value['uid'], 'title' => "修改", 'class' => "button"), $_smarty_tpl);
            ?>

            <?php 
            echo smarty_function_link(array('ctl' => "member/verify:dopass", 'args' => $_smarty_tpl->tpl_vars['item']->value['uid'], 'act' => "mini:通过", 'confirm' => "mini:确定要审核通过吗?", 'class' => "button", 'title' => "通过"), $_smarty_tpl);
            ?>

            <?php 
            echo smarty_function_link(array('ctl' => "member/verify:dorefuse", 'args' => $_smarty_tpl->tpl_vars['item']->value['uid'], 'width' => "mini:500", 'load' => "mini:拒绝会员实名认真申请?", 'class' => "button", 'title' => "拒绝"), $_smarty_tpl);
            ?>

        </td>
     </tr>
    <?php 
        }
        if (!$_smarty_tpl->tpl_vars['item']->_loop) {
            ?>
     <tr><td colspan="20"><p class="text-align tip-notice">没有数据</p></td></tr>
    <?php 
        }
        ?>
    </table>
	</form>
	<div class="page-bar">
		<table>
			<tr>
			<td class="w-100"><label><input type="checkbox" CKA="PRI"/>&nbsp;&nbsp;全选</label></td>
			<td colspan="10" class="left">
                <?php 
        echo smarty_function_link(array('ctl' => "member/verify:dopass", 'type' => "button", 'submit' => "mini:#items-form", 'confirm' => "mini:确定要批量通过选中的内容吗?", 'priv' => "hide", 'value' => "批量通过"), $_smarty_tpl);
        ?>

                <?php 
        echo smarty_function_link(array('ctl' => "member/verify:dorefuse", 'type' => "button", 'load' => "mini:批量拒绝选中的认证信息?", 'width' => "mini:500", 'batch' => "mini:PRI", 'priv' => "hide", 'value' => "批量拒绝"), $_smarty_tpl);
        ?>

            </td>
			<td class="page-list"><?php 
        echo $_smarty_tpl->tpl_vars['pager']->value['pagebar'];
        ?>
</td>
		</tr>
		</table>
	</div>
</div>
<?php 
        echo $_smarty_tpl->getSubTemplate("admin:common/footer.html", $_smarty_tpl->cache_id, $_smarty_tpl->compile_id, null, null, array(), 0);
    }