sm.jsp
来自「shopping home JSP system」· JSP 代码 · 共 167 行
JSP
167 行
<%@page contentType="text/html;charset=GBK" %>
<%@include file="/jsp/pub/pub.jsp"%>
<%
if(currentChannel.getDescription() != null) {
PAGETITLE = currentChannel.getChannelZhName() + "-" + currentChannel.getDescription();
} else {
PAGETITLE = currentChannel.getChannelZhName() + PAGETITLE;
}
PAGEDESCRIPTION = PAGETITLE;
PAGEKEYWORDS = PAGETITLE;
%>
<%@include file="/jsp/pub/top.jsp"%>
<table width="830" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="188" valign="top">
<table width="184" height="828" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="184" valign="top">
<!--左侧用户登陆leftUserLogin.jsp-->
<%@include file="/jsp/pub/sm/leftUserLogin.jsp"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=5></td>
</tr>
</table>
<!--购物车文件shopProductCat.jsp-->
<%@include file="/jsp/pub/sm/shopProductCat.jsp"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=5></td>
</tr>
</table>
<!--左侧商品分类列表-->
<%@include file="/jsp/pub/index/categorytree.jsp"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=5></td>
</tr>
</table>
<!--左侧信息列表-->
<jsp:include page="/jsp/pub/index/leftContentList.jsp">
<jsp:param name="channelId" value="<%=currentChannel.getId()%>"/>
<jsp:param name="searchKey" value="<%=LEFT_CONTENT%>"/>
<jsp:param name="position" value="1"/>
</jsp:include>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=5></td>
</tr>
</table>
<!--左侧广告-->
<jsp:include page="/jsp/pub/adContentView.jsp">
<jsp:param name="channelId" value="<%=currentChannel.getId()%>"/>
<jsp:param name="searchKey" value="<%=AD_CATEGORY_LEFT%>"/>
<jsp:param name="position" value="1"/>
</jsp:include>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=5></td>
</tr>
</table>
<!--网上调查-->
<!--<%@include file="/jsp/pub/sm/inquisition.jsp"%>-->
</td>
</tr>
</table>
</td>
<td width="642" valign="top">
<!--第一栏商品-->
<jsp:include page="/jsp/pub/sm/productList1.jsp">
<jsp:param name="channelId" value="<%=currentChannel.getId()%>"/>
<jsp:param name="searchKey" value="<%=PC_CATEGORY_BIG%>"/>
<jsp:param name="position" value="1"/>
</jsp:include>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="3"></td>
</tr>
</table>
<!--第二栏商品-->
<%@include file="/jsp/pub/sm/productList2.jsp"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="636">
<!--第一栏中部广告-->
<jsp:include page="/jsp/pub/adContentView.jsp">
<jsp:param name="channelId" value="<%=currentChannel.getId()%>"/>
<jsp:param name="searchKey" value="<%=AD_CATEGORY_CENTERBANNER%>"/>
<jsp:param name="position" value="1"/>
</jsp:include>
</td>
</tr>
</table>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height="3"></td>
</tr>
</table>
<table width="641" border="0" cellspacing="0" cellpadding="0">
<tr>
<td width="642">
<!--第三栏商品 -->
<jsp:include page="/jsp/pub/sm/productList3.jsp">
<jsp:param name="channelId" value="<%=currentChannel.getId()%>"/>
<jsp:param name="searchKey" value="<%=PC_CATEGORY_BIG%>"/>
<jsp:param name="position" value="4"/>
</jsp:include>
<!--第四栏商品-->
<%@include file="/jsp/pub/sm/productList4.jsp"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=3></td>
</tr>
<tr>
<td height="17">
<!--第二栏广告-->
<jsp:include page="/jsp/pub/adContentView.jsp">
<jsp:param name="channelId" value="<%=currentChannel.getId()%>"/>
<jsp:param name="searchKey" value="<%=AD_CATEGORY_CENTERBANNER%>"/>
<jsp:param name="position" value="2"/>
</jsp:include>
</td>
</tr>
<tr>
<td height=3></td>
</tr>
</table>
<!--第五栏商品-->
<%@include file="/jsp/pub/sm/productList5.jsp"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=3></td>
</tr>
</table>
<!--第六栏商品-->
<jsp:include page="/jsp/pub/sm/productList6.jsp">
<jsp:param name="channelId" value="<%=currentChannel.getId()%>"/>
<jsp:param name="searchKey" value="<%=PC_CATEGORY_BIG%>"/>
<jsp:param name="position" value="11"/>
</jsp:include>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=3></td>
</tr>
</table>
<!--第七栏商品-->
<!--
<jsp:include page="/jsp/pub/sm/productList3.jsp">
<jsp:param name="channelId" value="<%=currentChannel.getId()%>"/>
<jsp:param name="searchKey" value="<%=PC_CATEGORY_BIG%>"/>
<jsp:param name="position" value="12"/>
</jsp:include>
-->
</td>
</tr>
</table></td>
</tr>
</table>
<!--页脚产品-->
<jsp:include page="/jsp/pub/index/productList_bottom.jsp">
<jsp:param name="channelId" value="<%=currentChannel.getId()%>"/>
<jsp:param name="searchKey" value="<%=PC_CATEGORY_BIG%>"/>
<jsp:param name="position" value="13"/>
</jsp:include>
<!--底部文件-->
<%@include file="/jsp/pub/bottom.jsp"%>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?