786b54e69e5c81230f70ae481b8fb099.php 15 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218
  1. <?php /*a:5:{s:98:"/data/web/mall.valimart.net/app/home/view/default/seller/sellergoodsadd/store_goods_add_step1.html";i:1657785118;s:70:"/data/web/mall.valimart.net/app/home/view/default/base/seller_top.html";i:1660125338;s:71:"/data/web/mall.valimart.net/app/home/view/default/base/seller_left.html";i:1657785114;s:72:"/data/web/mall.valimart.net/app/home/view/default/base/seller_items.html";i:1657785114;s:71:"/data/web/mall.valimart.net/app/home/view/default/base/mall_footer.html";i:1657785114;}*/ ?>
  2. <!doctype html>
  3. <html>
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  6. <title><?php if(isset($html_title) && $html_title): ?><?php echo htmlentities($html_title); else: ?><?php echo htmlentities(lang('store_callcenter')); ?><?php endif; ?></title>
  7. <meta name="renderer" content="webkit|ie-comp|ie-stand">
  8. <meta name="keywords" content="<?php echo htmlentities((isset($seo_keywords) && ($seo_keywords !== '')?$seo_keywords:'')); ?>" />
  9. <meta name="description" content="<?php echo htmlentities((isset($seo_description) && ($seo_description !== '')?$seo_description:'')); ?>" />
  10. <link rel="stylesheet" href="<?php echo htmlentities(HOME_SITE_ROOT); ?>/css/common.css">
  11. <link rel="stylesheet" href="<?php echo htmlentities(HOME_SITE_ROOT); ?>/css/seller.css">
  12. <link rel="stylesheet" href="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery-ui.min.css">
  13. <script>
  14. var BASESITEROOT = "<?php echo htmlentities(BASE_SITE_ROOT); ?>";
  15. var HOMESITEROOT = "<?php echo htmlentities(HOME_SITE_ROOT); ?>";
  16. var BASESITEURL = "<?php echo htmlentities(BASE_SITE_URL); ?>";
  17. var HOMESITEURL = "<?php echo htmlentities(HOME_SITE_URL); ?>";
  18. </script>
  19. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery-2.1.4.min.js"></script>
  20. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery-ui.min.js"></script>
  21. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery.ui.datepicker-zh-CN.js"></script>
  22. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/common.js"></script>
  23. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.validate.min.js"></script>
  24. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/additional-methods.min.js"></script>
  25. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/layer/layer.js"></script>
  26. <script src="<?php echo htmlentities(HOME_SITE_ROOT); ?>/js/member.js"></script>
  27. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/dialog/dialog.js" id="dialog_js" charset="utf-8"></script>
  28. <script>
  29. jQuery.browser={};(function(){jQuery.browser.msie=false; jQuery.browser.version=0;if(navigator.userAgent.match(/MSIE ([0-9]+)./)){ jQuery.browser.msie=true;jQuery.browser.version=RegExp.$1;}})();
  30. </script>
  31. </head>
  32. <body>
  33. <div id="append_parent"></div>
  34. <div id="ajaxwaitid"></div>
  35. <div class="seller_main">
  36. <div class="seller_left">
  37. <div class="seller_left_1">
  38. <div class="logo">
  39. <a href="<?php echo url('Seller/index'); ?>">
  40. <img src="<?php if(config('ds_config.seller_center_logo') == ''): ?><?php echo htmlentities(BASE_SITE_ROOT); ?>/uploads/home/common/seller_center_logo.png<?php else: ?><?php echo ds_get_pic(ATTACH_COMMON,config('ds_config.seller_center_logo')); ?><?php endif; ?>"/>
  41. </a>
  42. </div>
  43. <div class="sidebar">
  44. <a href="<?php echo url('Store/index',['store_id'=>session('store_id')]); ?>" target="_blank"><i class="iconfont">&#xe6da;</i><?php echo htmlentities(lang('ds_mystroe')); ?></a>
  45. <?php if(config('ds_config.instant_message_open') == '1'): ?>
  46. <a href="javascript:void(0);" id="chat_show_user"><i class="iconfont">&#xe71b;</i><?php echo htmlentities(lang('ds_chat')); ?></a>
  47. <?php endif; if(is_array($seller_menu) || $seller_menu instanceof \think\Collection || $seller_menu instanceof \think\Paginator): if( count($seller_menu)==0 ) : echo "" ;else: foreach($seller_menu as $menu_key=>$menu): ?>
  48. <a href="<?php echo htmlentities($menu['url']); ?>" <?php if($menu_key == $curmenu): ?>class="active"<?php endif; ?>><i class="iconfont"><?php echo $menu['ico']; ?></i><?php echo htmlentities($menu['text']); ?></a>
  49. <?php endforeach; endif; else: echo "" ;endif; ?>
  50. </div>
  51. <div class="mb">
  52. <a href="<?php echo url('Sellerlogin/logout'); ?>"><?php echo htmlentities(lang('exit')); ?></a>
  53. </div>
  54. </div>
  55. <div class="seller_left_2">
  56. <div class="mt">
  57. <?php if(is_array($seller_menu) || $seller_menu instanceof \think\Collection || $seller_menu instanceof \think\Paginator): if( count($seller_menu)==0 ) : echo "" ;else: foreach($seller_menu as $menu_key=>$menu): if($menu_key == $curmenu): ?><?php echo htmlentities($menu['text']); ?><?php endif; ?>
  58. <?php endforeach; endif; else: echo "" ;endif; ?>
  59. </div>
  60. <div class="mc">
  61. <?php if(is_array($seller_menu) || $seller_menu instanceof \think\Collection || $seller_menu instanceof \think\Paginator): if( count($seller_menu)==0 ) : echo "" ;else: foreach($seller_menu as $menu_key=>$menu): if($menu_key == $curmenu): if(is_array($menu['submenu']) || $menu['submenu'] instanceof \think\Collection || $menu['submenu'] instanceof \think\Paginator): if( count($menu['submenu'])==0 ) : echo "" ;else: foreach($menu['submenu'] as $key=>$submenu): ?>
  62. <a href="<?php echo htmlentities($submenu['url']); ?>" <?php if($submenu['name'] == $cursubmenu): ?>class="active"<?php endif; ?>><?php echo htmlentities($submenu['text']); ?></a>
  63. <?php endforeach; endif; else: echo "" ;endif; ?>
  64. <?php endif; ?>
  65. <?php endforeach; endif; else: echo "" ;endif; ?>
  66. </div>
  67. </div>
  68. </div>
  69. <div class="seller_right">
  70. <div class="seller_items">
  71. <?php if(!(empty($seller_item) || (($seller_item instanceof \think\Collection || $seller_item instanceof \think\Paginator ) && $seller_item->isEmpty()))): ?>
  72. <ul>
  73. <?php if(is_array($seller_item) || $seller_item instanceof \think\Collection || $seller_item instanceof \think\Paginator): if( count($seller_item)==0 ) : echo "" ;else: foreach($seller_item as $key=>$item): ?>
  74. <li <?php if($item['name'] == $curitem): ?>class="current"<?php endif; ?>><a href="<?php echo htmlentities($item['url']); ?>"><?php echo htmlentities($item['text']); ?></a></li>
  75. <?php endforeach; endif; else: echo "" ;endif; ?>
  76. </ul>
  77. <?php endif; ?>
  78. </div>
  79. <?php if(isset($edit_goods_sign)): else: ?>
  80. <ul class="add-goods-step">
  81. <li class="current"><i class="icon iconfont">&#xe600;</i>
  82. <h6>STEP.1</h6>
  83. <h2><?php echo htmlentities(lang('select_category')); ?></h2>
  84. <i class="arrow iconfont">&#xe687;</i> </li>
  85. <li><i class="icon iconfont">&#xe731;</i>
  86. <h6>STEP.2</h6>
  87. <h2><?php echo htmlentities(lang('fill_item_details')); ?></h2>
  88. <i class="arrow iconfont">&#xe687;</i> </li>
  89. <li><i class="icon iconfont">&#xe6a2;</i>
  90. <h6>STEP.3</h6>
  91. <h2><?php echo htmlentities(lang('store_goods_index_upload_goods_pic')); ?></h2>
  92. <i class="arrow iconfont">&#xe687;</i> </li>
  93. <li><i class="icon iconfont">&#xe64d;</i>
  94. <h6>STEP.4</h6>
  95. <h2><?php echo htmlentities(lang('store_goods_index_flow_chart_step3')); ?></h2>
  96. </li>
  97. </ul>
  98. <?php endif; ?>
  99. <!--S 分类选择区域-->
  100. <div class="wrapper_search p20">
  101. <div class="wp_sort">
  102. <div id="dataLoading" class="wp_data_loading">
  103. <div class="data_loading"><?php echo htmlentities(lang('store_goods_step1_loading')); ?></div>
  104. </div>
  105. <div class="sort_selector">
  106. <div class="sort_title"><?php echo htmlentities(lang('store_goods_step1_choose_common_category')); ?>
  107. <div class="text" id="commSelect">
  108. <div><?php echo htmlentities(lang('store_goods_step1_please_select')); ?></div>
  109. <div class="select_list" id="commListArea">
  110. <ul>
  111. <?php if(!(empty($staple_array) || (($staple_array instanceof \think\Collection || $staple_array instanceof \think\Paginator ) && $staple_array->isEmpty()))): if(is_array($staple_array) || $staple_array instanceof \think\Collection || $staple_array instanceof \think\Paginator): if( count($staple_array)==0 ) : echo "" ;else: foreach($staple_array as $key=>$val): ?>
  112. <li data-param="{stapleid:<?php echo htmlentities($val['staple_id']); ?>}">
  113. <span dstype="staple_name"><?php echo htmlentities($val['staple_name']); ?></span>
  114. <a href="JavaScript:void(0);" dstype="del-comm-cate" title="<?php echo htmlentities(lang('ds_delete')); ?>">X</a>
  115. </li>
  116. <?php endforeach; endif; else: echo "" ;endif; ?>
  117. <?php endif; ?>
  118. <li id="select_list_no" <?php if(!(empty($staple_array) || (($staple_array instanceof \think\Collection || $staple_array instanceof \think\Paginator ) && $staple_array->isEmpty()))): ?>style="display: none;"<?php endif; ?>><span class="title"><?php echo htmlentities(lang('store_goods_step1_no_common_category')); ?></span></li>
  119. </ul>
  120. </div>
  121. </div>
  122. <i class="iconfont">&#xe689;</i>
  123. </div>
  124. </div>
  125. <div id="class_div" class="wp_sort_block">
  126. <div class="sort_list">
  127. <div class="wp_category_list">
  128. <div id="class_div_1" class="category_list">
  129. <ul>
  130. <?php if(!(empty($goods_class) || (($goods_class instanceof \think\Collection || $goods_class instanceof \think\Paginator ) && $goods_class->isEmpty()))): if(is_array($goods_class) || $goods_class instanceof \think\Collection || $goods_class instanceof \think\Paginator): if( count($goods_class)==0 ) : echo "" ;else: foreach($goods_class as $key=>$val): ?>
  131. <li class="" dstype="selClass" data-param="{gcid:<?php echo htmlentities($val['gc_id']); ?>,deep:1,tid:<?php echo htmlentities($val['type_id']); ?>}"> <a class="" href="javascript:void(0)"><i class="iconfont"></i><?php echo htmlentities($val['gc_name']); ?></a></li>
  132. <?php endforeach; endif; else: echo "" ;endif; ?>
  133. <?php endif; ?>
  134. </ul>
  135. </div>
  136. </div>
  137. </div>
  138. <div class="sort_list">
  139. <div class="wp_category_list blank">
  140. <div id="class_div_2" class="category_list">
  141. <ul>
  142. </ul>
  143. </div>
  144. </div>
  145. </div>
  146. <div class="sort_list sort_list_last">
  147. <div class="wp_category_list blank">
  148. <div id="class_div_3" class="category_list">
  149. <ul>
  150. </ul>
  151. </div>
  152. </div>
  153. </div>
  154. </div>
  155. </div>
  156. <div class="alert">
  157. <dl class="hover_tips_cont">
  158. <dt id="commodityspan"><span style="color:#F00;"><?php echo htmlentities(lang('store_goods_step1_please_choose_category')); ?></span></dt>
  159. <dt id="commoditydt" style="display: none;" class="current_sort"><?php echo htmlentities(lang('store_goods_step1_current_choose_category')); ?><?php echo htmlentities(lang('ds_colon')); ?></dt>
  160. <dd id="commoditydd"></dd>
  161. </dl>
  162. </div>
  163. <div class="wp_confirm">
  164. <form method="get" action="<?php if(isset($edit_goods_sign)): ?><?php echo url('Sellergoodsonline/edit_goods'); else: ?><?php echo url('Sellergoodsadd/add_step_two'); ?><?php endif; ?>">
  165. <input type="hidden" name="commonid" id="commonid" value="<?php echo htmlentities($commonid); ?>" />
  166. <input type="hidden" name="class_id" id="class_id" value="" />
  167. <input type="hidden" name="t_id" id="t_id" value="" />
  168. <div class="bottom tc">
  169. <input disabled="disabled" dstype="buttonNextStep" value="<?php echo htmlentities(lang('store_goods_add_next')); ?>,<?php echo htmlentities(lang('fill_item_information')); ?>" type="submit" class="submit" />
  170. </div>
  171. </form>
  172. </div>
  173. </div>
  174. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/mlselection.js"></script>
  175. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.mousewheel.js"></script>
  176. <script src="<?php echo htmlentities(HOME_SITE_ROOT); ?>/js/sellergoods_add_step1.js"></script>
  177. <script>
  178. SEARCHKEY = '<?php echo htmlentities(lang('store_goods_step1_search_input_text')); ?>';
  179. </script>
  180. </div>
  181. </div>
  182. <?php if(config('ds_config.instant_message_open') == '1' && !isset($wait) && request()->controller() != 'Payment' && request()->controller() != 'Showgroupbuy'): ?>
  183. <?php echo get_chat(); ?>
  184. <?php endif; ?>
  185. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.cookie.js"></script>
  186. <script src="<?php echo htmlentities(HOME_SITE_ROOT); ?>/js/compare.js"></script>
  187. <link rel="stylesheet" href="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/perfect-scrollbar.min.css">
  188. <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/perfect-scrollbar.min.js"></script>
  189. <script type="text/javascript" src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/qtip/jquery.qtip.min.js"></script>
  190. <link href="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/qtip/jquery.qtip.min.css" rel="stylesheet" type="text/css">
  191. <script type="text/javascript" src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.lazyload.min.js"></script>
  192. <script>
  193. //懒加载
  194. $("img.lazyload").lazyload({
  195. // placeholder : "<?php echo htmlentities(HOME_SITE_ROOT); ?>/images/loading.gif",
  196. effect: "fadeIn",
  197. skip_invisible : false,
  198. threshold : 200,
  199. });
  200. </script>
  201. <div class="footer-info">
  202. <div class="links w1200">
  203. <?php foreach($navs['footer'] as $nav): ?>
  204. <a href="<?php echo htmlentities($nav['nav_url']); ?>" <?php if($nav['nav_new_open'] == 1): ?>target="_blank"<?php endif; ?>><?php echo htmlentities($nav['nav_title']); ?></a>|
  205. <?php endforeach; ?>
  206. </div>
  207. <div class="copyright">
  208. <p><a href="http://www.beian.gov.cn/portal/registerSystemInfo" target="_blank"><?php echo htmlentities(config('ds_config.wab_number')); ?></a></p>
  209. <p><a href="https://beian.miit.gov.cn" target="_blank"><?php echo htmlentities(config('ds_config.icp_number')); ?></a></p>
  210. <p><?php echo htmlentities(config('ds_config.flow_static_code')); ?></p>
  211. </div>
  212. </div>