123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218 |
- <?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;}*/ ?>
- <!doctype html>
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
- <title><?php if(isset($html_title) && $html_title): ?><?php echo htmlentities($html_title); else: ?><?php echo htmlentities(lang('store_callcenter')); ?><?php endif; ?></title>
- <meta name="renderer" content="webkit|ie-comp|ie-stand">
- <meta name="keywords" content="<?php echo htmlentities((isset($seo_keywords) && ($seo_keywords !== '')?$seo_keywords:'')); ?>" />
- <meta name="description" content="<?php echo htmlentities((isset($seo_description) && ($seo_description !== '')?$seo_description:'')); ?>" />
- <link rel="stylesheet" href="<?php echo htmlentities(HOME_SITE_ROOT); ?>/css/common.css">
- <link rel="stylesheet" href="<?php echo htmlentities(HOME_SITE_ROOT); ?>/css/seller.css">
- <link rel="stylesheet" href="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery-ui.min.css">
- <script>
- var BASESITEROOT = "<?php echo htmlentities(BASE_SITE_ROOT); ?>";
- var HOMESITEROOT = "<?php echo htmlentities(HOME_SITE_ROOT); ?>";
- var BASESITEURL = "<?php echo htmlentities(BASE_SITE_URL); ?>";
- var HOMESITEURL = "<?php echo htmlentities(HOME_SITE_URL); ?>";
- </script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery-2.1.4.min.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery-ui.min.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/jquery-ui/jquery.ui.datepicker-zh-CN.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/common.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.validate.min.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/additional-methods.min.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/layer/layer.js"></script>
- <script src="<?php echo htmlentities(HOME_SITE_ROOT); ?>/js/member.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/dialog/dialog.js" id="dialog_js" charset="utf-8"></script>
- <script>
- 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;}})();
- </script>
- </head>
- <body>
- <div id="append_parent"></div>
- <div id="ajaxwaitid"></div>
-
- <div class="seller_main">
- <div class="seller_left">
- <div class="seller_left_1">
- <div class="logo">
- <a href="<?php echo url('Seller/index'); ?>">
- <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; ?>"/>
- </a>
- </div>
- <div class="sidebar">
- <a href="<?php echo url('Store/index',['store_id'=>session('store_id')]); ?>" target="_blank"><i class="iconfont"></i><?php echo htmlentities(lang('ds_mystroe')); ?></a>
- <?php if(config('ds_config.instant_message_open') == '1'): ?>
- <a href="javascript:void(0);" id="chat_show_user"><i class="iconfont"></i><?php echo htmlentities(lang('ds_chat')); ?></a>
- <?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): ?>
- <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>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- </div>
- <div class="mb">
- <a href="<?php echo url('Sellerlogin/logout'); ?>"><?php echo htmlentities(lang('exit')); ?></a>
- </div>
- </div>
- <div class="seller_left_2">
- <div class="mt">
- <?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; ?>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- </div>
- <div class="mc">
- <?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): ?>
- <a href="<?php echo htmlentities($submenu['url']); ?>" <?php if($submenu['name'] == $cursubmenu): ?>class="active"<?php endif; ?>><?php echo htmlentities($submenu['text']); ?></a>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- <?php endif; ?>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- </div>
- </div>
- </div>
- <div class="seller_right">
- <div class="seller_items">
- <?php if(!(empty($seller_item) || (($seller_item instanceof \think\Collection || $seller_item instanceof \think\Paginator ) && $seller_item->isEmpty()))): ?>
- <ul>
- <?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): ?>
- <li <?php if($item['name'] == $curitem): ?>class="current"<?php endif; ?>><a href="<?php echo htmlentities($item['url']); ?>"><?php echo htmlentities($item['text']); ?></a></li>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- </ul>
- <?php endif; ?>
- </div>
- <?php if(isset($edit_goods_sign)): else: ?>
- <ul class="add-goods-step">
- <li class="current"><i class="icon iconfont"></i>
- <h6>STEP.1</h6>
- <h2><?php echo htmlentities(lang('select_category')); ?></h2>
- <i class="arrow iconfont"></i> </li>
- <li><i class="icon iconfont"></i>
- <h6>STEP.2</h6>
- <h2><?php echo htmlentities(lang('fill_item_details')); ?></h2>
- <i class="arrow iconfont"></i> </li>
- <li><i class="icon iconfont"></i>
- <h6>STEP.3</h6>
- <h2><?php echo htmlentities(lang('store_goods_index_upload_goods_pic')); ?></h2>
- <i class="arrow iconfont"></i> </li>
- <li><i class="icon iconfont"></i>
- <h6>STEP.4</h6>
- <h2><?php echo htmlentities(lang('store_goods_index_flow_chart_step3')); ?></h2>
- </li>
- </ul>
- <?php endif; ?>
- <!--S 分类选择区域-->
- <div class="wrapper_search p20">
- <div class="wp_sort">
- <div id="dataLoading" class="wp_data_loading">
- <div class="data_loading"><?php echo htmlentities(lang('store_goods_step1_loading')); ?></div>
- </div>
- <div class="sort_selector">
- <div class="sort_title"><?php echo htmlentities(lang('store_goods_step1_choose_common_category')); ?>
- <div class="text" id="commSelect">
- <div><?php echo htmlentities(lang('store_goods_step1_please_select')); ?></div>
- <div class="select_list" id="commListArea">
- <ul>
- <?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): ?>
- <li data-param="{stapleid:<?php echo htmlentities($val['staple_id']); ?>}">
- <span dstype="staple_name"><?php echo htmlentities($val['staple_name']); ?></span>
- <a href="JavaScript:void(0);" dstype="del-comm-cate" title="<?php echo htmlentities(lang('ds_delete')); ?>">X</a>
- </li>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- <?php endif; ?>
- <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>
- </ul>
- </div>
- </div>
- <i class="iconfont"></i>
- </div>
- </div>
- <div id="class_div" class="wp_sort_block">
- <div class="sort_list">
- <div class="wp_category_list">
- <div id="class_div_1" class="category_list">
- <ul>
- <?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): ?>
- <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>
- <?php endforeach; endif; else: echo "" ;endif; ?>
- <?php endif; ?>
- </ul>
- </div>
- </div>
- </div>
- <div class="sort_list">
- <div class="wp_category_list blank">
- <div id="class_div_2" class="category_list">
- <ul>
- </ul>
- </div>
- </div>
- </div>
- <div class="sort_list sort_list_last">
- <div class="wp_category_list blank">
- <div id="class_div_3" class="category_list">
- <ul>
- </ul>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="alert">
- <dl class="hover_tips_cont">
- <dt id="commodityspan"><span style="color:#F00;"><?php echo htmlentities(lang('store_goods_step1_please_choose_category')); ?></span></dt>
- <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>
- <dd id="commoditydd"></dd>
- </dl>
- </div>
- <div class="wp_confirm">
- <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; ?>">
- <input type="hidden" name="commonid" id="commonid" value="<?php echo htmlentities($commonid); ?>" />
- <input type="hidden" name="class_id" id="class_id" value="" />
- <input type="hidden" name="t_id" id="t_id" value="" />
- <div class="bottom tc">
- <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" />
- </div>
- </form>
- </div>
- </div>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/mlselection.js"></script>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.mousewheel.js"></script>
- <script src="<?php echo htmlentities(HOME_SITE_ROOT); ?>/js/sellergoods_add_step1.js"></script>
- <script>
- SEARCHKEY = '<?php echo htmlentities(lang('store_goods_step1_search_input_text')); ?>';
- </script>
-
-
- </div>
- </div>
- <?php if(config('ds_config.instant_message_open') == '1' && !isset($wait) && request()->controller() != 'Payment' && request()->controller() != 'Showgroupbuy'): ?>
- <?php echo get_chat(); ?>
- <?php endif; ?>
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.cookie.js"></script>
- <script src="<?php echo htmlentities(HOME_SITE_ROOT); ?>/js/compare.js"></script>
- <link rel="stylesheet" href="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/perfect-scrollbar.min.css">
- <script src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/perfect-scrollbar.min.js"></script>
- <script type="text/javascript" src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/qtip/jquery.qtip.min.js"></script>
- <link href="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/js/qtip/jquery.qtip.min.css" rel="stylesheet" type="text/css">
- <script type="text/javascript" src="<?php echo htmlentities(PLUGINS_SITE_ROOT); ?>/jquery.lazyload.min.js"></script>
- <script>
- //懒加载
- $("img.lazyload").lazyload({
- // placeholder : "<?php echo htmlentities(HOME_SITE_ROOT); ?>/images/loading.gif",
- effect: "fadeIn",
- skip_invisible : false,
- threshold : 200,
- });
- </script>
- <div class="footer-info">
- <div class="links w1200">
- <?php foreach($navs['footer'] as $nav): ?>
- <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>|
- <?php endforeach; ?>
- </div>
- <div class="copyright">
- <p><a href="http://www.beian.gov.cn/portal/registerSystemInfo" target="_blank"><?php echo htmlentities(config('ds_config.wab_number')); ?></a></p>
- <p><a href="https://beian.miit.gov.cn" target="_blank"><?php echo htmlentities(config('ds_config.icp_number')); ?></a></p>
- <p><?php echo htmlentities(config('ds_config.flow_static_code')); ?></p>
- </div>
- </div>
|