Ejemplo n.º 1
0
                        <option value="pay-more">支出云豆数大于</option>
                        <option value="pay-equal">支出云豆数等于</option>
                        <option value="pay-less">支出云豆数小于</option>
                    </select>
                    <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::findTotalUsersConsume();
?>
(颗)</td>
                <td><strong>总计支出云豆: </strong><?php 
echo IncomeConsume::findTotalUsersIncome();
?>
(颗)</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>