📄 showproducts.jsp
字号:
<%@ page language="java" import="com.bjsxt.shopping.product.*"
pageEncoding="GBK"%>
<%@ page import="java.util.*"%>
<%
final int PAGE_SIZE = 8;
//final int PAGES_PER_TIME = 10;
int pageNo = 1;
String strPageNo = request.getParameter("pageNo");
if (strPageNo != null && !strPageNo.trim().equals("")) {
try {
pageNo = Integer.parseInt(strPageNo);
} catch (NumberFormatException e) {
pageNo = 1;
}
}
if (pageNo <= 0)
pageNo = 1;
int categoryId = Integer.parseInt(request
.getParameter("categoryId"));
List<Product> products = new ArrayList<Product>();
int totalRecords = ProductMgr.getInstance().find(products, pageNo,
PAGE_SIZE, categoryId);
int totalPages = (totalRecords + PAGE_SIZE - 1) / PAGE_SIZE;
if (pageNo > totalPages)
pageNo = totalPages;
%>
<html>
<head>
<meta http-equiv="Content-Language" content="zh-cn">
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<title>- ThinkPad配件 - 内存 新品上市:3M笔记本防窥片</title>
<link href="images/new.css" rel="stylesheet" type="text/css">
<script language="javascript1.2">
function js_callpage(htmlurl)
{
var newwin=window.open(htmlurl,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=yes,top=2,width=360,height=470');
return false;
}
function js_callpage1(htmlurl)
{
var newwin=window.open(htmlurl,'','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,top=2,width=100,height=100');
return false;
}
</script>
</head>
<body>
<table align="left" border="0" cellpadding="0" cellspacing="0"
width="980">
<tbody>
<tr>
<td bgcolor="#dadce8" height="1">
<img src="images/line.gif" height="1" width="1">
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td bgcolor="#e5e5f0" valign="top" width="190">
<table border="0" cellpadding="0" cellspacing="0" width="100%">
<tbody>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<tbody>
<tr>
<td align="center" height="40">
<img src="images/login.gif" height="39" width="190">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td>
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<tbody>
<tr>
<td rowspan="3" bgcolor="#aab3d5" width="1">
<img src="images/line.gif" height="1" width="1">
</td>
<td width="176">
<img src="images/loginbg1.gif" height="19" width="188">
</td>
<td rowspan="3" bgcolor="#aab3d5" width="1">
<img src="images/line.gif" height="1" width="1">
</td>
</tr>
<tr>
<td align="center" bgcolor="#e2e4f0">
<table border="0" cellpadding="0" cellspacing="0"
width="95%">
<form method="post" action="login.php"></form>
<tbody>
<tr>
<td align="left" height="25" width="73%">
会员号:
<input name="cardnumber" size="10"
style="font-size: 12px;" type="text">
</td>
<td rowspan="2" width="27%">
<input src="images/down.gif" name="B1" border="0"
height="45" type="image" width="45">
</td>
</tr>
<tr>
<td align="left">
密 码:
<input name="passwd" size="10"
style="font-size: 11px;" type="password">
</td>
</tr>
<tr>
<td colspan="2" height="30">
<p align="center">
[
<a href="extend.phptype=regtop.htm">新用户注册</a>]
[
<a href="passwdview.php.htm"
onClick="js_callpage(href);return false">忘记密码</a>]
</p>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td bgcolor="#aab3d5" height="1">
<img src="images/line.gif" height="1" width="1">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<!--ad-->
<!--ad end-->
</tbody>
</table>
</td>
<td width="10">
</td>
<td valign="top" width="780">
<table style="border-collapse: collapse;" border="0"
bordercolor="#111111" cellpadding="0" cellspacing="0"
height="417" width="100%">
<tbody>
<tr>
<td height="119">
<table style="border-collapse: collapse;" border="0"
bordercolor="#111111" cellpadding="0" cellspacing="0"
width="100%">
<tbody>
<tr>
<td width="100%">
<input name="nowpcd" value="" type="hidden">
<table border="0" cellpadding="0" cellspacing="0"
width="100%">
<form method="post"
action="index_catalog.php?pma_code=21&cat_code=107&sub_cat_code=&onepcd="
name="glform"></form>
<tbody>
<tr>
<td bgcolor="#e5e5f0" height="25">
<table style="border-collapse: collapse;"
border="0" cellpadding="0" cellspacing="0"
width="100%">
<tbody>
<tr>
<td>
<img src="images/m_33.gif" height="10"
width="10">
<strong><a
href="http://www.thinkshop.cn/index_catalog.php?pma_code=21&cat_code=107">内存</a>
</strong>
</td>
<form method="post"
action="index_catalog.php?pma_code=21&cat_code=107&sub_cat_code=&mfname_sel=&sortby=pdate&onepcd=&nowpcd="></form>
<td align="right">
全部
<b><%=totalRecords%> </b>种商品,共
<b><%=totalPages%> </b>页,当前第
<b><%=pageNo%> </b>页
<select size="1" name="pagenum" class="input"
onChange="submit()">
<option value="1" selected="selected">
第1页
</option>
</select>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<%
for (int i = 0; i < products.size(); i++) {
Product p = products.get(i);
%>
<tr>
<td align="center" height="100">
<table style="border-collapse: collapse;"
bgcolor="#ffffff" border="0" cellpadding="0"
cellspacing="0" width="95%">
<tbody>
<tr>
<td rowspan="3" width="108">
<a
href="ShowProductDetail.jsp?id=<%=p.getId()%>"
class="mingcheng1"> <img
src="images/product/<%=p.getId() + ".jpg"%>"
border="0" height="90" width="75"> </a>
</td>
<td width="492">
<a href="" class="mingcheng1"><%=p.getName()%></a>
</td>
<td rowspan="2" align="center" width="141">
<a href="Buy.jsp?id=<%=p.getId()%>&action=add"
target="cart"> <img
src="images/xiaoche.gif" border="0"> </a>
</td>
</tr>
<tr>
<td width="492">
商品编号:<%=p.getId()%>
市场价格:
<font color="#cc0000">¥<%=p.getNormalPrice()%></font>
会员价格:
<font color="#0000ff">¥<%=p.getMemberPrice()%></font>
</td>
</tr>
<tr>
<td colspan="2" width="633">
<%=p.getDescr()%>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td align="center" height="20" valign="middle">
<img src="images/3j_line_2.gif" height="3"
width="744">
</td>
</tr>
<%
} // end for
%>
<form method="post"
action="index_catalog.php?pma_code=21&cat_code=107&sub_cat_code=&mfname_sel=&sortby=pdate&onepcd=&nowpcd="></form>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td height="30">
</td>
</tr>
</tbody>
</table>
</td>
</tr>
</tbody>
</table>
</td>
</tr>
<tr>
<td width="100%">
<!--底部INC--><br>
</td>
</tr>
</tbody>
</table>
</body>
</html>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -