Changeset 906 for pro-violet-viettel/sourcecode/application/modules/collaborator/views/reportAsistant
- Timestamp:
- Apr 23, 2015 12:00:06 PM (10 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/modules/collaborator/views/reportAsistant
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/collaborator/views/reportAsistant/indexCollaborator.php
r883 r906 16 16 { 17 17 // $result = jQuery.parseJSON(data); 18 console.log(data); 18 19 $("#content").html(data); 19 20 init_page(); … … 122 123 daterange = $('input[name="daterange"]').val(); 123 124 $.ajax({ 124 url: '<?php echo base_url();?>co ng_tac_vien/thong_ke_cong_tac_vien/trang_ctv/<?php echo $id;?>/1',125 url: '<?php echo base_url();?>collaborator/home/getCollaboratorsUsers/<?php echo $id;?>/1', 125 126 type: "POST", 126 127 data: $("#collaborator").serialize(), … … 219 220 </div><!-- /.modal-dialog --> 220 221 <?php 221 $this->load->view('layout/ admin/footer', array('base_url' => $base_url,'adminjs' => array('assets/js/admin/collaborator.js')));222 $this->load->view('layout/collaborator/footer', array('base_url' => $base_url,'collaboratorjs' => array('assets/js/collaborator/collaborator.js'))); 222 223 ?> -
pro-violet-viettel/sourcecode/application/modules/collaborator/views/reportAsistant/listview_user.php
r883 r906 3 3 <!-- PAGE CONTENT BEGINS --> 4 4 <div style="padding-bottom:4px" class="table-header"> 5 5 6 Äã giá»i thiá»u 7 <div class="pull-right" style="margin:5px;"> 8 <a style="color:#fff" href="<?php echo base_url();?>collaborator/home/export/<?php echo $perpage?>/<?php echo ($keyword)?$keyword:'default'; ?>/<?php echo ($date_start)?$date_start:'default'; ?>/<?php echo ($date_end)?$date_end:'default'; ?>/<?php echo $sorting_order; ?>">Xuất ra Excel</a> 9 </div> 6 10 </div> 7 11 … … 43 47 <th class="<?php if ($sorting_field == 'full_name') {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">Tên ngưá»i dùng</th> 44 48 <th class="<?php if ($sorting_field == 'collaborator_cellphone') {echo $sorting_order;} else {echo "sorting";}?>" id="collaborator_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á» thuê bao</th> 45 <th class="<?php if ($sorting_field == ' total_user') {echo $sorting_order;} else {echo "sorting";}?>" id="total_user" 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">Ngà y giá»i thiá»u</th>49 <th class="<?php if ($sorting_field == 'user_created_time') {echo $sorting_order;} else {echo "sorting";}?>" id="user_created_time" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Ngà y giá»i thiá»u: activate to sort column ascending">Ngà y giá»i thiá»u</th> 46 50 <!--<th class="<?php if ($sorting_field == 'collaborator_created_time') {echo $sorting_order;} else {echo "sorting";}?>" id="collaborator_created_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 ÄÄng kÜ</th>--> 47 51 … … 52 56 53 57 <?php 58 //var_dump($paidlogs); 54 59 foreach ($paidlogs as $paidlog) { 55 60 ?>
Note: See TracChangeset
for help on using the changeset viewer.