- Timestamp:
- Mar 24, 2015 2:15:02 PM (10 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/modules/admin/views
- Files:
-
- 5 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/report/index.php
r777 r818 1 <?php1 <?php 2 2 $base_url = base_url(); 3 3 $this->load->view('layout/admin/header', array('base_url' => $base_url)); 4 $this->load->view('layout/admin/sidebar', array('base_url' => $base_url, 'method'=>$this->router->method, 'class'=>$this->router->class 4 $this->load->view('layout/admin/sidebar', array('base_url' => $base_url, 'method'=>$this->router->method, 'class'=>$this->router->class)); 5 5 ?> 6 6 <script type="text/javascript"> … … 26 26 }); 27 27 return false; 28 }) 28 }); 29 29 $('#keyword').keyup(function (event) { 30 30 if (event.keyCode == '13') { … … 157 157 <li> 158 158 <i class="icon-home home-icon"></i> 159 <a href="#">Trang ch á»§</a>159 <a href="#">Trang chủ</a> 160 160 </li> 161 161 162 162 <li> 163 <a href="#">Qu ản lÜ tin nhắn</a>163 <a href="#">Quản lý tin nhắn</a> 164 164 </li> 165 165 … … 169 169 <form class="form-search"> 170 170 <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 ..."> 172 172 <i class="icon-search nav-search-icon"></i> 173 173 </span> … … 183 183 <div class="page-header"> 184 184 <h1> 185 Tin nh ắn185 Tin nhắn 186 186 <small> 187 187 <i class="icon-double-angle-right"></i> 188 M ẫu tin nhắn188 Mẫu tin nhắn 189 189 </small> 190 190 </h1> -
pro-violet-viettel/sourcecode/application/modules/admin/views/report/listview.php
r777 r818 3 3 <div style="padding-bottom:4px" class="table-header"> 4 4 Doanh thu 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> 7 </div> 5 8 </div> 6 9 … … 48 51 <tr role="row"> 49 52 50 <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"> Họ tên</th>51 <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"> Số điện thoại</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> 52 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> 53 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> … … 66 69 67 70 <td class=" "> 68 <a onclick="getUserHistory(<?php echo $paidlog['us_id']; ?>, 1);" data-toggle="modal"><?php echo $paidlog[' username'];?></a>71 <a onclick="getUserHistory(<?php echo $paidlog['us_id']; ?>, 1);" data-toggle="modal"><?php echo $paidlog['cellphone']?></a> 69 72 </td> 70 <td class=" "><?php echo $paidlog[' cellphone']?></td>73 <td class=" "><?php echo $paidlog['username'];?></td> 71 74 72 75 <td class="hidden-480 "><?php echo number_format($paidlog['amount'],0);?></td> … … 134 137 <div class="tab-content history-tab-content"> 135 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> 141 </div> 136 142 <div class="table-responsive"> 137 143 <table id="sample-table-1" class="table table-striped table-bordered table-hover"> -
pro-violet-viettel/sourcecode/application/modules/admin/views/reportpackage/province.php
r713 r818 55 55 </tr> 56 56 </thead> 57 57 <tr> 58 <td colspan=2 align="center" style="font-weight:bold;">Tá»ng</td> 59 <?php $d = 0; ?> 60 <?php foreach ($totalVip as $vipName => $total): ?> 61 <?php $d++;?> 62 <td style="font-weight:bold;"><?php echo $total; ?></td> 63 <?php if($d<count($totalVip)): ?> 64 <td></td> 65 <?php endif;?> 66 <?php endforeach; ?> 67 </tr> 58 68 <tbody role="alert" aria-live="polite" aria-relevant="all"> 59 69 <?php 70 $total = array(); 60 71 foreach ($provinces as $province) { 61 72 ?> … … 75 86 </tr> 76 87 <?php } ?> 88 <?php //var_dump($total);?> 89 77 90 </tbody> 78 91 </table> 79 < div class="row"><div class="col-sm-6">92 <!--<div class="row"><div class="col-sm-6">--> 80 93 81 94 </div> -
pro-violet-viettel/sourcecode/application/modules/admin/views/reportprovince/province.php
r713 r818 9 9 Báo cáo doanh thu theo tá»nh / thà nh phá» 10 10 <div class="pull-right" style="margin:5px;"> 11 <a style="color:#fff" href="<?php echo base_url();?>admin/reportprovince/export/<?php echo $month;?>/<?php echo $year;?>">Xuất ra Excel</a> 11 <!--<a style="color:#fff" href="<?php echo base_url();?>admin/reportprovince/export/<?php echo $month;?>/<?php echo $year;?>">Xuất ra Excel</a>--> 12 <a style="color:#fff" href="<?php echo base_url();?>admin/reportprovince/exportProvince/<?php echo $month;?>/<?php echo $year;?>">Xuất ra Excel</a> 12 13 </div> 13 14 </div> … … 17 18 <form autocomplete="off" onsubmit="return false;" id="province" > 18 19 <div class="row"> 19 <div class="col-sm-6"> 20 <div class="" style="display: inline-block"><label>Tháng 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> 21 33 22 34 <select aria-controls="sample-table-2" size="1" name="month" onchange="filter();"> … … 34 46 </select> 35 47 </div> 36 </div> 48 </div> 49 37 50 38 51 <div class="col-sm-6"> … … 40 53 </div> 41 54 </div> 55 56 <div class="row"> 57 <div class="col-sm-1"> 58 <div class="" style="display: inline-block"><label><strong>Äến: </strong></label></div> 59 </div> 60 <div class="col-sm-6"> 61 <div class="" style="display: inline-block"><label>Ngà y</label> 62 63 <select aria-controls="sample-table-2" size="1" name="to_date" onchange="filter();"> 64 <?php for ($i=1;$i<=31;$i++) { ?> 65 <option value="<?php echo $i;?>" <?php if($to_date==$i) { ?> selected <?php }?>><?php echo $i;?></option> 66 <?php }?> 67 </select> 68 </div> 69 <div class="" style="display: inline-block"><label>Tháng</label> 70 71 <select aria-controls="sample-table-2" size="1" name="to_month" onchange="filter();"> 72 <?php for ($i=1;$i<=12;$i++) { ?> 73 <option value="<?php echo $i;?>" <?php if($to_month==$i) { ?> selected <?php }?>><?php echo $i;?></option> 74 <?php }?> 75 </select> 76 </div> 77 <div class="" style="display: inline-block"><label>NÄm 78 79 <select aria-controls="sample-table-2" size="1" name="to_year" onchange="filter();"> 80 <?php for ($i=2014;$i<=date("Y");$i++) { ?> 81 <option value="<?php echo $i;?>" <?php if($to_year==$i) { ?> selected <?php }?>><?php echo $i;?></option> 82 <?php }?> 83 </select> 84 </div> 85 </div> 86 </div> 42 87 </form> 43 88 <table class="table table-striped table-bordered table-hover dataTable" id="sample-table-2" aria-describedby="sample-table-2_info"> … … 58 103 59 104 <tbody role="alert" aria-live="polite" aria-relevant="all"> 105 <tr> 106 <td colspan=2 align="center" style="font-weight:bold;">Tá»ng</td> 107 <td style="font-weight:bold;"><?php echo $totalTbng; ?></td> 108 <td style="font-weight:bold;"><?php echo $totalTbth; ?></td> 109 <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 $totalDtng; ?></td> 112 <td style="font-weight:bold;"><?php echo $totalDtn; ?></td> 113 114 </tr> 60 115 <?php 61 116 foreach ($provinces as $province) { … … 77 132 78 133 </tr> 134 79 135 <?php } ?> 80 136 </tbody> -
pro-violet-viettel/sourcecode/application/modules/admin/views/user/listview.php
r773 r818 171 171 <td class=" "> 172 172 <a onclick="getUserHistory(<?php echo $user['us_id']; ?>, 1);" data-toggle="modal"><?php echo $user['username']; ?></a> 173 <!--<a href="#user-history" data-toggle="modal"><?php echo @$user['username']; ?></a>-->173 <!--<a href="#user-history" data-toggle="modal"><?php echo $user['username']; ?></a>--> 174 174 </td> 175 175 <td class=" "> … … 177 177 </td> 178 178 <td class="hidden-480 "><?php echo number_format($user['acc_balanced'], 0); ?></td> 179 <td class=" "><?php echo $user['created_time']; ?></td>179 <td class=" "><?php echo date('d/m/Y', strtotime($user['created_time'])); ?></td> 180 180 <td class=" "><?php echo isset($user['expire_date']) && strtotime($user['expire_date']) > 0 ? date('d/m/Y', strtotime($user['expire_date'])) : ''; ?></td> 181 181 <td><?php echo $user['province']; ?></td> … … 225 225 <div class="modal-header"> 226 226 <button type="button" class="close" data-dismiss="modal"><span aria-hidden="true">×</span><span class="sr-only">Close</span></button> 227 <h4 class="modal-title"> Lá»ch sá»</h4>227 <h4 class="modal-title">ThÃŽng tin ngưá»i dùng</h4> 228 228 </div> 229 229 <div class="modal-body"> … … 242 242 <div class="tab-content history-tab-content"> 243 243 <div class="tab-pane in active" id="regis"> 244 <div class="col-sm-12"> 245 <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> 246 </div> 244 247 <div class="table-responsive"> 245 248 <table id="sample-table-1" class="table table-striped table-bordered table-hover">
Note: See TracChangeset
for help on using the changeset viewer.