Ignore:
Timestamp:
Apr 7, 2015 1:52:40 PM (10 years ago)
Author:
namnd
Message:
 
Location:
pro-violet-viettel/sourcecode/application/modules/admin/views
Files:
6 edited

Legend:

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

    r818 r883  
    1 <?php
     1<?php
    22$base_url = base_url();
    33$this->load->view('layout/admin/header', array('base_url' => $base_url));
     
    157157        <li>
    158158            <i class="icon-home home-icon"></i>
    159             <a href="#">Trang ch</a>
     159            <a href="#">Trang chá»§</a>
    160160        </li>
    161161
    162162        <li>
    163             <a href="#">Quản lý tin nhắn</a>
     163            <a href="#">Quản lÜ tin nhắn</a>
    164164        </li>
    165165       
     
    169169        <form class="form-search">
    170170            <span class="input-icon">
    171                 <input type="text" autocomplete="off" id="nav-search-input" class="nav-search-input" placeholder="Tìm kiếm ...">
     171                <input type="text" autocomplete="off" id="nav-search-input" class="nav-search-input" placeholder="Tìm kiếm ...">
    172172                <i class="icon-search nav-search-icon"></i>
    173173            </span>
     
    183183    <div class="page-header">
    184184        <h1>
    185             Tin nhn
     185            Tin nhắn
    186186            <small>
    187187                <i class="icon-double-angle-right"></i>
    188                 Mẫu tin nhắn
     188                Mẫu tin nhắn
    189189            </small>
    190190        </h1>
  • 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>
  • pro-violet-viettel/sourcecode/application/modules/admin/views/reportpackage/province.php

    r818 r883  
    99                Báo cáo doanh thu theo tỉnh / thành phố theo gói cước.
    1010            <div class="pull-right" style="margin:5px;">
    11                     <a style="color:#fff" href="<?php echo base_url();?>admin/reportpackage/export/<?php echo $month;?>/<?php echo $year;?>">Xuất ra Excel</a>
     11                    <a style="color:#fff" href="<?php echo base_url();?>admin/reportpackage/export/<?php echo $date;?>/<?php echo $month;?>/<?php echo $year;?>/-/<?php echo $to_date;?>/<?php echo $to_month;?>/<?php echo $to_year;?>">Xuất ra Excel</a>
    1212                </div>
    1313            </div>
     
    1717                    <form autocomplete="off" onsubmit="return false;" id="province" >
    1818                        <div class="row">
    19                             <div class="col-sm-6">
    20                                 <div class="" style="display: inline-block"><label>Tháng
     19                            <div class="col-sm-1">
     20                                <div class="" style="display: inline-block"><label><strong>Từ: </strong></label></div>
     21                                                        </div>
     22                                                        <div class="col-sm-6">
     23                                                                <div class="" style="display: inline-block"><label>Ngày</label>
     24
     25                                        <select aria-controls="sample-table-2" size="1" name="date" onchange="filter();">                                     
     26                                            <?php for ($i=1;$i<=31;$i++) { ?>
     27                                            <option value="<?php echo $i;?>" <?php if($date==$i) { ?> selected <?php }?>><?php echo $i;?></option>
     28                                            <?php }?>
     29                                        </select>
     30                                </div>
     31                                                                <div class="" style="display: inline-block"><label>Tháng</label>
    2132
    2233                                        <select aria-controls="sample-table-2" size="1" name="month" onchange="filter();">                                     
     
    3445                                        </select>
    3546                                </div>
    36                             </div>
     47                                                        </div>
     48                                                       
    3749
    3850                            <div class="col-sm-6">
     
    4052                            </div>
    4153                        </div>
     54                                               
     55                                                <div class="row">
     56                                                        <div class="col-sm-1">
     57                                <div class="" style="display: inline-block"><label><strong>Đến: </strong></label></div>
     58                                                        </div>
     59                                                        <div class="col-sm-6">
     60                                                                <div class="" style="display: inline-block"><label>Ngày</label>
     61
     62                                        <select aria-controls="sample-table-2" size="1" name="to_date" onchange="filter();">                                     
     63                                            <?php for ($i=1;$i<=31;$i++) { ?>
     64                                            <option value="<?php echo $i;?>" <?php if($to_date==$i) { ?> selected <?php }?>><?php echo $i;?></option>
     65                                            <?php }?>
     66                                        </select>
     67                                </div>
     68                                <div class="" style="display: inline-block"><label>Tháng</label>
     69
     70                                        <select aria-controls="sample-table-2" size="1" name="to_month" onchange="filter();">                                     
     71                                            <?php for ($i=1;$i<=12;$i++) { ?>
     72                                            <option value="<?php echo $i;?>" <?php if($to_month==$i) { ?> selected <?php }?>><?php echo $i;?></option>
     73                                            <?php }?>
     74                                        </select>
     75                                </div>
     76                                <div class=""  style="display: inline-block"><label>Năm
     77
     78                                        <select aria-controls="sample-table-2" size="1" name="to_year" onchange="filter();">                                     
     79                                            <?php for ($i=2014;$i<=date("Y");$i++) { ?>
     80                                            <option value="<?php echo $i;?>" <?php if($to_year==$i) { ?> selected <?php }?>><?php echo $i;?></option>
     81                                            <?php }?>
     82                                        </select>
     83                                </div>
     84                            </div>
     85                                                </div>
     86                                               
    4287                          </form>
    4388                    <table class="table table-striped table-bordered table-hover dataTable" id="sample-table-2" aria-describedby="sample-table-2_info">
  • pro-violet-viettel/sourcecode/application/modules/admin/views/reportprovince/province.php

    r838 r883  
    1717                <div role="grid" class="dataTables_wrapper" id="sample-table-2_wrapper">
    1818                    <form autocomplete="off" onsubmit="return false;" id="province" >
    19                         <div class="row">
    20                             <div class="col-sm-1">
    21                                 <div class="" style="display: inline-block"><label><strong>Từ: </strong></label></div>
    22                                                         </div>
    23                                                         <div class="col-sm-6">
    24                                                                 <div class="" style="display: inline-block"><label>Ngày</label>
    25 
    26                                         <select aria-controls="sample-table-2" size="1" name="date" onchange="filter();">                                     
    27                                             <?php for ($i=1;$i<=31;$i++) { ?>
    28                                             <option value="<?php echo $i;?>" <?php if($date==$i) { ?> selected <?php }?>><?php echo $i;?></option>
    29                                             <?php }?>
    30                                         </select>
    31                                 </div>
    32                                                                 <div class="" style="display: inline-block"><label>Tháng</label>
    33 
    34                                         <select aria-controls="sample-table-2" size="1" name="month" onchange="filter();">                                     
    35                                             <?php for ($i=1;$i<=12;$i++) { ?>
    36                                             <option value="<?php echo $i;?>" <?php if($month==$i) { ?> selected <?php }?>><?php echo $i;?></option>
    37                                             <?php }?>
    38                                         </select>
    39                                 </div>
    40                                 <div class=""  style="display: inline-block"><label>Năm
    41 
    42                                         <select aria-controls="sample-table-2" size="1" name="year" onchange="filter();">                                     
    43                                             <?php for ($i=2014;$i<=date("Y");$i++) { ?>
    44                                             <option value="<?php echo $i;?>" <?php if($year==$i) { ?> selected <?php }?>><?php echo $i;?></option>
    45                                             <?php }?>
    46                                         </select>
    47                                 </div>
    48                                                         </div>
    49                                                        
    50 
    51                             <div class="col-sm-6">
    52 
    53                             </div>
    54                         </div>
    55                                                
    5619                                                <div class="row">
    57                                                         <div class="col-sm-1">
    58                                                                 <div class="" style="display: inline-block"><label><strong>Đến: </strong></label></div>
    59                                                         </div>
    6020                                                        <div class="col-sm-6">
    6121                                                                <div class="" style="display: inline-block"><label>Ngày</label>
     
    10868                                                                <td style="font-weight:bold;"><?php echo $totalTbth; ?></td>
    10969                                                                <td style="font-weight:bold;"><?php echo $totalTbn; ?></td>
    110                                                                 <td style="font-weight:bold;"><?php echo $totalDtng; ?></td>
    111                                                                 <td style="font-weight:bold;"><?php echo $totalDtth; ?></td>
    112                                                                 <td style="font-weight:bold;"><?php echo $totalDtn; ?></td>
     70                                                                <td style="font-weight:bold;"><?php echo number_format($totalDtng, 0); ?></td>
     71                                                                <td style="font-weight:bold;"><?php echo number_format($totalDtth, 0); ?></td>
     72                                                                <td style="font-weight:bold;"><?php echo number_format($totalDtn, 0); ?></td>
    11373                                                               
    11474                                                        </tr>
     
    12787                                    <td class="hidden-480 "><?php echo $province['tbt']; ?></td>
    12888                                    <td class=" "><?php echo $province['tbn']; ?></td>
    129                                     <td class=" "><?php echo $province['dtng']; ?></td>
    130                                     <td class=" "><?php echo $province['dtt']; ?></td>
    131                                     <td class=" "><?php echo $province['dtn']; ?></td>
     89                                    <td class=" "><?php echo number_format($province['dtng'], 0); ?></td>
     90                                    <td class=" "><?php echo number_format($province['dtt'], 0); ?></td>
     91                                    <td class=" "><?php echo number_format($province['dtn'], 0); ?></td>
    13292
    13393                                </tr>
  • pro-violet-viettel/sourcecode/application/modules/admin/views/user/index.php

    r773 r883  
    9090                                $('#table_content').show();
    9191                                $("#content").html(data);
    92                                 $("#keyword").focus();
    93                                 $("#keyword").setCursorToTextEnd();
    9492                                $('.daterangepicker').daterangepicker({
    9593                                        format: 'DD/MM/YYYY'
    9694                                });
     95                                $("#keyword").focus();
     96                                $("#keyword").setCursorToTextEnd();
     97                                init_page();
    9798                                $('input[name="daterange"]').val(daterange);
    98                                 init_page();
    9999                        },
    100100                        error: function (jqXHR, textStatus, errorThrown)
     
    104104        });
    105105        }
     106        //$(document).ready(function(){
     107               
     108        //});
     109       
    106110               
    107111</script>
  • pro-violet-viettel/sourcecode/application/modules/admin/views/user/listview.php

    r818 r883  
    4545                    Thêm người dùng
    4646                </button-->
     47                                <div class="pull-right" style="margin:5px;">
     48                   
     49                                        <a style="color:#fff" href="<?php echo base_url();?>admin/user/export/<?php echo $current_page; ?>/<?php echo $perpage; ?>/<?php echo ($keyword)?$keyword:'default'; ?>/<?php echo $status; ?>/<?php echo ($province)?$povince:'default'; ?>/<?php echo ($district)?$district:'default';?>/<?php echo ($daterange)?$daterange:'default'; ?>/<?php echo $sorting_order; ?>/<?php echo $sorting_field;?>">Xuất ra Excel</a>
     50                                       
     51                </div>
    4752
    4853            </div>
     
    7681                                </div>
    7782                                                                <div style="clear: both;"></div>
    78                                                                 <div class="dataTables_status" style="float: right;" id="sample-table-2_status"><label>Lọc theo Tỉnh/TP:
    79                                                                         <select onchange="filter();" name="province-code" size="1" style="width: 176px; height: 28px;">
     83                                                                <div class="dataTables_province" style="float: right;" id="sample-table-2_status"><label>Lọc theo Tỉnh/TP:
     84                                                                        <select onchange="filter();" name="province" class="form-field-province" size="1" style="width: 176px; height: 28px;">
    8085                                                                                <option value=''></option>
     86                                               
    8187                                                                                <?php foreach ($provinces as $key => $pro): ?>
    82                                                                                         <option <?php if ($key == $province_code) echo "selected"; ?> value="<?php echo $key; ?>"><?php echo $pro; ?></option>
     88                                                                                        <option <?php if ($key == $province) echo "selected"; ?> value="<?php echo $key; ?>"><?php echo $pro; ?></option>
    8389                                                                                <?php endforeach; ?>
     90                                                                        </select>
     91                                </div>
     92                                                               
     93                                                                <div class="dataTables_district" style="float: right;" id="sample-table-2_status"><label>Lọc theo Quận/Huyện:
     94                                                                        <select onchange="filter();" name="district" id="form-field-district" class="form-field-district" size="1" style="width: 176px; height: 28px;">
     95                                                                                <?php if ($districts):?>
     96                                                                                        <option value=''></option>
     97                                                                                        <?php foreach ($districts as $key => $dist): ?>
     98                                                                                                <option <?php if ($dist['district_id'] == $district) echo "selected"; ?> value="<?php echo $dist['district_id']; ?>"><?php echo $dist['district_name']; ?></option>
     99                                                                                        <?php endforeach; ?>
     100                                                                                        <?php endif;?>
    84101                                                                        </select>
    85102                                </div>
     
    92109                            </div>
    93110                        </div>
    94 
     111                                                <input type="hidden" name="sorting_order" id="sorting_order" value="<?php echo $sorting_order; ?>" />
     112                                                <input type="hidden" name="sorting_field" id="sorting_field" value="<?php echo $sorting_field; ?>"/>
    95113                </div>
    96114
    97                 <input type="hidden" name="sorting_order" id="sorting_order" value="<?php echo $sorting_order; ?>" />
    98                 <input type="hidden" name="sorting_field" id="sorting_field" value="<?php echo $sorting_field; ?>"/>
    99115                </form>
    100116                <!-- Table Content -->
     
    104120                        <thead>
    105121                            <tr role="row">
    106                                 <th class="center sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 44px;" aria-label="">
     122                                <!--<th class="center sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 44px;" aria-label="">
    107123                                    <label>
    108124                                        <input type="checkbox" class="ace">
    109125                                        <span class="lbl"></span>
    110126                                    </label>
    111                                 </th>
     127                                </th>-->
    112128                                <th class="<?php
    113129                                if ($sorting_field == 'cellphone') {
     
    117133                                }
    118134                                ?>" id="cellphone" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 156px;" aria-label="Tài khoản: activate to sort column ascending">Số điện thoại</th>
    119                                 <th class="<?php
    120                                 if ($sorting_field == 'cellphone') {
    121                                     echo $sorting_order;
    122                                 } else {
    123                                     echo "sorting";
    124                                 }
    125                                 ?>" id="cellphone" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 156px;" aria-label="Số điện thoại: activate to sort column ascending">Họ tên</th>
     135                                <th style="width: 156px;">Họ tên</th>
    126136                                                               
    127137                                <th class="<?php
     
    152162                                    Ngày hết hạn
    153163                                </th>
    154                                 <th style="width: 140px;">Tỉnh/TP</th>
     164                                <th style="width: 130px;">Tỉnh/TP</th>
     165                                                                 <th style="width: 150px;">Quận/Huyện</th>
    155166                                <th class="sorting_disabled" id="status" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 156px;">Tình trạng</th>
    156167                            </tr>
     
    163174                                                        ?>
    164175                                <tr class="odd">
     176                                                                <!--
    165177                                    <td class="center  sorting_1">
    166178                                        <label>
     
    168180                                            <span class="lbl"></span>
    169181                                        </label>
    170                                     </td>
     182                                    </td>-->
    171183                                    <td class=" ">
    172184                                        <a onclick="getUserHistory(<?php echo $user['us_id']; ?>, 1);" data-toggle="modal"><?php echo $user['username']; ?></a>
     
    180192                                    <td class=" "><?php echo isset($user['expire_date']) && strtotime($user['expire_date']) > 0 ? date('d/m/Y', strtotime($user['expire_date'])) : ''; ?></td>
    181193                                    <td><?php echo $user['province']; ?></td>
     194                                                                        <td><?php echo $user['district_name']; ?></td>
    182195                                                                        <td class=" ">
    183196                                                                        <?php if (strtotime($user['expire_date']) > time() && $user['p_id'] != 5 ): ?>
     
    242255                <div class="tab-content history-tab-content">
    243256                    <div class="tab-pane in active" id="regis">
    244                                                 <div class="col-sm-12">
     257                                                <div>
    245258                                                        <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>
    246259                                                </div>
Note: See TracChangeset for help on using the changeset viewer.