⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 goodslist.jsp

📁 一个购物网站
💻 JSP
📖 第 1 页 / 共 2 页
字号:
				  										
				    									<table width="100%" height="86" border="0" cellpadding="0" cellspacing="0">
                      										<tr>
                      										  <td  align="center" valign="middle">													<span class="style8">店长:<%=session.getAttribute("mgName")%></span>															  </td>
													  </tr>
															  <tr>
															  <td align="center" valign="top"><span class="style8">店铺管理中...</span></td>
  
                   										  </tr>
														</table>
				  									
                  									</td>
                								</tr>
              								</table>
   			  								<!--搜索部分的表格-->
              								<table cellspacing="0" cellpadding="0" width="100%" height="185" border="0">
              									<tr>
              										<td align="left" valign="top">
														<TABLE width="100%" height="185" border=0 cellPadding=0 cellSpacing=0>
                      									<FORM name="form1" action="<%=request.getContextPath()%>/SearchAction" method=post>
						  								<!--虚线图片行-->
                          								<TR>
                            								<TD align="center" colSpan=2 height=10><IMG src="<%=request.getContextPath()%>/images/line.gif" width=180 height=1></TD>
                          								</TR>
						  								<!--搜索图片行-->						  
						  								<TR align=middle>
                            								<TD class=text1 colSpan=2 height=30><IMG src="<%=request.getContextPath()%>/images/title_spss.gif" width=160 height=30></TD>
                          								</TR>
						  								<!--空格行-->
                          								<TR>
                            								<TD align=right colSpan=2 height=5></TD>
                          								</TR>
						 	 							<!--价格范围行-->
                          								<TR>
                            								<TD width="35%" height="25" align=right class=text1>价格范围:</TD>
                            								<TD width="50%" height="25" align=left class=text1>
															<select style="WIDTH: 100px" name="prices_select">
                              								<option value="0" selected>价格范围</option>
                              								<option value="1">20元以下</option>
                              								<option value="2">20-30元</option>
                              								<option value="3">30-40元</option>
                              								<option value="4">40-50元</option>
                            								</select></TD>
                          								</TR>
                          								<!--关键字行-->             
                          								<TR>
                            								<TD class=text1 align=right height=20>关 键 字:</TD>
                            								<TD align=left><INPUT size=10 name=key></TD>
                          								</TR>
						  								<!--空格行-->
                          								<TR>
                            								<TD  colSpan=2 height=10></TD>
                          								</TR>
						  								<!--搜索按钮行-->
                          								<TR align=middle>
                            								<TD class=text1 colSpan=2 height="35"><INPUT name="image" type="image" onClick="checkSearch()" src="<%=request.getContextPath()%>/images/button_search.gif" width=95 height=35></TD>
                          								</TR>
                        								</FORM>
                      									</TABLE>
													</td>
                  								</tr>
                							</table>
											<!--购物车部分的表格-->
                							<TABLE width="100%" height="85" border=0 cellPadding=0 cellSpacing=0>
												<!--虚线图片行-->		  
                    							<TR>
                      								<TD align="center" height="10"><IMG height=1 src="<%=request.getContextPath()%>/images/line.gif" width=180></TD>
                    							</TR>
												<!--购物车图片行-->
                    							<TR>
                      								<TD align=middle height="65"><a href="<%=request.getContextPath()%>/shoppingCar.jsp"><IMG height=65 src="<%=request.getContextPath()%>/images/title_gwc.gif" width=185 border=0></a></TD>
                    							</TR>
												<!--虚线图片行-->
                    							<TR>
                      								<TD align="center" height="10"><IMG height=1 src="<%=request.getContextPath()%>/images/line.gif" width=180></TD>
                    							</TR>
                							</TABLE>
                							<TABLE width="100%" height="270" border=0 cellPadding=5 cellSpacing=0>
												<TR>
                      								<TD height=20 align=middle background="<%=request.getContextPath()%>/images/title_rbg.gif" class=text6></TD>
                    							</TR>
                    							<TR>
                      								<TD height=250 align="left" valign="middle">
					  								</TD>
                    							</TR>
											</TABLE>
									  </td>
                					</tr>
				  		  </table>			  	
			 		  </td>
							<!--==================中间部分右边一列==================-->
                			<td width="550" height="600" align="left" valign="top" background="<%=request.getContextPath()%>/images/right_bg.gif">
								<!--右边一列嵌入的表格-->
								<table width="550" height=600 border="0" cellpadding="0" cellspacing="0" background="<%=request.getContextPath()%>/images/right_bg.gif">
                  					<tr>
                    					<td align="center" valign="top"><table width="100%" border="0">
                                          <tr>
                                            <td align="center" valign="top">
											
											
												<p><a href="goodsAdd.jsp"></a></p>
												<p>&nbsp;</p>
												<form name="goodlistForm" method="post" action="<%=request.getContextPath()%>/GoodDel">
					<table width="95%" border="1" cellpadding="5" cellspacing="0" bordercolor="#000000">
					<tr>
						<td width="11%" align="center" bgcolor="#000000" class="STYLE1 text0">商品号</td>
						<td width="14%" align="center" bgcolor="#000000" class="STYLE1 text0">商品名</td>
						<td width="15%" align="center" bgcolor="#000000" class="STYLE1 text0">商品的价格</td>
						<td width="15%" align="center" bgcolor="#000000" class="STYLE1 text0">商品的数量</td>
						<td width="15%" align="center" bgcolor="#000000" class="STYLE1 text0">商品的类型</td>
						<td width="15%" align="center" bgcolor="#000000" class="STYLE1 text0">操作</td>
					</tr>
					<%
						for(int i=0;i<list.size();i++){
							Hashtable Rec=(Hashtable)list.get(i);
					%>
					<tr>
						<td width="11%" align="center"><%= Rec.get("goodId")%></td>
						<td width="14%" align="center"><%= Rec.get("goodName")%></td>
						<td width="15%" align="center"><%= Rec.get("goodPrice")%></td>
						<td width="15%" align="center"><%= Rec.get("goodNum")%></td>
						<td width="15%" align="center"><%= Rec.get("goodDetail")%></td>
						<td width="15%" align="center">
						<a href="<%=request.getContextPath()%>/GoodDel?id=<%= Rec.get("goodId")%>">
					    <IMG src="<%=request.getContextPath()%>/images/04shop_deleteID.gif" width="41" height="20" border="0" >				        </a>				       </td>
				   </tr>
				   <%
					   }
				   %>
				  </table>
				  </form>
											
											
											</td>
                                          </tr>
                                          <tr>
                                            <td align="center" valign="top">
											<table width="95%" border="0">
                                              <tr>
                                                <td align="center" valign="top">
												<a href="<%=request.getContextPath()%>/goodsAdd.jsp">
												<img src="<%=request.getContextPath()%>/images/addGoods.gif" width="82" height=			                                                  "20" border="0">
												</a>
												</td>
                                              </tr>
                                            </table>  
											</td>
                                          </tr>
                                        </table></td>
                  					</tr>
               				  </table>
					  		</td>
		  		  </tr>
	  		  </table>
	  				<!-----------------------------------------------------底部横菜单部分的表格-------------------------------------------->
      				<table height="89" width=100% cellSpacing=0 cellPadding=0  align="center"  border=0>
        				
						<TR>
						  <TD height="41" align="center"  class=text2 style5 style4><img src="images/menu_down2.gif" width="749" height="42"></TD>
					  </TR>
						<TR>
          					
          					<TD width=776 height="48" align="center" bgcolor="#453F3F" class=text2 style5 style4>
		  					    <A href="<%=request.getContextPath()%>/default.jsp"><font color="#FFFFFF"> 首 页</font></A> -
		  					    <A href="<%=request.getContextPath()%>/default.jsp"><font color="#FFFFFF"> 购物车</font></A> - 
		  					    <A href="<%=request.getContextPath()%>/default.jsp"><font color="#FFFFFF">购物帮助</font></A> - 
		  					    <A href="<%=request.getContextPath()%>/default.jsp"><font color="#FFFFFF"> 支付说明</font></A> - 
		  					    <A href="<%=request.getContextPath()%>/default.jsp"><font color="#FFFFFF"> 联系我们</font></A>
                            </TD>
          					
        				</TR>
			  </TABLE>
	  				<!--------------------------------------------------------底部网站信息--------------------------------------------------->
      				<table width="100%" height="80" border="0" cellpadding="0" cellspacing="0">
        				<tr>
          				  <td align="center" valign="middle" >		  					
							<p align="center" class="style1">游戏天地 精品游戏<BR>
            				  地址:成都信息工程学院航空港   邮编:610225<BR>
            				电话:028-85967449  Email:lxcliz@163.com <BR>
            				</p>	  					  
						  </td>
        				</tr>
      				</table>
  		  </td>
	  </tr>
</table>
</BODY>
</HTML>

⌨️ 快捷键说明

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