products.jsp

来自「实现一个网络购物」· JSP 代码 · 共 26 行

JSP
26
字号
<%@taglib uri="http://www.mmbase.org/mmbase-taglib-1.0" prefix="mm" 
%><%@page language="java" contentType="text/html; charset=utf-8"
%><%@page import="java.text.*" 
%><mm:cloud
><%@include file="/includes/getids.jsp" 
%><%@include file="/includes/header.jsp"
%><td class="white" colspan="2" valign="top">
<mm:import id="products_template" />
<%@include file="../includes/myshopheader.jsp" %>


<table cellspacing="0" cellpadding="0"><tr>
	<td width="100%" style="padding-top:10px;">
	<% 
	if(productId.equals("-1")) {
		%><%@include file="../includes/relatedproducts.jsp"%><% 
	} else {
		%><%@include file="../includes/relatedproduct.jsp"%><% 
	} %>
	</td>
	<td style="padding:10px;"><%@include file="../includes/relatedlinks.jsp" %></td>
</tr></table>

</td>
<%@include file="/includes/footer.jsp"
%></mm:cloud>

⌨️ 快捷键说明

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