?? detail.jsp
字號(hào):
<%@ include file = "../../config.jsp" %>
<%@ page import="java.util.*"%>
<%@ page contentType="text/html;charset=GBK"%>
<jsp:useBean id="Manager" scope="page" class="myshop.product_sys.ManagerProduct"/>
<jsp:useBean id="Handle" scope="page" class="myshop.Handle"/>
<%
Hashtable ProductInfo = new Hashtable();
int Pid = Handle.getInt(request,"Pid");
ProductInfo = Manager.DetailProInfo(tb_shop_catalog,tb_shop_product_info,Pid);
%>
<html>
<head>
<title>CWC大型購物商城</title>
<meta http-equiv="Content-Type" content="text/html; charset=gb2312">
<link href="file:///C|/resin2.1.4/doc/myshop/style" rel="stylesheet" type="text/css">
<link href="../../style" rel="stylesheet" type="text/css">
</head>
<body>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td bgcolor="#000000"><table width="100%" border="0" cellspacing="1" cellpadding="3">
<tr>
<td colspan="2" bgcolor="33ccff">商品操作 -> 管理商品 -> 詳細(xì)資料</td>
</tr>
<tr>
<td width="21%" bgcolor="eeeeee">名稱:</td>
<td width="79%" align="left" bgcolor="eeeeee"><%=ProductInfo.get("name")%></td>
</tr>
<tr>
<td bgcolor="eeeeee">簡介:</td>
<td align="left" bgcolor="eeeeee"><%=ProductInfo.get("description")%></td>
</tr>
<tr>
<td bgcolor="eeeeee">關(guān)鍵字:</td>
<td align="left" bgcolor="eeeeee"><%=ProductInfo.get("keywords")%></td>
</tr>
<tr>
<td bgcolor="eeeeee">貨架:</td>
<td align="left" bgcolor="eeeeee"><%=ProductInfo.get("catalog")%></td>
</tr>
<tr>
<td bgcolor="eeeeee">圖片:</td>
<td align="left" bgcolor="eeeeee"><img src=../../<%=ProductInfo.get("img_path")%> border=1></td>
</tr>
<tr align="center" valign="middle">
<td colspan="2" bgcolor="eeeeee"> <input name="button" type="button" onclick="history.back()" value="返回"></td>
</tr>
</table></td>
</tr>
</table>
</body>
</html>
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -