123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209 |
- {include file="public/header" /}
- <div class="page">
- <div class="fixed-bar">
- <div class="item-title">
- <div class="subject">
- <h3>{$Think.lang.goods_class_index_class}</h3>
- </div>
- </div>
- </div>
- <form id="goods_class_form" name="goodsClassForm" enctype="multipart/form-data" method="post">
- <input type="hidden" name="gc_id" value="{$class_info.gc_id}" />
- <div class="ncap-form-default">
- <dl class="row">
- <dt class="tit">
- <label class="cn_name" for="cn_name">{$Think.lang.goodscn_alias}</label>
- </dt>
- <dd class="opt">
- <input type="text" maxlength="20" value="{$nav_info.goodscn_alias|default=''}" name="goodscn_alias" id="goodscn_alias" class="input-txt">
- <span class="err"></span>
- <p class="notic">{$Think.lang.goodscn_alias_tips}</p>
- </dd>
- </dl>
- <dl class="row">
- <dt class="tit">
- <label><em>*</em>{$Think.lang.recommend_goodsclass}</label>
- </dt>
- <dd class="opt">
- <div> {$Think.lang.under_goodsclass} <a class="ncap-btn" dstype="class_hide" href="javascript:void(0);">{$Think.lang.type_common_checked_hide}</a></div>
- <div id="class_div" class="scrollbar-box">
- <div class="ncap-type-spec-list">
- {notempty name="third_class"}
- {foreach name="third_class" item="val" key="key" }
- <dl>
- <dt id="class_dt_{$key}">{$val.name}</dt>
- {notempty name="$val.class"}
- <dd>
- {foreach name="$val.class" item="v" key="k" }
- <label for="class_{$k}">
- <input type="checkbox" name="class_id[]" value="{$k}" <?php if(!empty($nav_info['goodscn_classids']) && in_array($k, $nav_info['goodscn_classids'])){ echo 'checked="checked"';}?>>
- {$v} </label>
- {/foreach}
- </dd>
- {/notempty}
- </dl>
- {/foreach}
- {/notempty}
- </div>
- </div>
- <p class="notic">{$Think.lang.recommend_goodsclass_tips}</p>
- </dd>
- </dl>
- <dl class="row">
- <dt class="tit">
- <label><em>*</em>{$Think.lang.recommend_brand}</label>
- </dt>
- <dd class="opt">
- <div id="brandcategory">{$Think.lang.ds_quickly_targeted}
- <select class="class-select">
- <option value="0">{$Think.lang.ds_please_choose}</option>
- {notempty name="gc_list"}
- {foreach name="gc_list" item="v" key="k" }
- {if $v.gc_parent_id == 0}
- <option value="{$v.gc_id}">{$v.gc_name}</option>
- {/if}
- {/foreach}
- {/notempty}
- </select>
- {$Think.lang.under_brand} <a class="ncap-btn" dstype="brand_hide" href="javascript:void(0);">{$Think.lang.type_common_checked_hide}</a></div>
- <div id="brand_div" class="scrollbar-box">
- <div class="ncap-type-spec-list">
- {notempty name="brand_list"}
- {foreach name="brand_list" item="val" key="k" }
- <dl>
- <dt id="brand_dt_{$k}">{$val.name}</dt>
- {if $val.brand}
- <dd>
- {foreach name="$val.brand" item="bval"}
- <label for="brand_{$bval.brand_id}">
- <input type="checkbox" name="brand_id[]" value="{$bval.brand_id}" <?php if(in_array($bval['brand_id'], $nav_info['goodscn_brandids'])){ echo 'checked="checked"';}?> id="brand_{$bval.brand_id}" />
- {$bval.brand_name}</label>
- {/foreach}
- </dd>
- {/if}
- </dl>
- {/foreach}
- {else /}
- <div>{$Think.lang.type_add_brand_null_one}<a href="JavaScript:void(0);" onclick="window.parent.openItem('index,Brand,goods')">{$Think.lang.ds_brand_manage}</a>{$Think.lang.type_add_brand_null_two}</div>
- {/notempty}
- </div>
- </div>
- <p class="notic">{$Think.lang.recommend_brand_tips}</p>
- </dd>
- </dl>
- <dl class="row">
- <dt class="tit">
- <label for="pic">{$Think.lang.recommend_ad}1</label>
- </dt>
- <dd class="opt">
- <div class="input-file-show-shop"><span class="show"><a data-lightbox="lightbox-image" href="{$nav_info.goodscn_adv1|default=''}"> <i class="iconfont"></i> </a></span><span class="type-file-box-shop">
- <input class="type-file-file" id="adv1" name="adv1" type="file" size="30" ds_type="change_pic" hidefocus="true">
- <input type="text" name="textfield" id="textfield2" class="type-file-text" />
- <input type="button" name="button" id="button1" value="上传" class="type-file-button" />
- </span></div>
- <label for="goodscn_adv1_link" class="ml5"><i class="iconfont"></i>
- <input type="text" value="{$nav_info.goodscn_adv1_link|default=''}" name="goodscn_adv1_link" id="goodscn_adv1_link" class="input-txt ml5">
- </label>
- <p class="notic">{$Think.lang.recommend_ad_tips}</p>
- </dd>
- </dl>
- <dl class="row">
- <dt class="tit">
- <label for="pic">{$Think.lang.recommend_ad}2</label>
- </dt>
- <dd class="opt">
- <div class="input-file-show-shop"><span class="show"><a data-lightbox="lightbox-image" href="{$nav_info.goodscn_adv2|default=''}"> <i class="iconfont"></i> </a></span><span class="type-file-box-shop">
- <input class="type-file-file" id="adv2" name="adv2" type="file" size="30" ds_type="change_pic" hidefocus="true">
- <input type="text" name="textfield" id="textfield3" class="type-file-text" />
- <input type="button" name="button" id="button1" value="上传" class="type-file-button" />
- </span></div>
- <label for="goodscn_adv2_link" class="ml5"><i class="iconfont"></i>
- <input type="text" value="{$nav_info.goodscn_adv2_link|default=''}" name="goodscn_adv2_link" id="goodscn_adv2_link" class="input-txt ml5">
- </label>
- <p class="notic">{$Think.lang.recommend_ad_tips}</p>
- </dd>
- </dl>
- <div class="bot"><input class="btn btn-big btn-green" type="submit" value="{$Think.lang.ds_submit}"/></div>
- </div>
- </form>
- </div>
- <link rel="stylesheet" href="{$Think.PLUGINS_SITE_ROOT}/js/jquery.lightbox/css/lightbox.min.css">
- <script src="{$Think.PLUGINS_SITE_ROOT}/js/jquery.lightbox/js/lightbox.min.js"></script>
- <script src="{$Think.PLUGINS_SITE_ROOT}/mlselection.js"></script>
- <script>
- $(function(){
- //自动加载滚动条
- $('#class_div').perfectScrollbar();
- $('#brand_div').perfectScrollbar();
- $("#pic").change(function(){
- $("#textfield1").val($(this).val());
- });
- $("#adv1").change(function(){
- $("#textfield2").val($(this).val());
- });
- $("#adv2").change(function(){
- $("#textfield3").val($(this).val());
- });
- // 类型搜索
- $("#brandcategory > select").on('change',function(){
- brand_scroll($(this));
- });
- // 品牌隐藏未选项
- $(document).off('click','a[dstype="brand_hide"]').on('click','a[dstype="brand_hide"]', function() {
- checked_hide('brand');
- });
- // 品牌全部显示
- $(document).off('click','a[dstype="brand_show"]').on('click','a[dstype="brand_show"]', function() {
- checked_show('brand');
- });
- // 子级分类隐藏未选项
- $(document).off('click','a[dstype="class_hide"]').on('click','a[dstype="class_hide"]', function() {
- checked_hide('class');
- });
- // 子级分类全部显示
- $(document).off('click','a[dstype="class_show"]').on('click','a[dstype="class_show"]', function() {
- checked_show('class');
- });
- });
- var brandScroll = 0;
- function brand_scroll(o){
- var id = o.val();
- if(!$('#brand_dt_'+id).is('dt')){
- return false;
- }
- $('#brand_div').scrollTop(-brandScroll);
- var sp_top = $('#brand_dt_'+id).offset().top;
- var div_top = $('#brand_div').offset().top;
- $('#brand_div').scrollTop(sp_top-div_top);
- brandScroll = sp_top-div_top;
- }
- //隐藏未选项
- function checked_show(str) {
- $('#'+str+'_div').find('dt').show().end().find('label').show();
- $('#'+str+'_div').find('dl').show();
- $('a[dstype="'+str+'_show"]').attr('dstype',str+'_hide').html('{$Think.lang.type_common_checked_hide}');
- $('#'+str+'_div').perfectScrollbar('destroy').perfectScrollbar();
- }
- //显示全部选项
- function checked_hide(str) {
- $('#'+str+'_div').find('dt').hide();
- $('#'+str+'_div').find('input[type="checkbox"]').parents('label').hide();
- $('#'+str+'_div').find('input[type="checkbox"]:checked').parents('label').show();
- $('#'+str+'_div').find('dl').each(function(){
- if ($(this).find('input[type="checkbox"]:checked').length == 0 ) $(this).hide();
- });
- $('a[dstype="'+str+'_hide"]').attr('dstype',str+'_show').html('{$Think.lang.display_no_options}');
- $('#'+str+'_div').perfectScrollbar('destroy').perfectScrollbar();
- }
- gcategoryInit('brandcategory');
- </script>
|