ab64f722ef6a656c62459b0e9775e5c8.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301
  1. <?php /*a:3:{s:63:"/data/web/mall.valimart.net/app/admin/view/operation/index.html";i:1670990108;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_operation')); ?></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="operation-tool">
  48. <div class="mt">
  49. <?php echo htmlentities(lang('seller_promotion_tool')); ?>
  50. </div>
  51. <div class="mc">
  52. <a href="<?php echo url('Promotionwholesale/index'); ?>">
  53. <dl>
  54. <dt><i class="iconfont bg-6C93CD">&#xe756;</i></dt>
  55. <dd>
  56. <h5><?php echo htmlentities(lang('ds_promotion_wholesale')); ?></h5>
  57. <p><?php echo htmlentities(lang('ds_promotion_wholesale_tips')); ?></p>
  58. </dd>
  59. </dl>
  60. </a>
  61. <a href="<?php echo url('Promotionxianshi/index'); ?>">
  62. <dl>
  63. <dt><i class="iconfont bg-E9BB5F">&#xe741;</i></dt>
  64. <dd>
  65. <h5><?php echo htmlentities(lang('ds_promotion_xianshi')); ?></h5>
  66. <p><?php echo htmlentities(lang('ds_promotion_xianshi_tips')); ?></p>
  67. </dd>
  68. </dl>
  69. </a>
  70. <a href="<?php echo url('Promotionmansong/index'); ?>">
  71. <dl>
  72. <dt><i class="iconfont bg-79BAD0">&#xe704;</i></dt>
  73. <dd>
  74. <h5><?php echo htmlentities(lang('ds_promotion_mansong')); ?></h5>
  75. <p><?php echo htmlentities(lang('ds_promotion_mansong_tips')); ?></p>
  76. </dd>
  77. </dl>
  78. </a>
  79. <a href="<?php echo url('Promotionbundling/index'); ?>">
  80. <dl>
  81. <dt><i class="iconfont bg-EC7E7F">&#xe732;</i></dt>
  82. <dd>
  83. <h5><?php echo htmlentities(lang('ds_promotion_bundling')); ?></h5>
  84. <p><?php echo htmlentities(lang('ds_promotion_bundling_tips')); ?></p>
  85. </dd>
  86. </dl>
  87. </a>
  88. <a href="<?php echo url('Promotionbooth/index'); ?>">
  89. <dl>
  90. <dt><i class="iconfont bg-86CE86">&#xe6ec;</i></dt>
  91. <dd>
  92. <h5><?php echo htmlentities(lang('ds_promotion_booth')); ?></h5>
  93. <p><?php echo htmlentities(lang('ds_promotion_booth_tips')); ?></p>
  94. </dd>
  95. </dl>
  96. </a>
  97. <a href="<?php echo url('Groupbuy/index'); ?>">
  98. <dl>
  99. <dt><i class="iconfont bg-6C93CD">&#xe70e;</i></dt>
  100. <dd>
  101. <h5><?php echo htmlentities(lang('ds_groupbuy')); ?></h5>
  102. <p><?php echo htmlentities(lang('ds_groupbuy_tips')); ?></p>
  103. </dd>
  104. </dl>
  105. </a>
  106. <a href="<?php echo url('Vrgroupbuy/index'); ?>">
  107. <dl>
  108. <dt><i class="iconfont bg-E9BB5F">&#xe70e;</i></dt>
  109. <dd>
  110. <h5><?php echo htmlentities(lang('ds_groupbuy_vr')); ?></h5>
  111. <p><?php echo htmlentities(lang('ds_groupbuy_vr_tips')); ?></p>
  112. </dd>
  113. </dl>
  114. </a>
  115. <a href="<?php echo url('Voucher/index'); ?>">
  116. <dl>
  117. <dt><i class="iconfont bg-6CCDA5">&#xe727;</i></dt>
  118. <dd>
  119. <h5><?php echo htmlentities(lang('ds_voucher_price_manage')); ?></h5>
  120. <p><?php echo htmlentities(lang('ds_voucher_price_manage_tips')); ?></p>
  121. </dd>
  122. </dl>
  123. </a>
  124. <a href="<?php echo url('Promotionmgdiscount/mgdiscount_store'); ?>">
  125. <dl>
  126. <dt><i class="iconfont bg-E9BB5F">&#xe6ce;</i></dt>
  127. <dd>
  128. <h5><?php echo htmlentities(lang('ds_promotion_mgdiscount')); ?></h5>
  129. <p><?php echo htmlentities(lang('ds_promotion_mgdiscount_tips')); ?></p>
  130. </dd>
  131. </dl>
  132. </a>
  133. <a href="<?php echo url('Inviter/setting'); ?>">
  134. <dl>
  135. <dt><i class="iconfont bg-9C6CCD">&#xe6ed;</i></dt>
  136. <dd>
  137. <h5><?php echo htmlentities(lang('ds_inviter_set')); ?></h5>
  138. <p><?php echo htmlentities(lang('ds_inviter_set_tips')); ?></p>
  139. </dd>
  140. </dl>
  141. </a>
  142. <a href="<?php echo url('Promotionpintuan/index'); ?>">
  143. <dl>
  144. <dt><i class="iconfont bg-EC7E7F">&#xe73f;</i></dt>
  145. <dd>
  146. <h5><?php echo htmlentities(lang('ds_promotion_pintuan')); ?></h5>
  147. <p><?php echo htmlentities(lang('ds_promotion_pintuan_tips')); ?></p>
  148. </dd>
  149. </dl>
  150. </a>
  151. <a href="<?php echo url('Promotionbargain/index'); ?>">
  152. <dl>
  153. <dt><i class="iconfont bg-6C93CD">&#xe6af;</i></dt>
  154. <dd>
  155. <h5><?php echo htmlentities(lang('ds_promotion_bargain')); ?></h5>
  156. <p><?php echo htmlentities(lang('ds_promotion_bargain_tips')); ?></p>
  157. </dd>
  158. </dl>
  159. </a>
  160. <a href="<?php echo url('Activity/index'); ?>">
  161. <dl>
  162. <dt><i class="iconfont bg-79BAD0">&#xe713;</i></dt>
  163. <dd>
  164. <h5><?php echo htmlentities(lang('ds_activity_manage')); ?></h5>
  165. <p><?php echo htmlentities(lang('ds_activity_manage_tips')); ?></p>
  166. </dd>
  167. </dl>
  168. </a>
  169. <a href="<?php echo url('Promotionpresell/index'); ?>">
  170. <dl>
  171. <dt><i class="iconfont bg-6CCDA5">&#xe6b9;</i></dt>
  172. <dd>
  173. <h5><?php echo htmlentities(lang('ds_promotion_presell')); ?></h5>
  174. <p><?php echo htmlentities(lang('ds_promotion_presell_tips')); ?></p>
  175. </dd>
  176. </dl>
  177. </a>
  178. </div>
  179. </div>
  180. <div class="operation-tool ">
  181. <div class="mt">
  182. <?php echo htmlentities(lang('platform_promotion_tool')); ?>
  183. </div>
  184. <div class="mc">
  185. <a href="javascript:void(0)" onclick="window.parent.openItem('flea,Flea,flea')">
  186. <dl>
  187. <dt><i class="iconfont bg-9C6CCD">&#xe669;</i></dt>
  188. <dd>
  189. <h5><?php echo htmlentities(lang('flea')); ?></h5>
  190. <p><?php echo htmlentities(lang('flea_tips')); ?></p>
  191. </dd>
  192. </dl>
  193. </a>
  194. <a href="<?php echo url('Bonus/index'); ?>">
  195. <dl>
  196. <dt><i class="iconfont bg-79BAD0">&#xe6c1;</i></dt>
  197. <dd>
  198. <h5><?php echo htmlentities(lang('ds_bonus')); ?></h5>
  199. <p><?php echo htmlentities(lang('ds_bonus_tips')); ?></p>
  200. </dd>
  201. </dl>
  202. </a>
  203. <a href="<?php echo url('Marketmanage/index',['type'=>1]); ?>">
  204. <dl>
  205. <dt><i class="iconfont bg-EC7E7F">&#xe6f6;</i></dt>
  206. <dd>
  207. <h5><?php echo htmlentities(lang('ds_market_1')); ?></h5>
  208. <p><?php echo htmlentities(lang('ds_market_1_tips')); ?></p>
  209. </dd>
  210. </dl>
  211. </a>
  212. <a href="<?php echo url('Marketmanage/index',['type'=>2]); ?>">
  213. <dl>
  214. <dt><i class="iconfont bg-86CE86">&#xe6f7;</i></dt>
  215. <dd>
  216. <h5><?php echo htmlentities(lang('ds_market_2')); ?></h5>
  217. <p><?php echo htmlentities(lang('ds_market_2_tips')); ?></p>
  218. </dd>
  219. </dl>
  220. </a>
  221. <a href="<?php echo url('Marketmanage/index',['type'=>3]); ?>">
  222. <dl>
  223. <dt><i class="iconfont bg-E9BB5F">&#xe68c;</i></dt>
  224. <dd>
  225. <h5><?php echo htmlentities(lang('ds_market_3')); ?></h5>
  226. <p><?php echo htmlentities(lang('ds_market_3_tips')); ?></p>
  227. </dd>
  228. </dl>
  229. </a>
  230. <a href="<?php echo url('Marketmanage/index',['type'=>4]); ?>">
  231. <dl>
  232. <dt><i class="iconfont bg-6CCDA5">&#xe68c;</i></dt>
  233. <dd>
  234. <h5><?php echo htmlentities(lang('ds_market_4')); ?></h5>
  235. <p><?php echo htmlentities(lang('ds_market_4_tips')); ?></p>
  236. </dd>
  237. </dl>
  238. </a>
  239. <a href="<?php echo url('Pointprod/index'); ?>">
  240. <dl>
  241. <dt><i class="iconfont bg-6C93CD">&#xe704;</i></dt>
  242. <dd>
  243. <h5><?php echo htmlentities(lang('ds_pointprod')); ?></h5>
  244. <p><?php echo htmlentities(lang('ds_pointprod_tips')); ?></p>
  245. </dd>
  246. </dl>
  247. </a>
  248. <a href="<?php echo url('Pointorder/pointorder_list'); ?>">
  249. <dl>
  250. <dt><i class="iconfont bg-6CCDA5">&#xe704;</i></dt>
  251. <dd>
  252. <h5><?php echo htmlentities(lang('ds_pointorder')); ?></h5>
  253. <p><?php echo htmlentities(lang('ds_pointorder_tips')); ?></p>
  254. </dd>
  255. </dl>
  256. </a>
  257. <a href="<?php echo url('points/setting'); ?>">
  258. <dl>
  259. <dt><i class="iconfont bg-EC7E7F">&#xe726;</i></dt>
  260. <dd>
  261. <h5><?php echo htmlentities(lang('ds_points_setting')); ?></h5>
  262. <p><?php echo htmlentities(lang('ds_points_setting_tips')); ?></p>
  263. </dd>
  264. </dl>
  265. </a>
  266. <a href="<?php echo url('Operation/point_signin'); ?>">
  267. <dl>
  268. <dt><i class="iconfont bg-86CE86">&#xe731;</i></dt>
  269. <dd>
  270. <h5><?php echo htmlentities(lang('ds_point_signin')); ?></h5>
  271. <p><?php echo htmlentities(lang('ds_point_signin_tips')); ?></p>
  272. </dd>
  273. </dl>
  274. </a>
  275. <a href="<?php echo url('Rechargecard/index'); ?>">
  276. <dl>
  277. <dt><i class="iconfont bg-6CCDA5">&#xe6f4;</i></dt>
  278. <dd>
  279. <h5><?php echo htmlentities(lang('ds_rechargecard')); ?></h5>
  280. <p><?php echo htmlentities(lang('ds_rechargecard_tips')); ?></p>
  281. </dd>
  282. </dl>
  283. </a>
  284. <a href="<?php echo url('Mallvouchertemplate/mallvouchertemplatelist'); ?>">
  285. <dl>
  286. <dt><i class="iconfont bg-6CCDA5">&#xe727;</i></dt>
  287. <dd>
  288. <h5><?php echo htmlentities(lang('ds_mallvouchertemplate_manage')); ?></h5>
  289. <p><?php echo htmlentities(lang('ds_mallvouchertemplate_manage_tips')); ?></p>
  290. </dd>
  291. </dl>
  292. </a>
  293. </div>
  294. </div>
  295. </div>