<?php $grant = WSTGrant('SCPZ_02');  ?>

<div class="layui-tab-item layui-show layui-form">

     <table class='wst-form wst-box-top'>

	  <tr>

	     <th width='150'>商城名称:</th>

	     <td><input type="text" id='mallName' class='ipt' value="{$object['mallName']}" maxLength='100' placeholder='对外的简称'/></td>

	  </tr>

	  <tr>

	     <th width='150'>商城特色介绍:</th>

	     <td><input type="text" id='mallSlogan' class='ipt' style='width:70%' value="{$object['mallSlogan']}" maxLength='50' placeholder='商城特色短语介绍'/></td>

	  </tr>

	  <tr>

	     <th>商城开关:</th>

	     <td>

	     <input type="checkbox" {if $object['seoMallSwitch']==1}checked{/if} value='1' class="ipt" id="seoMallSwitch" name="seoMallSwitch" lay-skin="switch" lay-filter="seoMallSwitch" lay-text="开|关">

	     </td>

	  </tr>

	  <tr id="close" {if $object['seoMallSwitch']==1}style="display:none;"{/if}>

	     <th width='150'>商城关闭原因:</th>

	     <td><input type="text" id='seoMallSwitchDesc' class='ipt' style='width:70%'  value="{$object['seoMallSwitchDesc']}" maxLength='50' placeholder='原因'/></td>

	  </tr>

	  <tr>

	     <th>商品是否需要审核:</th>

	     <td>

	     <input type="checkbox" {if $object['isGoodsVerify']==1}checked{/if} class="ipt" value='1' id="isGoodsVerify" name="isGoodsVerify" lay-skin="switch" lay-filter="isGoodsVerify" lay-text="是|否">

	     </td>

	  </tr>

	  <tr>

	     <th>底部设置:</th>

	     <td>

	       <textarea id='mallFooter' class='ipt' placeholder='显示在网站最底部的内容'>{$object['mallFooter']}</textarea>

	     </td>

	  </tr>

	  <tr>

	     <th>访问统计:</th>

	     <td><textarea id='visitStatistics' class='ipt' placeholder='用于统计网站访问信息的代码'>{$object['visitStatistics']}</textarea></td>

	  </tr>

	  <tr>

	     <th>客服QQ设置:</th>

	     <td><input type="text" id='serviceQQ' class='ipt' value="{$object['serviceQQ']}" maxLength='200' placeholder='显示在网站的客服QQ好,多个QQ以,号分割'/></td>

	  </tr>

	  <tr>

	     <th>联系电话:</th>

	     <td><input type="text" id='serviceTel' class='ipt' value="{$object['serviceTel']}" maxLength='200' placeholder="显示在网站的联系电话"/></td>

	  </tr>

	  <tr>

	     <th>联系邮箱:</th>

	     <td><input type="text" id='serviceEmail' class='ipt' value="{$object['serviceEmail']}" maxLength='200' placeholder="显示在网站的联系邮箱"/></td>

	  </tr>

	  <tr>

	     <th>热搜关键词:</th>

	     <td><input type="text" id='hotWordsSearch' class='ipt' value="{$object['hotWordsSearch']}" maxLength='100' placeholder='商城搜索栏下的引导搜索词' style='width:70%'/></td>

	  </tr>

	  <tr>

	     <th>热搜广告词(商品):</th>

	     <td><input type="text" id='adsGoodsWordsSearch' class='ipt' value="{$object['adsGoodsWordsSearch']}" maxLength='100' placeholder='商城搜索栏里的搜索词' style='width:70%'/></td>

	  </tr>

	  <tr>

	     <th>热搜广告词(店铺):</th>

	     <td><input type="text" id='adsShopWordsSearch' class='ipt' value="{$object['adsShopWordsSearch']}" maxLength='100' placeholder='商城搜索栏里的搜索词' style='width:70%'/></td>

	  </tr>

	  <tr>

	     <th>账号禁用关键字:</th>

	     <td><textarea id='registerLimitWords' class='ipt' placeholder='禁止用户注册时的账号内容'>{$object['registerLimitWords']}</textarea></td>

	  </tr>

	  <tr>

	     <th>禁用关键字:</th>

	     <td><textarea id='limitWords' class='ipt' placeholder='禁止用户发布的商品、评价内容'>{$object['limitWords']}</textarea></td>

	  </tr>

	  {if ($grant)}

	  <tr>

	     <td colspan='2' align='center'>

	     	<button type="button" onclick='javascript:edit()' style='margin-right:15px;' class='btn btn-primary btn-mright'><i class="fa fa-check"></i>保存</button>

            <button type="reset"  class='btn'><i class="fa fa-refresh"></i>重置</button>

	     </td>

	  </tr>

	  {/if}

	 </table>

</div>