Exemple #1
0
                    <div class="box">
                        <div class="box-body table-responsive no-padding">
                            <table class="table table-hover">
                                <tr>
                                    <th>ID</th>
                                    <th>用户名</th>
                                    <th>邮箱</th>
                                    <th>端口</th>
                                    <th>总流量</th>
                                    <th>剩余流量</th>
                                    <th>已使用流量</th>
                                    <th>最后签到</th>
                                    <th>操作</th>
                                </tr>
                                <?php 
$us = $Users->AllNodeUser($node_id);
foreach ($us as $rs) {
    ?>
                                    <tr>
                                        <td>#<?php 
    echo $rs['uid'];
    ?>
</td>
                                        <td><?php 
    echo $rs['user_name'];
    ?>
</td>
                                        <td><?php 
    echo $rs['email'];
    ?>
</td>