正在显示
1 个修改的文件
包含
2 行增加
和
90 行删除
@@ -26,41 +26,6 @@ | @@ -26,41 +26,6 @@ | ||
26 | <a class="btn btn-danger" href="{:url('AdminArticle/index')}">清空</a> | 26 | <a class="btn btn-danger" href="{:url('AdminArticle/index')}">清空</a> |
27 | </form> | 27 | </form> |
28 | <form class="js-ajax-form" action="" method="post"> | 28 | <form class="js-ajax-form" action="" method="post"> |
29 | - <div class="table-actions"> | ||
30 | - <notempty name="category"> | ||
31 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
32 | - data-action="{:url('AdminArticle/listOrder')}">{:lang('SORT')} | ||
33 | - </button> | ||
34 | - </notempty> | ||
35 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
36 | - data-action="{:url('AdminArticle/publish',array('yes'=>1))}" data-subcheck="true">发布 | ||
37 | - </button> | ||
38 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
39 | - data-action="{:url('AdminArticle/publish',array('no'=>1))}" data-subcheck="true">取消发布 | ||
40 | - </button> | ||
41 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
42 | - data-action="{:url('AdminArticle/top',array('yes'=>1))}" data-subcheck="true">置顶 | ||
43 | - </button> | ||
44 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
45 | - data-action="{:url('AdminArticle/top',array('no'=>1))}" data-subcheck="true">取消置顶 | ||
46 | - </button> | ||
47 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
48 | - data-action="{:url('AdminArticle/recommend',array('yes'=>1))}" data-subcheck="true">推荐 | ||
49 | - </button> | ||
50 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
51 | - data-action="{:url('AdminArticle/recommend',array('no'=>1))}" data-subcheck="true">取消推荐 | ||
52 | - </button> | ||
53 | - <!-- | ||
54 | - <notempty name="category"> | ||
55 | - <button class="btn btn-primary btn-sm js-articles-move" type="button">批量移动</button> | ||
56 | - </notempty> | ||
57 | - <button class="btn btn-primary btn-sm js-articles-copy" type="button">批量复制</button> | ||
58 | - --> | ||
59 | - <button class="btn btn-danger btn-sm js-ajax-submit" type="submit" | ||
60 | - data-action="{:url('AdminArticle/delete')}" data-subcheck="true" data-msg="您确定删除吗?"> | ||
61 | - {:lang('DELETE')} | ||
62 | - </button> | ||
63 | - </div> | ||
64 | <table class="table table-hover table-bordered table-list"> | 29 | <table class="table table-hover table-bordered table-list"> |
65 | <thead> | 30 | <thead> |
66 | <tr> | 31 | <tr> |
@@ -187,62 +152,9 @@ | @@ -187,62 +152,9 @@ | ||
187 | </td> | 152 | </td> |
188 | </tr> | 153 | </tr> |
189 | </foreach> | 154 | </foreach> |
190 | - <tfoot> | ||
191 | - <tr> | ||
192 | - <th width="15"><label><input type="checkbox" class="js-check-all" data-direction="x" | ||
193 | - data-checklist="js-check-x"></label></th> | ||
194 | - <notempty name="category"> | ||
195 | - <th width="50">{:lang('SORT')}</th> | ||
196 | - </notempty> | ||
197 | - <th width="50">ID</th> | ||
198 | - <th>标题</th> | ||
199 | - <th>分类</th> | ||
200 | - <th width="50">作者</th> | ||
201 | - <th width="65">点击量</th> | ||
202 | - <th width="65">评论量</th> | ||
203 | - <th width="160">关键字/来源<br>摘要/缩略图</th> | ||
204 | - <th width="130">更新时间</th> | ||
205 | - <th width="130">发布时间</th> | ||
206 | - <th width="70">状态</th> | ||
207 | - <th width="90">操作</th> | ||
208 | - </tr> | ||
209 | - </tfoot> | 155 | + |
210 | </table> | 156 | </table> |
211 | - <div class="table-actions"> | ||
212 | - <notempty name="category"> | ||
213 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
214 | - data-action="{:url('AdminArticle/listOrder')}">{:lang('SORT')} | ||
215 | - </button> | ||
216 | - </notempty> | ||
217 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
218 | - data-action="{:url('AdminArticle/publish',array('yes'=>1))}" data-subcheck="true">发布 | ||
219 | - </button> | ||
220 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
221 | - data-action="{:url('AdminArticle/publish',array('no'=>1))}" data-subcheck="true">取消发布 | ||
222 | - </button> | ||
223 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
224 | - data-action="{:url('AdminArticle/top',array('yes'=>1))}" data-subcheck="true">置顶 | ||
225 | - </button> | ||
226 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
227 | - data-action="{:url('AdminArticle/top',array('no'=>1))}" data-subcheck="true">取消置顶 | ||
228 | - </button> | ||
229 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
230 | - data-action="{:url('AdminArticle/recommend',array('yes'=>1))}" data-subcheck="true">推荐 | ||
231 | - </button> | ||
232 | - <button class="btn btn-primary btn-sm js-ajax-submit" type="submit" | ||
233 | - data-action="{:url('AdminArticle/recommend',array('no'=>1))}" data-subcheck="true">取消推荐 | ||
234 | - </button> | ||
235 | - <!-- | ||
236 | - <notempty name="category"> | ||
237 | - <button class="btn btn-primary btn-sm js-articles-move" type="button">批量移动</button> | ||
238 | - </notempty> | ||
239 | - <button class="btn btn-primary btn-sm js-articles-copy" type="button">批量复制</button> | ||
240 | - --> | ||
241 | - <button class="btn btn-danger btn-sm js-ajax-submit" type="submit" | ||
242 | - data-action="{:url('AdminArticle/delete')}" data-subcheck="true" data-msg="您确定删除吗?"> | ||
243 | - {:lang('DELETE')} | ||
244 | - </button> | ||
245 | - </div> | 157 | + |
246 | <ul class="pagination">{$page|default=''}</ul> | 158 | <ul class="pagination">{$page|default=''}</ul> |
247 | </form> | 159 | </form> |
248 | </div> | 160 | </div> |
-
请 注册 或 登录 后发表评论