Changeset 390 for pro-violet-viettel/sourcecode/application/modules
- Timestamp:
- Nov 3, 2014 5:26:33 PM (11 years ago)
- Location:
- pro-violet-viettel/sourcecode/application/modules/admin/views/admin_acc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
pro-violet-viettel/sourcecode/application/modules/admin/views/admin_acc/index.php
r383 r390 24 24 return false; 25 25 }); 26 /* 27 $('#keyword').keyup(function (event) { 28 if (event.keyCode == '13') { 29 filter(); 30 } 31 return false; 32 });*/ 26 33 27 $('#keyword').bind('input', function(){ 34 28 filter(); … … 58 52 } 59 53 } 54 console.log($( this ).attr('class')); 60 55 $("#sorting_field").val($(this).attr("id")); 61 56 $("#sorting_order").val($(this).attr("class")); -
pro-violet-viettel/sourcecode/application/modules/admin/views/admin_acc/listview.php
r375 r390 35 35 </h1> 36 36 </div><!-- /.page-header --> 37 37 38 38 <div class="row"> 39 39 <div class="col-xs-12"> … … 71 71 </div> 72 72 </div> 73 <input type="hidden" name="sorting_order" id="sorting_order" value="<?php echo $sorting_order;?>" /> 74 <input type="hidden" name="sorting_field" id="sorting_field" value="<?php echo $sorting_field;?>"/> 73 75 </form> 74 76 <table class="table table-striped table-bordered table-hover dataTable" id="sample-table-2" aria-describedby="sample-table-2_info"> … … 81 83 </label> 82 84 </th> 83 <th class="sorting" 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>84 <th class=" sorting" 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>85 <th class="sorting" 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">Tên ÄÄng nháºp</th>86 <th class=" sorting" 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">85 <th class="<?php if ($sorting_field == 'login_name') {echo $sorting_order;} else {echo "sorting";}?>" id="login_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">Tên ÄÄng nháºp</th> 86 <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 <th class="<?php if ($sorting_field == 'phone') {echo $sorting_order;} else {echo "sorting";}?>" id="phone" 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 <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"> 87 89 <i class="icon-time bigger-110 hidden-480"></i> 88 90 Ngà y ÄÄng kÜ 89 91 </th> 90 <th class="hidden-480 sorting" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 158px;" aria-label="Trạng thái: activate to sort column ascending">Trạng thái</th><th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 133px;" aria-label=""></th></tr>92 <th class="hidden-480 sorting" id="status" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 158px;" aria-label="Trạng thái: activate to sort column ascending">Trạng thái</th><th class="sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 133px;" aria-label=""></th></tr> 91 93 </thead> 92 94 … … 105 107 106 108 <td class=" "> 107 <a href="#"><?php echo $admin[' phone']; ?></a>109 <a href="#"><?php echo $admin['login_name']; ?></a> 108 110 </td> 109 111 <td class="hidden-480 "><?php echo $admin['full_name']; ?></td> 110 <td class="hidden-480 "><?php echo $admin[' login_name']; ?></td>112 <td class="hidden-480 "><?php echo $admin['phone']; ?></td> 111 113 <td class=" "><?php echo $admin['created_time']; ?></td> 112 114
Note: See TracChangeset
for help on using the changeset viewer.