📄 fy.jsp
字号:
<%@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" height="1057" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td width="181" valign="top">
<table width="181" height="828" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<!--用户登陆-->
<%@include file="/jsp/pub/sm/leftUserLogin.jsp"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=5></td>
</tr>
</table>
<!--购物车-->
<%@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="644" align="right" valign="top">
<table width="641" height="1130" border="0" cellpadding="0" cellspacing="0">
<tr>
<td valign="top">
<!--首行商品productList1-->
<jsp:include page="/jsp/pub/fy/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=5></td>
</tr>
<tr>
<td>
<!--中部广告1-->
<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>
<tr>
<td height=5></td>
</tr>
</table>
<!--二行商品productList2-->
<jsp:include page="/jsp/pub/fy/productList2.jsp">
<jsp:param name="channelId" value="<%=currentChannel.getId()%>"/>
<jsp:param name="searchKey" value="<%=PC_CATEGORY_BIG%>"/>
<jsp:param name="position" value="2"/>
</jsp:include>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=5></td>
</tr>
</table>
<!--三行商品productList3-->
<%@include file="/jsp/pub/fy/productList3.jsp"%>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td height=5></td>
</tr>
<tr>
<td>
<!--中部广告2-->
<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=5></td>
</tr>
</table>
<!--四行商品productList4-->
<jsp:include page="/jsp/pub/fy/productList2.jsp">
<jsp:param name="channelId" value="<%=currentChannel.getId()%>"/>
<jsp:param name="searchKey" value="<%=PC_CATEGORY_BIG%>"/>
<jsp:param name="position" value="5"/>
</jsp:include>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td hegiht=5></td>
</tr>
</table>
<!--五行商品productList5-->
<%@include file="/jsp/pub/fy/productList5.jsp"%>
</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="8"/>
</jsp:include>
<!--底部文件-->
<%@include file="/jsp/pub/bottom.jsp"%>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -