cube.html 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490
  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="cube" />
  104. <div class="layui-form-item">
  105. <div class="layui-inline">
  106. <div class="layui-input-inline">
  107. <select name="enabled" class='layui-input layui-unselect' data-placeholder="状态">
  108. <option value="-1" <?php if( empty($_GPC['cate']) ){ ?>selected<?php } ?>>状态</option>
  109. <option value="1" <?php if( $_GPC['enabled']==1 ){ ?>selected<?php } ?>>显示</option>
  110. <option value="0" <?php if( $_GPC['enabled']==0 ){ ?>selected<?php } ?>>隐藏</option>
  111. </select>
  112. </div>
  113. <div class="layui-input-inline">
  114. <input type="text" class="layui-input" name='keyword' value="{$_GPC['keyword']}" placeholder="输入关键词然后回车">
  115. </div>
  116. <div class="layui-input-inline">
  117. <button class="layui-btn layui-btn-sm" type="submit"> 搜索</button>
  118. </div>
  119. </div>
  120. </div>
  121. </form>
  122. <form action="" class="layui-form" lay-filter="example" method="post">
  123. <div class="row">
  124. <div class="col-md-12">
  125. <div class="page-table-header">
  126. <span class="pull-right">
  127. <a href="{:U('configindex/addcube', array('ok' => 1))}"
  128. 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"
  132. data-toggle='batch'
  133. data-href="{:U('configindex/changeCube',array('type'=>'enabled','value'=>1))}">
  134. 显示
  135. </button>
  136. <button class="btn btn-default btn-sm btn-operation" type="button"
  137. data-toggle='batch'
  138. data-href="{:U('configindex/changeCube',array('type'=>'enabled','value'=>0))}">
  139. 隐藏
  140. </button>
  141. <button class="btn btn-default btn-sm btn-operation" type="button"
  142. data-toggle='batch-remove' data-confirm="确认要删除吗?"
  143. data-href="{:U('configindex/deleteCube')}">
  144. 删除
  145. </button>
  146. </div>
  147. </div>
  148. <table class="table table-responsive layui-table" lay-even lay-skin="line" lay-size="lg">
  149. <colgroup>
  150. <col width="50">
  151. <col width="100">
  152. <col>
  153. <col width="200">
  154. <col width="200">
  155. <col width="200">
  156. </colgroup>
  157. <thead>
  158. <tr>
  159. <th>
  160. <input type='checkbox' name="checkall" lay-skin="primary" lay-filter="checkboxall" />
  161. </th>
  162. <th>ID</th>
  163. <th>名称</th>
  164. <th>创建日期</th>
  165. <th>状态</th>
  166. <th>操作</th>
  167. </tr>
  168. </thead>
  169. <tbody>
  170. <?php foreach($list as $item){ ?>
  171. <tr>
  172. <td>
  173. <input type='checkbox' name="item_checkbox" lay-skin="primary" value="{$item['id']}" />
  174. </td>
  175. <td>
  176. {$item['id']}
  177. </td>
  178. <td>
  179. {$item['name']}
  180. </td>
  181. <td>
  182. {:date('Y-m-d H:i:s', $item['addtime'])}
  183. </td>
  184. <td>
  185. <input type="checkbox" name="" lay-filter="statewsitch"
  186. data-href="{:U('configindex/changeCube',array('type'=>'enabled','id'=>$item['id']))}"
  187. <?php if($item['enabled']==1){ ?>checked<?php } ?> lay-skin="switch"
  188. lay-text="显示|隐藏">
  189. </td>
  190. <td style="overflow:visible;position:relative">
  191. <a class='layui-btn layui-btn-xs'
  192. href="{:U('configindex/addcube', array('id' => $item['id'], 'ok' => 1))}">
  193. <i class="layui-icon layui-icon-edit"></i>编辑
  194. </a>
  195. <a class='layui-btn layui-btn-xs deldom' href="javascript:;"
  196. data-href="{:U('configindex/deleteCube',array('id' => $item['id']))}"
  197. data-confirm='确认要删除吗?'>
  198. <i class="layui-icon">&#xe640;</i>删除
  199. </a>
  200. </td>
  201. </tr>
  202. <?php } ?>
  203. </tbody>
  204. <tfoot>
  205. <tr>
  206. <td colspan="3">
  207. <div class="page-table-header">
  208. <input type="checkbox" name="checkall" lay-skin="primary" lay-filter="checkboxall">
  209. <div class="btn-group">
  210. <button class="btn btn-default btn-sm btn-operation" type="button"
  211. data-toggle='batch'
  212. data-href="{:U('configindex/changeCube',array('type'=>'enabled','value'=>1))}">
  213. 显示
  214. </button>
  215. <button class="btn btn-default btn-sm btn-operation" type="button"
  216. data-toggle='batch'
  217. data-href="{:U('configindex/changeCube',array('type'=>'enabled','value'=>0))}">
  218. 隐藏
  219. </button>
  220. <button class="btn btn-default btn-sm btn-operation" type="button"
  221. data-toggle='batch-remove' data-confirm="确认要删除吗?"
  222. data-href="{:U('configindex/deleteCube')}">
  223. 删除
  224. </button>
  225. </div>
  226. </div>
  227. </td>
  228. <td colspan="3" style="text-align: right">
  229. {$pager}
  230. </td>
  231. </tr>
  232. </tfoot>
  233. </table>
  234. </div>
  235. </div>
  236. </form>
  237. </div>
  238. </div>
  239. </div>
  240. <script src="/layuiadmin/layui/layui.js"></script>
  241. <script>
  242. layui.config({
  243. base: '/layuiadmin/' //静态资源所在路径
  244. }).extend({
  245. index: 'lib/index' //主入口模块
  246. }).use('index');
  247. </script>
  248. <script>
  249. //由于模块都一次性加载,因此不用执行 layui.use() 来加载对应模块,直接使用即可:
  250. var layer = layui.layer;
  251. var $;
  252. layui.use(['jquery', 'layer', 'form'], function () {
  253. $ = layui.$;
  254. var form = layui.form;
  255. $('.deldom').click(function () {
  256. var s_url = $(this).attr('data-href');
  257. layer.confirm($(this).attr('data-confirm'), function (index) {
  258. $.ajax({
  259. url: s_url,
  260. type: 'post',
  261. dataType: 'json',
  262. success: function (info) {
  263. if (info.status == 0) {
  264. layer.msg(info.result.message, {
  265. icon: 1,
  266. time: 2000
  267. });
  268. } else if (info.status == 1) {
  269. var go_url = location.href;
  270. if (info.result.hasOwnProperty("url")) {
  271. go_url = info.result.url;
  272. }
  273. layer.msg('操作成功', {
  274. time: 1000,
  275. end: function () {
  276. location.href = info.result.url;
  277. }
  278. });
  279. }
  280. }
  281. })
  282. });
  283. })
  284. $('.btn-operation').click(function () {
  285. var ids_arr = [];
  286. var obj = $(this);
  287. var s_toggle = $(this).attr('data-toggle');
  288. var s_url = $(this).attr('data-href');
  289. $("input[name=item_checkbox]").each(function () {
  290. if ($(this).prop('checked')) {
  291. ids_arr.push($(this).val());
  292. }
  293. })
  294. if (ids_arr.length < 1) {
  295. layer.msg('请选择要操作的内容');
  296. } else {
  297. var can_sub = true;
  298. if (s_toggle == 'batch-remove') {
  299. can_sub = false;
  300. layer.confirm($(obj).attr('data-confirm'), function (index) {
  301. $.ajax({
  302. url: s_url,
  303. type: 'post',
  304. dataType: 'json',
  305. data: {
  306. ids: ids_arr
  307. },
  308. success: function (info) {
  309. if (info.status == 0) {
  310. layer.msg(info.result.message, {
  311. icon: 1,
  312. time: 2000
  313. });
  314. } else if (info.status == 1) {
  315. var go_url = location.href;
  316. if (info.result.hasOwnProperty("url")) {
  317. go_url = info.result.url;
  318. }
  319. layer.msg('操作成功', {
  320. time: 1000,
  321. end: function () {
  322. location.href = info.result
  323. .url;
  324. }
  325. });
  326. }
  327. }
  328. })
  329. });
  330. } else {
  331. $.ajax({
  332. url: s_url,
  333. type: 'post',
  334. dataType: 'json',
  335. data: {
  336. ids: ids_arr
  337. },
  338. success: function (info) {
  339. if (info.status == 0) {
  340. layer.msg(info.result.message, {
  341. icon: 1,
  342. time: 2000
  343. });
  344. } else if (info.status == 1) {
  345. var go_url = location.href;
  346. if (info.result.hasOwnProperty("url")) {
  347. go_url = info.result.url;
  348. }
  349. layer.msg('操作成功', {
  350. time: 1000,
  351. end: function () {
  352. location.href = info.result.url;
  353. }
  354. });
  355. }
  356. }
  357. })
  358. }
  359. }
  360. })
  361. form.on('switch(statewsitch)', function (data) {
  362. var s_url = $(this).attr('data-href')
  363. var s_value = 1;
  364. if (data.elem.checked) {
  365. s_value = 1;
  366. } else {
  367. s_value = 0;
  368. }
  369. $.ajax({
  370. url: s_url,
  371. type: 'post',
  372. dataType: 'json',
  373. data: {
  374. value: s_value
  375. },
  376. success: function (info) {
  377. if (info.status == 0) {
  378. layer.msg(info.result.message, {
  379. icon: 1,
  380. time: 2000
  381. });
  382. } else if (info.status == 1) {
  383. var go_url = location.href;
  384. if (info.result.hasOwnProperty("url")) {
  385. go_url = info.result.url;
  386. }
  387. layer.msg('操作成功', {
  388. time: 1000,
  389. end: function () {
  390. location.href = info.result.url;
  391. }
  392. });
  393. }
  394. }
  395. })
  396. });
  397. form.on('checkbox(checkboxall)', function (data) {
  398. if (data.elem.checked) {
  399. $("input[name=item_checkbox]").each(function () {
  400. $(this).prop("checked", true);
  401. });
  402. $("input[name=checkall]").each(function () {
  403. $(this).prop("checked", true);
  404. });
  405. } else {
  406. $("input[name=item_checkbox]").each(function () {
  407. $(this).prop("checked", false);
  408. });
  409. $("input[name=checkall]").each(function () {
  410. $(this).prop("checked", false);
  411. });
  412. }
  413. form.render('checkbox');
  414. });
  415. //监听提交
  416. form.on('submit(formDemo)', function (data) {
  417. $.ajax({
  418. url: data.form.action,
  419. type: data.form.method,
  420. data: data.field,
  421. dataType: 'json',
  422. success: function (info) {
  423. if (info.status == 0) {
  424. layer.msg(info.result.message, {
  425. icon: 1,
  426. time: 2000
  427. });
  428. } else if (info.status == 1) {
  429. var go_url = location.href;
  430. if (info.result.hasOwnProperty("url")) {
  431. go_url = info.result.url;
  432. }
  433. layer.msg('操作成功', {
  434. time: 1000,
  435. end: function () {
  436. location.href = info.result.url;
  437. }
  438. });
  439. }
  440. }
  441. });
  442. return false;
  443. });
  444. })
  445. </script>
  446. </body>