category.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <?php $shoname_name = D('Home/Front')->get_config_by_name('shoname'); ?>
  6. <title><?php echo $shoname; ?></title>
  7. <link rel="shortcut icon" href="" />
  8. <meta name="renderer" content="webkit">
  9. <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
  10. <meta name="viewport" content="width=device-width, initial-scale=1.0, minimum-scale=1.0, maximum-scale=1.0, user-scalable=0">
  11. <link rel="stylesheet" href="/layuiadmin/style/admin.css" media="all">
  12. <!-- 让IE8/9支持媒体查询,从而兼容栅格 -->
  13. <!--[if lt IE 9]>
  14. <script src="https://cdn.staticfile.org/html5shiv/r29/html5.min.js"></script>
  15. <script src="https://cdn.staticfile.org/respond.js/1.4.2/respond.min.js"></script>
  16. <![endif]-->
  17. <link href="./resource/css/bootstrap.min.css?v=201903260001" rel="stylesheet">
  18. <link href="./resource/css/common.css?v=201903260001" rel="stylesheet">
  19. <script type="text/javascript">
  20. window.sysinfo = {
  21. <?php if (!empty($_W['uniacid']) ){ ?>'uniacid': '{$_W['uniacid']}',<?php } ?>
  22. <?php if( !empty($_W['acid']) ){ ?>'acid': '{$_W['acid']}',<?php } ?>
  23. <?php if (!empty($_W['openid']) ) { ?>'openid': '{$_W['openid']}',<?php } ?>
  24. <?php if( !empty($_W['uid']) ) { ?>'uid': '{$_W['uid']}',<?php } ?>
  25. 'isfounder': <?php if (!empty($_W['isfounder']) ) { ?>1<?php }else{ ?>0<?php } ?>,
  26. 'siteroot': '{$_W['siteroot']}',
  27. 'siteurl': '{$_W['siteurl']}',
  28. 'attachurl': '{$_W['attachurl']}',
  29. 'attachurl_local': '{$_W['attachurl_local']}',
  30. 'attachurl_remote': '{$_W['attachurl_remote']}',
  31. 'module' : {'url' : '<?php if( defined('MODULE_URL') ) { ?>{MODULE_URL}<?php } ?>', 'name' : '<?php if (defined('IN_MODULE') ) { ?>{IN_MODULE}<?php } ?>'},
  32. 'cookie' : {'pre': ''},
  33. 'account' : {:json_encode($_W['account'])},
  34. };
  35. </script>
  36. <script type="text/javascript" src="./resource/js/lib/jquery-1.11.1.min.js"></script>
  37. <script type="text/javascript" src="./resource/js/lib/bootstrap.min.js"></script>
  38. <script type="text/javascript" src="./resource/js/app/util.js?v=201903260001"></script>
  39. <script type="text/javascript" src="./resource/js/app/common.min.js?v=201903260001"></script>
  40. <script type="text/javascript" src="./resource/js/require.js?v=201903260001"></script>
  41. <script type="text/javascript" src="./resource/js/lib/jquery.nice-select.js?v=201903260001"></script>
  42. <link rel="stylesheet" href="/layuiadmin/layui/css/layui.css" media="all">
  43. <link href="/static/css/snailfish.css" rel="stylesheet">
  44. <style>
  45. tbody tr td{
  46. position: relative;
  47. }
  48. tbody tr .icow-weibiaoti--{
  49. visibility: hidden;
  50. display: inline-block;
  51. color: #fff;
  52. height:18px;
  53. width:18px;
  54. background: #e0e0e0;
  55. text-align: center;
  56. line-height: 18px;
  57. vertical-align: middle;
  58. }
  59. tbody tr:hover .icow-weibiaoti--{
  60. visibility: visible;
  61. }
  62. tbody tr .icow-weibiaoti--.hidden{
  63. visibility: hidden !important;
  64. }
  65. .full .icow-weibiaoti--{
  66. margin-left:10px;
  67. }
  68. .full>span{
  69. display: -webkit-box;
  70. display: -webkit-flex;
  71. display: -ms-flexbox;
  72. display: flex;
  73. vertical-align: middle;
  74. align-items: center;
  75. }
  76. tbody tr .label{
  77. margin: 5px 0;
  78. }
  79. .goods_attribute a{
  80. cursor: pointer;
  81. }
  82. .newgoodsflag{
  83. width: 22px;height: 16px;
  84. background-color: #ff0000;
  85. color: #fff;
  86. text-align: center;
  87. position: absolute;
  88. bottom: 70px;
  89. left: 57px;
  90. font-size: 12px;
  91. }
  92. .a{cursor: pointer;}
  93. </style>
  94. </head>
  95. <body layadmin-themealias="default">
  96. <table id="demo" lay-filter="test"></table>
  97. <div class="layui-fluid">
  98. <div class="layui-card">
  99. <div class="layui-card-header layui-elem-quote">当前位置:<span class="line-text">分类广告管理</span></div>
  100. <div class="layui-card-body" style="padding:15px;">
  101. <form action="" method="get" class="form-horizontal form-search layui-form" role="form">
  102. <input type="hidden" name="c" value="configindex" />
  103. <input type="hidden" name="a" value="category" />
  104. <input type="hidden" name="type" value="{$type}" />
  105. <div class="layui-form-item">
  106. <div class="layui-inline">
  107. <div class="layui-input-inline" >
  108. <select name="enabled" class='layui-input layui-unselect' data-placeholder="状态">
  109. <option value="-1" <?php if( empty($enabled)){ ?>selected<?php } ?> >状态</option>
  110. <option value="1" <?php if( $enabled==1){ ?>selected<?php } ?> >显示</option>
  111. <option value="0" <?php if( $enabled==0){ ?>selected<?php } ?> >隐藏</option>
  112. </select>
  113. </div>
  114. <div class="layui-input-inline">
  115. <input type="text" class="layui-input" name='keyword' value="{$keyword}" placeholder="输入关键词然后回车">
  116. </div>
  117. <div class="layui-input-inline">
  118. <button class="layui-btn layui-btn-sm" type="submit"> 搜索</button>
  119. </div>
  120. </div>
  121. </div>
  122. </form>
  123. <form action="" class="layui-form" lay-filter="example" method="post" >
  124. <div class="row">
  125. <div class="col-md-12">
  126. <div class="page-table-header">
  127. <span class="pull-right">
  128. <a href="{:U('configindex/addcategory', array('ok' => 1))}" class="layui-btn layui-btn-sm"><i class="fa fa-plus"></i> 添加分类广告</a>
  129. </span>
  130. <div class="btn-group">
  131. <button class="btn btn-default btn-sm btn-operation" type="button" data-toggle='batch' data-href="{:U('configindex/changecategory',array('type'=>'enabled','value'=>1))}">
  132. 显示
  133. </button>
  134. <button class="btn btn-default btn-sm btn-operation" type="button" data-toggle='batch' data-href="{:U('configindex/changecategory',array('type'=>'enabled','value'=>0))}">
  135. 隐藏
  136. </button>
  137. <button class="btn btn-default btn-sm btn-operation" type="button" data-toggle='batch-remove' data-confirm="确认要删除吗?" data-href="{:U('config/configindex/deletecategory')}">
  138. 删除
  139. </button>
  140. </div>
  141. </div>
  142. <table class="table table-responsive" lay-even lay-skin="line" lay-size="lg">
  143. <thead>
  144. <tr>
  145. <th style="width:25px;">
  146. <input type='checkbox' name="checkall" lay-skin="primary" lay-filter="checkboxall" />
  147. </th>
  148. <th style="width:80px;text-align:center;">ID</th>
  149. <th style="">广告名称</th>
  150. <th style="">所属分类</th>
  151. <th style="width: 100px;">图片</th>
  152. <th style="">链接</th>
  153. <th style="width: 100px;">状态</th>
  154. <th style="">操作</th>
  155. </tr>
  156. </thead>
  157. <tbody>
  158. <?php foreach( $list as $item ){ ?>
  159. <tr>
  160. <td>
  161. <input type='checkbox' name="item_checkbox" lay-skin="primary" value="{$item['id']}"/>
  162. </td>
  163. <td>
  164. {$item['id']}
  165. </td>
  166. <td>
  167. {$item['advname']}
  168. </td>
  169. <td>
  170. {$item['cate_name']}
  171. </td>
  172. <td>
  173. <a href="{:U('configindex/addcategory', array('id' => $item['id']))}">
  174. <img src="{:resize($item['thumb'], 100,100 )}" style="width:72px;padding:1px;border:1px solid #efefef;margin: 7px 0" onerror="this.src='/static/images/nopic.png'" />
  175. </a>
  176. </td>
  177. <td>
  178. {$item['link']}
  179. </td>
  180. <td>
  181. <input type="checkbox" name="" lay-filter="statewsitch" data-href="{:U('configindex/changecategory',array('type'=>'enabled','id'=>$item['id']))}" <?php if( $item['enabled']==1){ ?>checked<?php }else{ ?><?php } ?> lay-skin="switch" lay-text="显示|隐藏">
  182. </td>
  183. <td style="overflow:visible;position:relative">
  184. <a class='layui-btn layui-btn-xs' href="{:U('configindex/addcategory', array('id' => $item['id'], 'ok' => 1))}" >
  185. <i class="layui-icon layui-icon-edit"></i>编辑
  186. </a>
  187. <a class='layui-btn layui-btn-xs deldom' href="javascript:;" data-href="{:U('configindex/deletecategory',array('id' => $item['id']))}" data-confirm='确认要删除吗?'>
  188. <i class="layui-icon">&#xe640;</i>删除
  189. </a>
  190. </td>
  191. </tr>
  192. <?php } ?>
  193. </tbody>
  194. <tfoot>
  195. <tr>
  196. <td colspan="5">
  197. <div class="page-table-header">
  198. <input type="checkbox" name="checkall" lay-skin="primary" lay-filter="checkboxall">
  199. <div class="btn-group">
  200. <button class="btn btn-default btn-sm btn-operation" type="button" data-toggle='batch' data-href="{:U('configindex/changecategory',array('type'=>'enabled','value'=>1))}">
  201. 显示
  202. </button>
  203. <button class="btn btn-default btn-sm btn-operation" type="button" data-toggle='batch' data-href="{:U('configindex/changecategory',array('type'=>'enabled','value'=>0))}">
  204. 隐藏
  205. </button>
  206. <button class="btn btn-default btn-sm btn-operation" type="button" data-toggle='batch-remove' data-confirm="确认要删除吗?" data-href="{:U('configindex/deletecategory')}">
  207. 删除
  208. </button>
  209. </div>
  210. </div>
  211. </td>
  212. <td colspan="3" style="text-align: right">
  213. {$pager}
  214. </td>
  215. </tr>
  216. </tfoot>
  217. </table>
  218. </div>
  219. </div>
  220. </form>
  221. </div>
  222. </div>
  223. </div>
  224. <script src="/layuiadmin/layui/layui.js"></script>
  225. <script>
  226. layui.config({
  227. base: '/layuiadmin/' //静态资源所在路径
  228. }).extend({
  229. index: 'lib/index' //主入口模块
  230. }).use('index');
  231. </script>
  232. <script>
  233. //由于模块都一次性加载,因此不用执行 layui.use() 来加载对应模块,直接使用即可:
  234. var layer = layui.layer;
  235. var $;
  236. layui.use(['jquery', 'layer','form'], function(){
  237. $ = layui.$;
  238. var form = layui.form;
  239. $('.deldom').click(function(){
  240. var s_url = $(this).attr('data-href');
  241. layer.confirm($(this).attr('data-confirm'), function(index){
  242. $.ajax({
  243. url:s_url,
  244. type:'post',
  245. dataType:'json',
  246. success:function(info){
  247. if(info.status == 0)
  248. {
  249. layer.msg(info.result.message,{icon: 1,time: 2000});
  250. }else if(info.status == 1){
  251. var go_url = location.href;
  252. if( info.result.hasOwnProperty("url") )
  253. {
  254. go_url = info.result.url;
  255. }
  256. layer.msg('操作成功',{time: 1000,
  257. end:function(){
  258. location.href = info.result.url;
  259. }
  260. });
  261. }
  262. }
  263. })
  264. });
  265. })
  266. $('.btn-operation').click(function(){
  267. var ids_arr = [];
  268. var obj = $(this);
  269. var s_toggle = $(this).attr('data-toggle');
  270. var s_url = $(this).attr('data-href');
  271. $("input[name=item_checkbox]").each(function() {
  272. if( $(this).prop('checked') )
  273. {
  274. ids_arr.push( $(this).val() );
  275. }
  276. })
  277. if(ids_arr.length < 1)
  278. {
  279. layer.msg('请选择要操作的内容');
  280. }else{
  281. var can_sub = true;
  282. if( s_toggle == 'batch-remove' )
  283. {
  284. can_sub = false;
  285. layer.confirm($(obj).attr('data-confirm'), function(index){
  286. $.ajax({
  287. url:s_url,
  288. type:'post',
  289. dataType:'json',
  290. data:{ids:ids_arr},
  291. success:function(info){
  292. if(info.status == 0)
  293. {
  294. layer.msg(info.result.message,{icon: 1,time: 2000});
  295. }else if(info.status == 1){
  296. var go_url = location.href;
  297. if( info.result.hasOwnProperty("url") )
  298. {
  299. go_url = info.result.url;
  300. }
  301. layer.msg('操作成功',{time: 1000,
  302. end:function(){
  303. location.href = info.result.url;
  304. }
  305. });
  306. }
  307. }
  308. })
  309. });
  310. }else{
  311. $.ajax({
  312. url:s_url,
  313. type:'post',
  314. dataType:'json',
  315. data:{ids:ids_arr},
  316. success:function(info){
  317. if(info.status == 0)
  318. {
  319. layer.msg(info.result.message,{icon: 1,time: 2000});
  320. }else if(info.status == 1){
  321. var go_url = location.href;
  322. if( info.result.hasOwnProperty("url") )
  323. {
  324. go_url = info.result.url;
  325. }
  326. layer.msg('操作成功',{time: 1000,
  327. end:function(){
  328. location.href = info.result.url;
  329. }
  330. });
  331. }
  332. }
  333. })
  334. }
  335. }
  336. })
  337. form.on('switch(statewsitch)', function(data){
  338. var s_url = $(this).attr('data-href')
  339. var s_value = 1;
  340. if(data.elem.checked)
  341. {
  342. s_value = 1;
  343. }else{
  344. s_value = 0;
  345. }
  346. $.ajax({
  347. url:s_url,
  348. type:'post',
  349. dataType:'json',
  350. data:{value:s_value},
  351. success:function(info){
  352. if(info.status == 0)
  353. {
  354. layer.msg(info.result.message,{icon: 1,time: 2000});
  355. }else if(info.status == 1){
  356. var go_url = location.href;
  357. if( info.result.hasOwnProperty("url") )
  358. {
  359. go_url = info.result.url;
  360. }
  361. layer.msg('操作成功',{time: 1000,
  362. end:function(){
  363. location.href = info.result.url;
  364. }
  365. });
  366. }
  367. }
  368. })
  369. });
  370. form.on('checkbox(checkboxall)', function(data){
  371. if(data.elem.checked)
  372. {
  373. $("input[name=item_checkbox]").each(function() {
  374. $(this).prop("checked", true);
  375. });
  376. $("input[name=checkall]").each(function() {
  377. $(this).prop("checked", true);
  378. });
  379. }else{
  380. $("input[name=item_checkbox]").each(function() {
  381. $(this).prop("checked", false);
  382. });
  383. $("input[name=checkall]").each(function() {
  384. $(this).prop("checked", false);
  385. });
  386. }
  387. form.render('checkbox');
  388. });
  389. //监听提交
  390. form.on('submit(formDemo)', function(data){
  391. $.ajax({
  392. url: data.form.action,
  393. type: data.form.method,
  394. data: data.field,
  395. dataType:'json',
  396. success: function (info) {
  397. if(info.status == 0)
  398. {
  399. layer.msg(info.result.message,{icon: 1,time: 2000});
  400. }else if(info.status == 1){
  401. var go_url = location.href;
  402. if( info.result.hasOwnProperty("url") )
  403. {
  404. go_url = info.result.url;
  405. }
  406. layer.msg('操作成功',{time: 1000,
  407. end:function(){
  408. location.href = info.result.url;
  409. }
  410. });
  411. }
  412. }
  413. });
  414. return false;
  415. });
  416. })
  417. </script>
  418. </body>