- Timestamp:
- Jan 9, 2015 10:35:30 AM (10 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/modules/admin/views/collaborator
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/collaborator/index.php
r576 r690 18 18 $("#content").html(data); 19 19 init_page(); 20 20 $('.daterangepicker').daterangepicker(); 21 21 }, 22 22 error: function (jqXHR, textStatus, errorThrown) … … 34 34 }); 35 35 36 $(document).on('click', '.applyBtn', function(){ 37 //$('#loading').css('display', 'block'); 38 //$('#table_content').hide(); 39 filter(); 40 }); 36 41 37 42 $( '.sorting, .sorting_desc, .sorting_asc' ).click(function( index ) { … … 92 97 $("#keyword").focus(); 93 98 $("#keyword").setCursorToTextEnd(); 99 $('.daterangepicker').daterangepicker(); 94 100 95 101 }, -
pro-violet-viettel/sourcecode/application/modules/admin/views/collaborator/listview.php
r590 r690 72 72 <div class="dataTables_filter" id="sample-table-2_filter"> 73 73 <label>Tìm kiếm: 74 <input type="text" name="keyword" id="keyword" value='<?php echo $keyword;?>' aria-controls="sample-table-2"></label>74 <input type="text" name="keyword" id="keyword" value='<?php echo $keyword;?>' style="width: 162px; height: 18px;" aria-controls="sample-table-2"></label> 75 75 </div> 76 <div id="daterangepicker" class="selectbox pull-right"> 77 <i class="icon-calendar"></i> 78 <input id="daterange" type="text" name="daterange" class="daterangepicker" style="background: #ffffff; width: 176px; height: 28px; position: inherit;"> 79 80 </span> 81 </div> 76 82 </div> 77 83 </div> … … 86 92 <th class="<?php if ($sorting_field == 'full_name') {echo $sorting_order;} else {echo "sorting";}?>" id="full_name" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 183px;" aria-label="Há» tên: activate to sort column ascending">Há» tên</th> 87 93 <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: 176px;" aria-label="Sá» Äiá»n thoại: activate to sort column ascending">Sá» Äiá»n thoại</th> 88 94 <th>Quáºn/Huyá»n</th> 95 <th>Tá»nh/TP</th> 89 96 <th class="<?php if ($sorting_field == 'created_time') {echo $sorting_order;} else {echo "sorting";}?>" id="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"> 90 97 <i class="icon-time bigger-110 hidden-480"></i> … … 107 114 <td class=" "><a href="<?php echo base_url();?>admin/thong_ke_cong_tac_vien/<?php echo $collaborator['id'];?>"><?php echo $collaborator['full_name']?></a></td> 108 115 <td class=" "><?php echo $collaborator['cellphone'];?></td> 109 116 <td class=" "><?php echo $collaborator['district'];?></td> 117 <td class=" "><?php echo $collaborator['province'];?></td> 110 118 <td class=" "><?php echo $collaborator['created_time'];?></td> 111 119
Note: See TracChangeset
for help on using the changeset viewer.