index.html 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <include file="public@header" />
  2. </head>
  3. <body>
  4. <div class="wrap js-check-wrap">
  5. <ul class="nav nav-tabs">
  6. <li class="active"><a href="{:url('Adminpost/index')}">文章管理</a></li>
  7. <li><a href="{:url('Adminpost/add')}">添加文章</a></li>
  8. </ul>
  9. <form class="well form-inline margin-top-20" method="post" action="{:url('Adminpost/index')}">
  10. 分类:
  11. <select name="termid" class="form-control" style="width: 150px;">
  12. <option value="">全部</option>
  13. <volist name="terms_list" id="vo">
  14. <option value="{$vo['id']}" <if condition="$_GET['termid'] eq $vo['id']"> selected</if>>{$vo['name']}</option>
  15. </volist>
  16. </select>&nbsp;&nbsp;
  17. 文章ID:
  18. <input type="text" class="form-control" name="id" style="width: 200px;" value="{$_GET['id']}" placeholder="请输入文章ID..." oninput = "value=value.replace(/[^\d]/g,'')">&nbsp;&nbsp;
  19. 关键字:
  20. <input type="text" class="form-control" name="keyword" style="width: 200px;" value="{$_GET['keyword']}" placeholder="请输入标题、关键词...">
  21. <input type="submit" class="btn btn-primary" value="搜索" />
  22. <a class="btn btn-danger" href="{:url('Adminpost/index')}">清空</a>
  23. </form>
  24. <form class="js-ajax-form" action="" method="post">
  25. <div class="table-actions">
  26. <button class="btn btn-primary btn-small js-ajax-submit" data-action="{:url('Adminpost/listordersset')}" type="submit">{:lang('SORT')}</button>
  27. <!--<button class="btn btn-primary btn-small js-ajax-submit" type="submit" data-action="{:url('Adminpost/check',array('check'=>1))}" data-subcheck="true">审核</button>
  28. <button class="btn btn-primary btn-small js-ajax-submit" type="submit" data-action="{:url('Adminpost/check',array('check'=>0))}" data-subcheck="true">取消审核</button>
  29. <button class="btn btn-primary btn-small js-ajax-submit" type="submit" data-action="{:url('Adminpost/tops',array('top'=>1))}" data-subcheck="true">置顶</button>
  30. <button class="btn btn-primary btn-small js-ajax-submit" type="submit" data-action="{:url('Adminpost/tops',array('top'=>0))}" data-subcheck="true">取消置顶</button>-->
  31. <button class="btn btn-danger btn-small js-ajax-submit" type="submit" data-action="{:url('Adminpost/deletes')}" data-subcheck="true" data-msg="您确定删除吗?">{:lang('DELETE')}</button>
  32. </div>
  33. <table class="table table-hover table-bordered">
  34. <thead>
  35. <tr>
  36. <th width="15"><label><input type="checkbox" class="js-check-all" data-direction="x" data-checklist="js-check-x"></label></th>
  37. <th>序号</th>
  38. <th width="50">ID</th>
  39. <th>标题</th>
  40. <th>地址</th>
  41. <th>作者</th>
  42. <th>分类</th>
  43. <!-- <th>点击量</th> -->
  44. <!-- <th>关键字/来源/摘要/缩略图</th> -->
  45. <!-- <th>相关阅读</th> -->
  46. <th>发布时间</th>
  47. <!-- <th>状态</th> -->
  48. <th width="140">{:lang('ACTIONS')}</th>
  49. </tr>
  50. </thead>
  51. <tbody>
  52. <foreach name="posts" item="vo">
  53. <tr>
  54. <td><input type="checkbox" class="js-check" data-yid="js-check-y" data-xid="js-check-x" name="ids[]" value="{$vo.id}" title="ID:{$vo.id}"></td>
  55. <td><input name="listordersset[{$vo['id']}]" type="text" size="3" value="{$vo['orderno']}" class="input input-order"></td>
  56. <td><b>{$vo.id}</b></td>
  57. <td>{$vo.post_title}</td>
  58. <td><a href="{$site}/Appapi/page/news?id={$vo.id}" target="_blank">{$site}/Appapi/page/news?id={$vo.id}</a></td>
  59. <td>{$vo['userinfo']['user_nicename']}</td>
  60. <td>{$vo['termsinfo']['name']}</td>
  61. <!-- <td>{$vo.post_hits}</td>
  62. <td>
  63. <notempty name="vo.post_keywords">
  64. <i class="fa fa-check fa-fw"></i>
  65. <else/>
  66. <i class="fa fa-close fa-fw"></i>
  67. </notempty>
  68. <notempty name="vo.post_source">
  69. <i class="fa fa-check fa-fw"></i>
  70. <else/>
  71. <i class="fa fa-close fa-fw"></i>
  72. </notempty>
  73. <notempty name="vo.post_excerpt">
  74. <i class="fa fa-check fa-fw"></i>
  75. <else/>
  76. <i class="fa fa-close fa-fw"></i>
  77. </notempty>
  78. <notempty name="vo.smeta">
  79. <a onclick="image_preview_dialog('{:cmf_get_image_url($vo.smeta)}');">
  80. <i class="fa fa-photo fa-fw"></i>
  81. </a>
  82. </notempty>
  83. </td>
  84. <td>{$vo['post_relevant']}</td> -->
  85. <td>{:date('Y-m-d H:i:s',$vo['post_date'])}</td>
  86. <!--<td>
  87. <notempty name="vo.post_status">
  88. <a data-toggle="tooltip" title="已审核"><i class="fa fa-check"></i></a>
  89. <else/>
  90. <a data-toggle="tooltip" title="未审核"><i class="fa fa-close"></i></a>
  91. </notempty>
  92. <notempty name="vo.istop">
  93. <a data-toggle="tooltip" title="已置顶"><i class="fa fa-arrow-up"></i></a>
  94. <else />
  95. <a data-toggle="tooltip" title="未置顶"><i class="fa fa-arrow-down"></i></a>
  96. </notempty>
  97. </td>-->
  98. <td>
  99. <a class="btn btn-xs btn-primary" href="{:url('Adminpost/edit',array('id'=>$vo['id']))}">{:lang('EDIT')}</a>
  100. <a class="btn btn-xs btn-danger js-ajax-delete" class="" href="{:url('Adminpost/del',array('id'=>$vo['id']))}">{:lang('DELETE')}</a>
  101. </td>
  102. </tr>
  103. </foreach>
  104. </tbody>
  105. </table>
  106. <div class="pagination">{$page}</div>
  107. </form>
  108. </div>
  109. <script src="__STATIC__/js/admin.js"></script>
  110. </body>
  111. </html>