Exemple #1
0
                    <input type="text" name="content" class="form-control" placeholder="请输入查找内容">
                    <button type="submit" class="btn  btn-small btn btn-primary">查找</button>
                </div>
                <?php 
echo Html::endForm();
?>
            </div>
        </div>
        <table class="table table-bordered table-striped margin-bottom-20">
            <tr>
                <td><strong>总计提现金额:</strong><?php 
echo Withdraw::findTotalMoney($user['userId']);
?>
(元)</td>
                <td><strong>总计消耗云豆:</strong><?php 
echo Withdraw::findTotalBitcoin($user['userId']);
?>
(颗)</td>
                <td><strong>剩余云豆:</strong><?php 
echo Users::findBitcoin($user['userId']);
?>
(颗)</td>
            </tr>
        </table>
        <table class="table table-hover table-bordered text-align-center">
            <thead class="bordered-blue">
            <tr>
                <th class="text-align-center">序号</th>
                <th class="text-align-center">用户名称</th>
                <th class="text-align-center">提现金额(元)</th>
                <th class="text-align-center">消耗云豆(颗)