コード例 #1
0
ファイル: index.php プロジェクト: krissss/YunDou-advanced
                    <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 class="font_bg_color">
                <td><strong>总计收入金额:</strong>+ <?php 
echo Money::findTotalIncomeMoney();
?>
(元)</td>
                <td><strong>总计支出金额:</strong>- <?php 
echo Money::findTotalConsumeMoney();
?>
(元)</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">用户类型</th>
                <th class="text-align-center">金额</th>
                <th class="text-align-center">云豆数</th>
                <th class="text-align-center">时间</th>
                <th class="text-align-center">支付方式</th>
                <th class="text-align-center">操作者</th>