Пример #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 class="font_bg_color">
                <td><strong>总计收入云豆:</strong><?php 
echo IncomeConsume::findTotalIncome($user['userId']);
?>
(颗)</td>
                <td><strong>总计支出云豆:</strong><?php 
echo IncomeConsume::findTotalConsume($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">用户真实姓名</th>
                <th class="text-align-center">收入或支出云豆</th>
                <th class="text-align-center">来源或用途</th>
                <th class="text-align-center">时间</th>
            </tr>
            </thead>
Пример #2
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 IncomeConsume::findTotalIncome($user->userId);
?>
(颗)</td>
                <td><strong>总计支出云豆: </strong><?php 
echo IncomeConsume::findTotalConsume($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">来源用户</th>
                <th class="text-align-center">方式</th>
                <th class="text-align-center">时间</th>
            </tr>
            </thead>
            <tbody>