92b35964306d69f8c4f3e21e36705b59.php 6.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <?php /*a:3:{s:62:"/data/web/mall.valimart.net/app/admin/view/feedback/index.html";i:1657785096;s:61:"/data/web/mall.valimart.net/app/admin/view/public/header.html";i:1657785098;s:66:"/data/web/mall.valimart.net/app/admin/view/public/admin_items.html";i:1657785098;}*/ ?>
  2. <!DOCTYPE html>
  3. <html>
  4. <head>
  5. <meta charset="utf-8">
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  7. <title><?php echo htmlentities((isset($html_title) && ($html_title !== '')?$html_title:config('ds_config.site_name'))); ?><?php echo htmlentities(lang('system_backend')); ?></title>
  8. <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  9. <link rel="stylesheet" href="<?php echo htmlentities(ADMIN_SITE_ROOT); ?>/css/admin.css">
  10. <link rel="stylesheet" href="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery-ui.min.css">
  11. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery-2.1.4.min.js"></script>
  12. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.validate.min.js"></script>
  13. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.cookie.js"></script>
  14. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/common.js"></script>
  15. <script src="<?php echo htmlentities(ADMIN_SITE_ROOT); ?>/js/admin.js"></script>
  16. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery-ui.min.js"></script>
  17. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery.ui.datepicker-zh-CN.js"></script>
  18. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/perfect-scrollbar.min.js"></script>
  19. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/layer/layer.js"></script>
  20. <script type="text/javascript">
  21. var BASESITEROOT = "<?php echo htmlentities(BASE_SITE_ROOT); ?>";
  22. var ADMINSITEROOT = "<?php echo htmlentities(ADMIN_SITE_ROOT); ?>";
  23. var BASESITEURL = "<?php echo htmlentities(BASE_SITE_URL); ?>";
  24. var HOMESITEURL = "<?php echo htmlentities(HOME_SITE_URL); ?>";
  25. var ADMINSITEURL = "<?php echo htmlentities(ADMIN_SITE_URL); ?>";
  26. </script>
  27. </head>
  28. <body>
  29. <div id="append_parent"></div>
  30. <div id="ajaxwaitid"></div>
  31. <div class="page">
  32. <div class="fixed-bar">
  33. <div class="item-title">
  34. <div class="subject">
  35. <h3><?php echo htmlentities(lang('ds_feedback')); ?></h3>
  36. <h5></h5>
  37. </div>
  38. <?php if($admin_item): ?>
  39. <ul class="tab-base ds-row">
  40. <?php if(is_array($admin_item) || $admin_item instanceof \think\Collection || $admin_item instanceof \think\Paginator): if( count($admin_item)==0 ) : echo "" ;else: foreach($admin_item as $key=>$item): ?>
  41. <li><a href="<?php echo htmlentities($item['url']); ?>" <?php if($item['name'] == $curitem): ?>class="current"<?php endif; ?>><span><?php echo htmlentities($item['text']); ?></span></a></li>
  42. <?php endforeach; endif; else: echo "" ;endif; ?>
  43. </ul>
  44. <?php endif; ?>
  45. </div>
  46. </div>
  47. <div class="fixed-empty"></div>
  48. <div class="explanation" id="explanation">
  49. <div class="title" id="checkZoom">
  50. <h4 title="<?php echo htmlentities(lang('ds_explanation_tip')); ?>"><?php echo htmlentities(lang('ds_explanation')); ?></h4>
  51. <span id="explanationZoom" title="<?php echo htmlentities(lang('ds_explanation_close')); ?>" class="arrow"></span>
  52. </div>
  53. <ul>
  54. <li><?php echo htmlentities(lang('feedback_index_hlpe1')); ?></li>
  55. </ul>
  56. </div>
  57. <form method='post' id="form_link">
  58. <table class="ds-default-table nobdb">
  59. <thead>
  60. <tr class="thead">
  61. <th>&nbsp;</th>
  62. <th><?php echo htmlentities(lang('feedback_index_content')); ?></th>
  63. <th><?php echo htmlentities(lang('ds_member_name')); ?></th>
  64. <th><?php echo htmlentities(lang('feedback_index_time')); ?></th>
  65. <th><?php echo htmlentities(lang('feedback_index_from')); ?></th>
  66. </tr>
  67. </thead>
  68. <tbody>
  69. <?php if(!(empty($feedback_list) || (($feedback_list instanceof \think\Collection || $feedback_list instanceof \think\Paginator ) && $feedback_list->isEmpty()))): if(is_array($feedback_list) || $feedback_list instanceof \think\Collection || $feedback_list instanceof \think\Paginator): if( count($feedback_list)==0 ) : echo "" ;else: foreach($feedback_list as $key=>$v): ?>
  70. <tr class="hover edit">
  71. <td class="w24"><input type="checkbox" name="del_id[]" value="<?php echo htmlentities($v['fb_id']); ?>" class="checkitem"></td>
  72. <td width="705px"><?php echo htmlentities($v['fb_content']); ?></td>
  73. <td><?php echo htmlentities($v['member_name']); ?></td>
  74. <td><?php echo date('Y-m-d H:i:s',$v['fb_time']); ?></td>
  75. <td><?php echo $v['fb_type']==1 ? 'WAP' : 'PC'; ?></td>
  76. </tr>
  77. <?php endforeach; endif; else: echo "" ;endif; else: ?>
  78. <tr class="no_data">
  79. <td colspan="10"><?php echo htmlentities(lang('ds_no_record')); ?></td>
  80. </tr>
  81. <?php endif; ?>
  82. </tbody>
  83. <tfoot>
  84. <?php if(!(empty($feedback_list) || (($feedback_list instanceof \think\Collection || $feedback_list instanceof \think\Paginator ) && $feedback_list->isEmpty()))): ?>
  85. <tr class="tfoot" id="dataFuncs">
  86. <td><input type="checkbox" class="checkall" id="checkallBottom"></td>
  87. <td colspan="16" id="batchAction"><label for="checkallBottom"><?php echo htmlentities(lang('ds_select_all')); ?></label>
  88. &nbsp;&nbsp; <a href="JavaScript:void(0);" class="btn btn-small" onclick="submit_delete_batch()"><span><?php echo htmlentities(lang('ds_del')); ?></span></a>
  89. </td>
  90. </tr>
  91. <?php endif; ?>
  92. </tfoot>
  93. </table>
  94. <?php echo $show_page; ?>
  95. </form>
  96. </div>
  97. <script type="text/javascript">
  98. function submit_delete(ids_str) {
  99. _uri = ADMINSITEURL + "/Feedback/del.html?feedback_id=" + ids_str;
  100. dsLayerConfirm(_uri, '<?php echo htmlentities(lang('ds_ensure_del')); ?>');
  101. }
  102. </script>