- Timestamp:
- Apr 7, 2015 1:52:40 PM (10 years ago)
- 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"> 2 2 <!-- PAGE CONTENT BEGINS --> 3 3 <div style="padding-bottom:4px" class="table-header"> 4 4 Doanh thu 5 5 <div class="pull-right" style="margin:5px;"> 6 <a style="color:#fff" href="<?php echo base_url();?>admin/report/export">Xu ất ra Excel</a>6 <a style="color:#fff" href="<?php echo base_url();?>admin/report/export">Xuất ra Excel</a> 7 7 </div> 8 8 </div> … … 13 13 <div class="row"> 14 14 <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á» 16 16 <select onchange="filter();" name="items" size="1" aria-controls="sample-table-2"> 17 17 <?php foreach ($itemsoptions as $option) { ?> 18 18 <option <?php if($option == $perpage) echo "selected"; ?> value="<?php echo $option;?>"><?php echo $option;?></option> 19 19 <?php } ?> 20 </select> b ản ghi</label>20 </select> bản ghi</label> 21 21 22 22 </div> … … 25 25 <div class="col-sm-6"> 26 26 <!--<div class="dataTables_filter" id="sample-table-2_filter"> 27 <label>T ìm kiếm:27 <label>Tìm kiếm: 28 28 <input type="text" name="keyword" id="keyword" value='<?php echo $keyword;?>' style="width: 162px; height: 18px;" aria-controls="sample-table-2"></label> 29 29 </div>--> 30 <div class="dataTables_filter" id="sample-table-2_filter"><label>L ọc theo:30 <div class="dataTables_filter" id="sample-table-2_filter"><label>Lá»c theo: 31 31 <select onchange="filter();" name="paid_type" size="1" style="width: 176px; height: 28px;"> 32 32 <?php foreach ($paid_types as $key => $type): ?> … … 51 51 <tr role="row"> 52 52 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> 58 58 59 59 </thead> … … 90 90 <tr> 91 91 <td colspan=2> 92 T ổng tiền92 Tá»ng tiá»n 93 93 </td> 94 94 <td colspan=3> … … 97 97 </tr> 98 98 </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> 100 100 101 101 </div> … … 120 120 <div class="modal-header"> 121 121 <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</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> 123 123 </div> 124 124 <div class="modal-body"> … … 126 126 <li class="active" > 127 127 <a id="regis-tab" href="#regis" data-toggle="tab"> 128 Giao d ịch128 Giao dá»ch 129 129 </a> 130 130 </li> 131 131 <li> 132 132 <a id="trade-tab" href="#trade" data-toggle="tab"> 133 Th ông tin133 ThÃŽng tin 134 134 </a> 135 135 </li> … … 137 137 <div class="tab-content history-tab-content"> 138 138 <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> 141 141 </div> 142 142 <div class="table-responsive"> … … 145 145 <tr> 146 146 <th class="center"> 147 T ừ147 Từ 148 148 </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> 151 151 <th> 152 152 <i class="icon-time bigger-110 hidden-480"></i> 153 Th ời gian153 Thá»i gian 154 154 </th> 155 155 </tr>
Note: See TracChangeset
for help on using the changeset viewer.