Ignore:
Timestamp:
Apr 7, 2015 1:52:40 PM (10 years ago)
Author:
namnd
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • pro-violet-viettel/sourcecode/application/modules/admin/views/report/listview.php

    r818 r883  
    1 <div class="col-xs-12">
     1<div class="col-xs-12">
    22                <!-- PAGE CONTENT BEGINS -->
    33                <div style="padding-bottom:4px" class="table-header">
    44                        Doanh thu
    55                        <div class="pull-right" style="margin:5px;">
    6                                         <a style="color:#fff" href="<?php echo base_url();?>admin/report/export">Xut ra Excel</a>
     6                                        <a style="color:#fff" href="<?php echo base_url();?>admin/report/export">Xuất ra Excel</a>
    77                </div>
    88                </div>
     
    1313                                        <div class="row">
    1414                                                <div class="col-sm-6">
    15                                                         <div id="sample-table-2_length" class="dataTables_length"><label>Hiện thị
     15                                                        <div id="sample-table-2_length" class="dataTables_length"><label>Hiện thị
    1616                                                                        <select onchange="filter();" name="items" size="1" aria-controls="sample-table-2">                                     
    1717                                                                                <?php foreach ($itemsoptions as $option) { ?>
    1818                                                                                <option <?php if($option == $perpage) echo "selected"; ?> value="<?php echo $option;?>"><?php echo $option;?></option>
    1919                                                                                <?php } ?>
    20                                                                         </select> bn ghi</label>
     20                                                                        </select> bản ghi</label>
    2121
    2222                                                        </div>
     
    2525                                                <div class="col-sm-6">
    2626                                                        <!--<div class="dataTables_filter" id="sample-table-2_filter">
    27                                                                 <label>Tìm kiếm:
     27                                                                <label>Tìm kiếm:
    2828                                                                        <input type="text" name="keyword" id="keyword" value='<?php echo $keyword;?>' style="width: 162px; height: 18px;" aria-controls="sample-table-2"></label>
    2929                                                        </div>-->
    30                                                         <div class="dataTables_filter" id="sample-table-2_filter"><label>Lc theo:
     30                                                        <div class="dataTables_filter" id="sample-table-2_filter"><label>Lọc theo:
    3131                                                                <select onchange="filter();" name="paid_type" size="1" style="width: 176px; height: 28px;">                                     
    3232                                                                        <?php foreach ($paid_types as $key => $type): ?>
     
    5151                                                <tr role="row">
    5252                                                       
    53                                                         <th class="<?php if ($sorting_field == 'fullname') {echo $sorting_order;} else {echo "";}?>" id="full_name" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Số điện thoại: activate to sort column ascending">Số điện thoại</th>
    54                                                         <th class="<?php if ($sorting_field == 'cellphone') {echo $sorting_order;} else {echo "sorting";}?>" id="cellphone" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 283px;" aria-label="Họ tên: activate to sort column ascending">Họ tên</th>
    55                                                         <th class="<?php if ($sorting_field == 'amount') {echo $sorting_order;} else {echo "sorting";}?>" id="amount" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Số điện thoại: activate to sort column ascending">Số tiền</th>
    56                                                         <th class="<?php if ($sorting_field == 'paid_type') {echo $sorting_order;} else {echo "sorting";}?>" id="paid_type" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Số điện thoại: activate to sort column ascending">SMS/Card</th>
    57                                                         <th class="<?php if ($sorting_field == 'paid_time') {echo $sorting_order;} else {echo "sorting";}?>" id="paid_time" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 209px;" aria-label="Ngày đăng ký: activate to sort column ascending">Ngày</th>
     53                                                        <th class="<?php if ($sorting_field == 'fullname') {echo $sorting_order;} else {echo "";}?>" id="full_name" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Số điện thoại: activate to sort column ascending">Số điện thoại</th>
     54                                                        <th class="<?php if ($sorting_field == 'cellphone') {echo $sorting_order;} else {echo "sorting";}?>" id="cellphone" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 283px;" aria-label="Họ tên: activate to sort column ascending">Họ tên</th>
     55                                                        <th class="<?php if ($sorting_field == 'amount') {echo $sorting_order;} else {echo "sorting";}?>" id="amount" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Số điện thoại: activate to sort column ascending">Số tiền</th>
     56                                                        <th class="<?php if ($sorting_field == 'paid_type') {echo $sorting_order;} else {echo "sorting";}?>" id="paid_type" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Số điện thoại: activate to sort column ascending">SMS/Card</th>
     57                                                        <th class="<?php if ($sorting_field == 'paid_time') {echo $sorting_order;} else {echo "sorting";}?>" id="paid_time" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 209px;" aria-label="Ngày đăng kÜ: activate to sort column ascending">Ngày</th>
    5858                                                         
    5959                                        </thead>
     
    9090                                                <tr>
    9191                                                <td colspan=2>
    92                                                 Tổng tiền
     92                                                Tổng tiền
    9393                                                </td>
    9494                                                <td colspan=3>
     
    9797                                                </tr>
    9898                                        </tbody></table><div class="row"><div class="col-sm-6">
    99                                                         <div class="dataTables_info" id="sample-table-2_info">Hiển thị <?php echo ($start+1)?> đến <?php echo ($start+$perpage)?> của <?php echo $total?> bản ghi</div>
     99                                                        <div class="dataTables_info" id="sample-table-2_info">Hiển thị <?php echo ($start+1)?> đến <?php echo ($start+$perpage)?> cá»§a <?php echo $total?> bản ghi</div>
    100100                                                               
    101101                                                </div>
     
    120120            <div class="modal-header">
    121121                <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">&times;</span><span class="sr-only">Close</span></button>
    122                 <h4 class="modal-title">Lịch sử</h4>
     122                <h4 class="modal-title">Lịch sá»­</h4>
    123123            </div>
    124124            <div class="modal-body">
     
    126126                    <li class="active" >
    127127                        <a id="regis-tab" href="#regis" data-toggle="tab">
    128                             Giao dch
     128                            Giao dịch
    129129                        </a>
    130130                    </li>
    131131                    <li>
    132132                        <a id="trade-tab" href="#trade" data-toggle="tab">
    133                             Thông tin
     133                            ThÃŽng tin
    134134                        </a>
    135135                    </li>
     
    137137                <div class="tab-content history-tab-content">
    138138                    <div class="tab-pane in active" id="regis">
    139                                                 <div class="col-sm-12">
    140                                                         <h5>Tài khoản SBG Online: <b><span class="blue"><span id="topup-money"><?php echo number_format($acc_balanced, 0); ?></span> VNĐ <span></b></h5>
     139                                                <div>
     140                                                        <h5>Tài khoản SBG Online: <b><span class="blue"><span id="topup-money"><?php echo number_format($acc_balanced, 0); ?></span> VNĐ <span></b></h5>
    141141                                                </div>
    142142                        <div class="table-responsive">
     
    145145                                    <tr>
    146146                                        <th class="center">
    147                                             T
     147                                            Từ
    148148                                        </th>
    149                                                                                 <th class="center"> Số tiền (VNĐ) </th>
    150                                         <th class="center"> Gói dịch vụ </th>
     149                                                                                <th class="center"> Số tiền (VNĐ) </th>
     150                                        <th class="center"> Gói dịch vụ </th>
    151151                                        <th>
    152152                                            <i class="icon-time bigger-110 hidden-480"></i>
    153                                             Thi gian
     153                                            Thời gian
    154154                                        </th>
    155155                                    </tr>
Note: See TracChangeset for help on using the changeset viewer.