📄 selectnewgoods.jsp
字号:
<%@ page contentType="text/html; charset=gb2312" %>
<%@page import="java.sql.*"%>
<%@page import="java.util.*"%>
<%@page import="com.domain.GoodsForm" %>
<html>
<head>
<%List newList =(List)request.getAttribute("list");%>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>显示新品上架</title>
</head>
<link href="css/css.css" rel="stylesheet" type="text/css">
<body>
<table width="755" height="150%" border="0" align="center" cellpadding="0" cellspacing="0">
<tr>
<td height="98"><div align="center">
<jsp:include page="../topOne.jsp"/></div> </td>
</tr>
<tr>
<td height="43" align="center" valign="middle" background="image/daohang.jpg"><jsp:include page="../topTwo.jsp"/></td>
</tr>
<tr>
<td height="847"><table width="100%" height="100%" border="0" cellpadding="0" cellspacing="0">
<tr>
<td width="25%" height="638" rowspan="2" valign="top" background="image/zuocedaohangbeijing.jpg">
<jsp:include page="../left.jsp"/>
</td>
<td width="75%" height="44" align="center" valign="middle" background="image/xinpinshangjia.jpg" bgcolor="#FFFFFF"><div align="left"> </div></td>
</tr>
<tr bgcolor="#FFFFFF">
<td valign="top" height="700">
<div align="left">
<%
int now=6;
if(newList.size()<6){
now=newList.size();
}
for(int i=0;i<now;i++)
{
GoodsForm newGoods=(GoodsForm)newList.get(i);
%>
</div>
<table width="99%" height="163" border="2" align="center" cellpadding="0" cellspacing="0" bordercolor="#CCCCCC" >
<tr>
<td height="159" bordercolor="#666666" >
<table width="96%" height="120" border="1" align="center" cellpadding="0" cellspacing="0" bordercolor="#EFEFEF" >
<tr>
<td width="36%" rowspan="4" height="120"><div align="center">
<input name="pricture<%=i%>" type="image" src="<%=newGoods.getPicture()%>" width="110" height="100">
</div></td>
<td width="64%" height="30"><div align="center"><%=newGoods.getName()%></div></td>
</tr>
<tr>
<td height="30"><div align="center"><font color="#F14D83">单价:<%=newGoods.getNowPrice()%>元</font></div></td>
</tr>
<tr>
<td height="30"><div align="center"><%=newGoods.getIntroduce()%></div></td>
</tr>
<tr>
<td height="30" class="linkBlack"><div align="center">
<%if(session.getAttribute("form")!=null||session.getAttribute("id")!=null){%>
<a href="#" onClick="window.open('goodsAction.do?action=16&id=<%=newGoods.getId()%>','','width=500,height=200');">查看详细内容</a></div>
<%}else{%>
<div align="center">登录后才能购买</div></td>
<%}%>
</tr>
</table></td>
</tr>
</table>
<br> <%}%><br>
<table width="99%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td class="linkBlack"><div align="right"><a href="#" onClick="javasrcipt:history.go(-1);">返回</a></div></td>
</tr>
</table>
<div align="center"></div></td>
</tr>
</table></td>
</tr>
<tr bgcolor="#FFFFFF">
<td height="100"><p align="center"><jsp:include page="../downNews.jsp"/></p></td>
</tr>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -