正在显示
1 个修改的文件
包含
1 行增加
和
51 行删除
@@ -3,8 +3,7 @@ | @@ -3,8 +3,7 @@ | ||
3 | <body> | 3 | <body> |
4 | <div class="wrap js-check-wrap"> | 4 | <div class="wrap js-check-wrap"> |
5 | <ul class="nav nav-tabs"> | 5 | <ul class="nav nav-tabs"> |
6 | - <li class="active"><a href="javascript:;">设备列表</a></li> | ||
7 | - <li><a href="{:url('AdminArticle/add')}">添加设备</a></li> | 6 | + <li class="active"><a href="javascript:;">整体统计</a></li> |
8 | </ul> | 7 | </ul> |
9 | <form class="well form-inline margin-top-20" method="post" action="{:url('AdminArticle/index')}"> | 8 | <form class="well form-inline margin-top-20" method="post" action="{:url('AdminArticle/index')}"> |
10 | 分类: | 9 | 分类: |
@@ -26,19 +25,9 @@ | @@ -26,19 +25,9 @@ | ||
26 | <a class="btn btn-danger" href="{:url('AdminArticle/index')}">清空</a> | 25 | <a class="btn btn-danger" href="{:url('AdminArticle/index')}">清空</a> |
27 | </form> | 26 | </form> |
28 | <form class="js-ajax-form" action="" method="post"> | 27 | <form class="js-ajax-form" action="" method="post"> |
29 | - <div class="table-actions"> | ||
30 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
31 | - data-action="{:url('AdminArticle/publish',array('yes'=>1))}" data-subcheck="true">批量新增 | ||
32 | - </button> | ||
33 | - </div> | ||
34 | <table class="table table-hover table-bordered table-list"> | 28 | <table class="table table-hover table-bordered table-list"> |
35 | <thead> | 29 | <thead> |
36 | <tr> | 30 | <tr> |
37 | - <th width="15"> | ||
38 | - <label> | ||
39 | - <input type="checkbox" class="js-check-all" data-direction="x" data-checklist="js-check-x"> | ||
40 | - </label> | ||
41 | - </th> | ||
42 | <th width="50">ID</th> | 31 | <th width="50">ID</th> |
43 | <th>设备MAC地址</th> | 32 | <th>设备MAC地址</th> |
44 | <th>设备锁编号</th> | 33 | <th>设备锁编号</th> |
@@ -55,10 +44,6 @@ | @@ -55,10 +44,6 @@ | ||
55 | </thead> | 44 | </thead> |
56 | <foreach name="data" item="vo"> | 45 | <foreach name="data" item="vo"> |
57 | <tr> | 46 | <tr> |
58 | - <td> | ||
59 | - <input type="checkbox" class="js-check" data-yid="js-check-y" data-xid="js-check-x" name="ids[]" | ||
60 | - value="{$vo.id}" title="ID:{$vo.id}"> | ||
61 | - </td> | ||
62 | <td><b>{$vo.id}</b></td> | 47 | <td><b>{$vo.id}</b></td> |
63 | <td>{$vo.mac_address}</td> | 48 | <td>{$vo.mac_address}</td> |
64 | <td>{$vo.serial_number}</td> | 49 | <td>{$vo.serial_number}</td> |
@@ -69,41 +54,6 @@ | @@ -69,41 +54,6 @@ | ||
69 | </tr> | 54 | </tr> |
70 | </foreach> | 55 | </foreach> |
71 | </table> | 56 | </table> |
72 | - <!--<div class="table-actions">--> | ||
73 | - <!--<notempty name="category">--> | ||
74 | - <!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"--> | ||
75 | - <!--data-action="{:url('AdminArticle/listOrder')}">{:lang('SORT')}--> | ||
76 | - <!--</button>--> | ||
77 | - <!--</notempty>--> | ||
78 | - <!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"--> | ||
79 | - <!--data-action="{:url('AdminArticle/publish',array('yes'=>1))}" data-subcheck="true">发布--> | ||
80 | - <!--</button>--> | ||
81 | - <!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"--> | ||
82 | - <!--data-action="{:url('AdminArticle/publish',array('no'=>1))}" data-subcheck="true">取消发布--> | ||
83 | - <!--</button>--> | ||
84 | - <!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"--> | ||
85 | - <!--data-action="{:url('AdminArticle/top',array('yes'=>1))}" data-subcheck="true">置顶--> | ||
86 | - <!--</button>--> | ||
87 | - <!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"--> | ||
88 | - <!--data-action="{:url('AdminArticle/top',array('no'=>1))}" data-subcheck="true">取消置顶--> | ||
89 | - <!--</button>--> | ||
90 | - <!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"--> | ||
91 | - <!--data-action="{:url('AdminArticle/recommend',array('yes'=>1))}" data-subcheck="true">推荐--> | ||
92 | - <!--</button>--> | ||
93 | - <!--<button class="btn btn-primary btn-sm js-ajax-submit" type="submit"--> | ||
94 | - <!--data-action="{:url('AdminArticle/recommend',array('no'=>1))}" data-subcheck="true">取消推荐--> | ||
95 | - <!--</button>--> | ||
96 | - <!--<!–--> | ||
97 | - <!--<notempty name="category">--> | ||
98 | - <!--<button class="btn btn-primary btn-sm js-articles-move" type="button">批量移动</button>--> | ||
99 | - <!--</notempty>--> | ||
100 | - <!--<button class="btn btn-primary btn-sm js-articles-copy" type="button">批量复制</button>--> | ||
101 | - <!--–>--> | ||
102 | - <!--<button class="btn btn-danger btn-sm js-ajax-submit" type="submit"--> | ||
103 | - <!--data-action="{:url('AdminArticle/delete')}" data-subcheck="true" data-msg="您确定删除吗?">--> | ||
104 | - <!--{:lang('DELETE')}--> | ||
105 | - <!--</button>--> | ||
106 | - <!--</div>--> | ||
107 | <ul class="pagination">{$page|default=''}</ul> | 57 | <ul class="pagination">{$page|default=''}</ul> |
108 | </form> | 58 | </form> |
109 | </div> | 59 | </div> |
-
请 注册 或 登录 后发表评论