1 | <div class="breadcrumbs" id="breadcrumbs">
|
---|
2 | <ul class="breadcrumb">
|
---|
3 | <li>
|
---|
4 | <i class="icon-home home-icon"></i>
|
---|
5 | <a href="#">Trang chá»§</a>
|
---|
6 | </li>
|
---|
7 | <li><a href="#">Báo cáo</a></li>
|
---|
8 | <li class="active">SMS logs</li>
|
---|
9 | </ul><!-- .breadcrumb -->
|
---|
10 |
|
---|
11 | <div class="nav-search" id="nav-search">
|
---|
12 | <form class="form-search">
|
---|
13 | <span class="input-icon">
|
---|
14 | <input type="text" placeholder="Tìm kiếm ..." class="nav-search-input" id="nav-search-input" autocomplete="off" />
|
---|
15 | <i class="icon-search nav-search-icon"></i>
|
---|
16 | </span>
|
---|
17 | </form>
|
---|
18 | </div><!-- #nav-search -->
|
---|
19 | </div>
|
---|
20 |
|
---|
21 | <div class="page-content">
|
---|
22 |
|
---|
23 | <div class="row">
|
---|
24 | <div class="col-xs-12">
|
---|
25 | <!-- PAGE CONTENT BEGINS -->
|
---|
26 | <div style="padding-bottom:4px" class="table-header">
|
---|
27 | Danh sách log
|
---|
28 | </div>
|
---|
29 | <!-- PAGE CONTENT BEGINS -->
|
---|
30 | <div class="table-responsive">
|
---|
31 | <div role="grid" class="dataTables_wrapper" id="sample-table-2_wrapper">
|
---|
32 | <form onsubmit="return false;" id="smslog" >
|
---|
33 | <div class="row">
|
---|
34 | <div class="col-sm-6">
|
---|
35 | <div id="sample-table-2_length" class="dataTables_length"><label>Hiá»n thá»
|
---|
36 | <select onchange="filter();" name="items" size="1" aria-controls="sample-table-2">
|
---|
37 | <?php foreach ($itemsoptions as $option) { ?>
|
---|
38 | <option <?php if($option == $perpage) echo "selected"; ?> value="<?=$option?>"><?=$option?></option>
|
---|
39 | <?php } ?>
|
---|
40 | </select> bản ghi</label>
|
---|
41 |
|
---|
42 | </div>
|
---|
43 | </div>
|
---|
44 |
|
---|
45 | <div class="col-sm-6">
|
---|
46 | <div class="dataTables_filter" id="sample-table-2_filter">
|
---|
47 | <label>Tìm kiếm:
|
---|
48 | <input type="text" name="keyword" id="keyword" value="<?php echo $keyword;?>" aria-controls="sample-table-2"></label>
|
---|
49 | </div>
|
---|
50 | </div>
|
---|
51 | </div>
|
---|
52 | <input type="hidden" name="sorting_order" id="sorting_order" value="<?php echo $sorting_order;?>" />
|
---|
53 | <input type="hidden" name="sorting_field" id="sorting_field" value="<?php echo $sorting_field;?>"/>
|
---|
54 | </form>
|
---|
55 | <table class="table table-striped table-bordered table-hover dataTable" id="sample-table-2" aria-describedby="sample-table-2_info">
|
---|
56 | <thead>
|
---|
57 | <tr>
|
---|
58 | <th class="center sorting_disabled" role="columnheader" rowspan="1" colspan="1" style="width: 44px;" aria-label="">
|
---|
59 | <label>
|
---|
60 | <input type="checkbox" class="ace">
|
---|
61 | <span class="lbl"></span>
|
---|
62 | </label>
|
---|
63 | </th>
|
---|
64 | <th class="<?php if ($sorting_field == 'sender') {echo $sorting_order;} else {echo "sorting";} ?>" id="sender" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Ngưá»i gá»i: activate to sort column ascending">Ngưá»i gá»i</th>
|
---|
65 | <th class="<?php if ($sorting_field == 'us_id') {echo $sorting_order;} else {echo "sorting";} ?>" id="us_id" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Tà i khoản: activate to sort column ascending">Tà i khoản</th>
|
---|
66 | <th class="<?php if ($sorting_field == 'mobody') {echo $sorting_order;} else {echo "sorting";} ?>" id="mobody" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="MO: activate to sort column ascending">MO</th>
|
---|
67 | <th class="<?php if ($sorting_field == 'mtbody') {echo $sorting_order;} else {echo "sorting";} ?>" id="mtbody" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="MT: activate to sort column ascending">MT</th>
|
---|
68 | <th class="<?php if ($sorting_field == 'created_time') {echo $sorting_order;} else {echo "sorting";} ?>" id="created_time" class="hidden-480" role="columnheader" tabindex="0" aria-controls="sample-table-2" rowspan="1" colspan="1" style="width: 176px;" aria-label="Thá»i gian: activate to sort column ascending">
|
---|
69 | <i class="icon-time bigger-110 hidden-480"></i>
|
---|
70 | Thá»i gian gá»i
|
---|
71 | </th>
|
---|
72 |
|
---|
73 | <th></th>
|
---|
74 | </tr>
|
---|
75 | </thead>
|
---|
76 |
|
---|
77 | <tbody role="alert" aria-live="polite" aria-relevant="all">
|
---|
78 | <?php foreach ($smslogs as $smslog): ?>
|
---|
79 | <tr>
|
---|
80 | <td class="center">
|
---|
81 | <label>
|
---|
82 | <input type="checkbox" class="ace" />
|
---|
83 | <span class="lbl"></span>
|
---|
84 | </label>
|
---|
85 | </td>
|
---|
86 |
|
---|
87 | <td>
|
---|
88 | <a href="#"><?php echo $smslog['sender']; ?></a>
|
---|
89 | </td>
|
---|
90 | <td><?php echo $smslog['username']; ?></td>
|
---|
91 | <td><?php echo $smslog['mobody']; ?></td>
|
---|
92 | <td><?php echo $smslog['mtbody']; ?></td>
|
---|
93 | <td><?php echo $smslog['created_time']; ?></td>
|
---|
94 |
|
---|
95 | <td>
|
---|
96 | <div class="visible-md visible-lg hidden-sm hidden-xs btn-group">
|
---|
97 | <button class="btn btn-xs btn-success">
|
---|
98 | <i class="icon-ok bigger-120"></i>
|
---|
99 | </button>
|
---|
100 |
|
---|
101 | <button class="btn btn-xs btn-info">
|
---|
102 | <i class="icon-edit bigger-120"></i>
|
---|
103 | </button>
|
---|
104 |
|
---|
105 | <button class="btn btn-xs btn-danger">
|
---|
106 | <i class="icon-trash bigger-120"></i>
|
---|
107 | </button>
|
---|
108 |
|
---|
109 | <button class="btn btn-xs btn-warning">
|
---|
110 | <i class="icon-flag bigger-120"></i>
|
---|
111 | </button>
|
---|
112 | </div>
|
---|
113 |
|
---|
114 | <div class="visible-xs visible-sm hidden-md hidden-lg">
|
---|
115 | <div class="inline position-relative">
|
---|
116 | <button class="btn btn-minier btn-primary dropdown-toggle" data-toggle="dropdown">
|
---|
117 | <i class="icon-cog icon-only bigger-110"></i>
|
---|
118 | </button>
|
---|
119 |
|
---|
120 | <ul class="dropdown-menu dropdown-only-icon dropdown-yellow pull-right dropdown-caret dropdown-close">
|
---|
121 | <li>
|
---|
122 | <a href="#" class="tooltip-info" data-rel="tooltip" title="View">
|
---|
123 | <span class="blue">
|
---|
124 | <i class="icon-zoom-in bigger-120"></i>
|
---|
125 | </span>
|
---|
126 | </a>
|
---|
127 | </li>
|
---|
128 |
|
---|
129 | <li>
|
---|
130 | <a href="#" class="tooltip-success" data-rel="tooltip" title="Edit">
|
---|
131 | <span class="green">
|
---|
132 | <i class="icon-edit bigger-120"></i>
|
---|
133 | </span>
|
---|
134 | </a>
|
---|
135 | </li>
|
---|
136 |
|
---|
137 | <li>
|
---|
138 | <a href="#" class="tooltip-error" data-rel="tooltip" title="Delete">
|
---|
139 | <span class="red">
|
---|
140 | <i class="icon-trash bigger-120"></i>
|
---|
141 | </span>
|
---|
142 | </a>
|
---|
143 | </li>
|
---|
144 | </ul>
|
---|
145 | </div>
|
---|
146 | </div>
|
---|
147 | </td>
|
---|
148 | </tr>
|
---|
149 | <?php endforeach; ?>
|
---|
150 | </tbody>
|
---|
151 | </table>
|
---|
152 | <div class="row"><div class="col-sm-6">
|
---|
153 | <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>
|
---|
154 |
|
---|
155 | </div>
|
---|
156 | <div class="col-sm-6">
|
---|
157 | <div class="dataTables_paginate paging_bootstrap">
|
---|
158 | <ul class="pagination">
|
---|
159 | <?php echo $paging; ?>
|
---|
160 | </ul>
|
---|
161 | </div>
|
---|
162 | </div>
|
---|
163 | </div>
|
---|
164 | </div><!-- /.table-responsive -->
|
---|
165 |
|
---|
166 | <!-- PAGE CONTENT ENDS -->
|
---|
167 | </div><!-- /.col -->
|
---|
168 | </div><!-- /.row -->
|
---|
169 | </div><!-- /.page-content --> |
---|