⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 webconfig.asp

📁 购物系统(本版为正式商业版
💻 ASP
📖 第 1 页 / 共 3 页
字号:

<tr bgcolor="#F0F3F8">
  <td height="-1">首页是否调用新闻:</td>
  <td height="-1"><select name="xw" id="xw">
    <option value="1" <%if xw=1 then%>selected<%end if%>>调用</option>
    <option value="2" <%if xw=2 then%>selected<%end if%>>不调用</option>
  </select>
  <select name="xw1" id="xw1">
    <option value="1" <%if xw1=1 then%>selected<%end if%>>显示左边</option>
    <option value="2" <%if xw1=2 then%>selected<%end if%>>显示右边</option>
  </select></td>
</tr>
<tr bgcolor="#F0F3F8">
  <td height="0">首页是否调用专题:</td>
  <td height="0"><select name="zt" id="zt">
    <option value="1" <%if zt=1 then%>selected<%end if%>>调用</option>
    <option value="2" <%if zt=2 then%>selected<%end if%>>不调用</option>
  </select>
    <select name="zt1" id="zt1">
      <option value="1" <%if zt1=1 then%>selected<%end if%>>显示左边</option>
      <option value="2" <%if zt1=2 then%>selected<%end if%>>显示右边</option>
    </select></td>
</tr>
<tr bgcolor="#F0F3F8">
  <td height="0">首页是否调用供求:</td>
  <td height="0"><select name="gq" id="gq">
    <option value="1" <%if gq=1 then%>selected<%end if%>>调用</option>
    <option value="2" <%if gq=2 then%>selected<%end if%>>不调用</option>
  </select>
    <select name="gq1" id="gq1">
      <option value="1" <%if gq1=1 then%>selected<%end if%>>显示左边</option>
      <option value="2" <%if gq1=2 then%>selected<%end if%>>显示右边</option>
    </select></td>
</tr>
<tr bgcolor="#F0F3F8">
  <td height="-1">首页是否调用日记:</td>
  <td height="-1"><select name="rj" id="rj">
    <option value="1" <%if rj=1 then%>selected<%end if%>>调用</option>
    <option value="2" <%if rj=2 then%>selected<%end if%>>不调用</option>
  </select>
    <select name="rj1" id="rj1">
      <option value="1" <%if rj1=1 then%>selected<%end if%>>显示左边</option>
      <option value="2" <%if rj1=2 then%>selected<%end if%>>显示右边</option>
    </select></td>
</tr><tr bgcolor="#F0F3F8">
      <td height="5">首页综合统计调用:</td>
      <td height="5"><select name="zhtj" id="zhtj">
        <option value="1" <%if zhtj=1 then%>selected<%end if%>>调用</option>
        <option value="2" <%if zhtj=2 then%>selected<%end if%>>不调用</option>
      </select>
        <select name="zhtj1" id="zhtj1">
          <option value="1" <%if zhtj1=1 then%>selected<%end if%>>显示左边</option>
          <option value="2" <%if zhtj1=2 then%>selected<%end if%>>显示右边</option>
        </select>
        关闭可以加速首页调用</td>
    </tr><tr bgcolor="#F0F3F8">
      <td height="0">是否允许非会员购物:</td>
      <td height="-2">
        <%select case gouwu
			case 1%>
        <input name="gouwu" class="wenbenkuang" type="radio" value="1" checked>
        允许
        <input type="radio" name="gouwu" value="0">
        不允许
        <%case 0%>
        <input name="gouwu" type="radio" value="1" >
        允许
        <input type="radio" name="gouwu" value="0" checked>
        不允许
      <%end select%>      </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td height="0">是否调用供求信息栏目:</td>
      <td height="0">
        <%select case info
			case 1%>
        <input name="info" class="wenbenkuang" type="radio" value="1" checked>
        调用
        <input type="radio" name="info" value="0">
        不调用
        <%case 0%>
        <input name="info" type="radio" value="1" >
        调用
        <input type="radio" name="info" value="0" checked>
        不调用
      <%end select%>      </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td height="1">是否允许非会员发布供求:</td>
      <td height="0">
        <%select case info_user
			case 1%>
        <input name="info_user" class="wenbenkuang" type="radio" value="1" checked>
        允许
        <input type="radio" name="info_user" value="0">
        不允许
        <%case 0%>
        <input name="info_user" type="radio" value="1" >
        允许
        <input type="radio" name="info_user" value="0" checked>
        不允许
      <%end select%>      </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td height="3">留言是否对外公开:</td>
      <td height="0">
        <%select case ly
			case 1%>
        <input name="ly" class="wenbenkuang" type="radio" value="1" checked>
        公开
        <input type="radio" name="ly" value="0">
        不公开
        <%case 0%>
        <input name="ly" type="radio" value="1" >
        公开
        <input type="radio" name="ly" value="0" checked>
        不公开
      <%end select%>      </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td height="6">首页顶部热门是否调用:</td>
      <td height="0">
        <%select case login
			case 1%>
        <input name="login" class="wenbenkuang" type="radio" value="1" checked>
        调用
        <input type="radio" name="login" value="0">
        不调用
        <%case 0%>
        <input name="login" type="radio" value="1" >
        调用
        <input type="radio" name="login" value="0" checked>
        不调用
      <%end select%>      </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td>是否调用投票:</td>
      <td height="1">
        <%select case vote
			case 1%>
        <input name="vote" class="wenbenkuang" type="radio" value="1" checked>
        调用
        <input type="radio" name="vote" value="0">
        不调用
        <%case 0%>
        <input name="vote" type="radio" value="1" >
        调用
        <input type="radio" name="vote" value="0" checked>
        不调用
      <%end select%>      </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td>是否调用友情连接:</td>
      <td height="1">
        <%select case links
			case 1%>
        <input name="links" class="wenbenkuang" type="radio" value="1" checked>
        调用
        <input type="radio" name="links" value="0">
        不调用
        <%case 0%>
        <input name="links" type="radio" value="1" >
        调用
        <input type="radio" name="links" value="0" checked>
        不调用
      <%end select%>      </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td>商品分类是否调用:</td>
      <td height="3">
        <%select case fl
			case 1%>
        <input name="fl" class="wenbenkuang" type="radio" value="1" checked>
        调用
        <input type="radio" name="fl" value="0">
        不调用
        <%case 0%>
        <input name="fl" type="radio" value="1" >
        调用
        <input type="radio" name="fl" value="0" checked>
        不调用
      <%end select%>      </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td>商品评论是否审核:</td>
      <td height="0">
        <%select case shenhe
			case 1%>
        <input name="shenhe" class="wenbenkuang" type="radio" value="1" checked>
        审核
        <input type="radio" name="shenhe" value="0">
        不审核
        <%case 0%>
        <input name="shenhe" type="radio" value="1" >
        审核
        <input type="radio" name="shenhe" value="0" checked>
        不审核
      <%end select%>      </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td>网站界面界面风格调用:</td>
      <td height="0"><select name="skin" id="skin">
        <option value="1" <%if skin=1 then%>selected<%end if%>>界面蓝色心情</option>
        <option value="2" <%if skin=2 then%>selected<%end if%>>界面黄色高雅</option>
		<option value="3" <%if skin=3 then%>selected<%end if%>>界面灰色稳重</option>
		<option value="4" <%if skin=4 then%>selected<%end if%>>界面縁色浪漫</option>
      </select></td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td>商品价格自定义:</td>
      <td height="1"><input name="jiagename" class="wenbenkuang" type="text" id="jiagename" size="26" value="<%=trim(rs("jiagename"))%>">
      如市场价,会员价,VIP价</td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td height="1">分类页面商品调用数量:</td>
      <td height="1"><select name="flsl" class="wenbenkuang" id="select4" onChange="(document.myform.pingpai.value=this.options[this.selectedIndex].value)">
          <option value="" <%if flsl="0" then%>selected<%end if%>>请选择</option>
          <option value="5" <%if flsl="5" then%>selected<%end if%>>五行</option>
          <option value="6" <%if flsl="6" then%>selected<%end if%>>六行</option>
          <option value="7" <%if flsl="7" then%>selected<%end if%>>七行</option>
          <option value="8" <%if flsl="8" then%>selected<%end if%>>八行</option>
          <option value="9" <%if flsl="9" then%>selected<%end if%>>九行</option>
          <option value="10" <%if flsl="10" then%>selected<%end if%>>十行</option>
          <option value="11" <%if flsl="11" then%>selected<%end if%>>十一</option>
          <option value="13" <%if flsl="12" then%>selected<%end if%>>十二</option>
          <option value="13" <%if flsl="13" then%>selected<%end if%>>十三</option>
          <option value="14" <%if flsl="14" then%>selected<%end if%>>十四</option>
          <option value="15" <%if flsl="15" then%>selected<%end if%>>十五</option>
          <option value="16" <%if flsl="16" then%>selected<%end if%>>十六</option>
          <option value="17" <%if flsl="17" then%>selected<%end if%>>十七</option>
          <option value="18" <%if flsl="18" then%>selected<%end if%>>十八</option>
          <option value="19" <%if flsl="19" then%>selected<%end if%>>十九</option>
          <option value="20" <%if flsl="20" then%>selected<%end if%>>二十</option>
        </select>
          <select name="fll" class="wenbenkuang" id="select5" onChange="(document.myform.pingpai.value=this.options[this.selectedIndex].value)">
            <option value="" <%if fll="0" then%>selected<%end if%>>请选择</option>
            <option value="1" <%if fll="1" then%>selected<%end if%>>一列</option>
            <option value="2" <%if fll="2" then%>selected<%end if%>>二列</option>
            <option value="3" selected <%if fll="3" then%>selected<%end if%>>三列</option>
          </select>          </td>
    </tr>
    <tr bgcolor="#F0F3F8">
      <td height="1">商品列表风格:</td>
      <td height="1"><%select case class_text
			case 1%>
        <input name="class_text" class="wenbenkuang" type="radio" value="1" checked> 
        文字风格优先

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -