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

📄 accountdetial.jsp

📁 SSH 开发网上订餐系统。由于SSH相关包太大不方便上传。请自行导入。
💻 JSP
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<%@ page language="java" contentType="text/html;charset=UTF-8"%>
<%@ taglib uri="http://struts.apache.org/tags-bean" prefix="bean" %>
<%@ taglib uri="http://struts.apache.org/tags-html" prefix="html" %>
<%@ taglib uri="http://struts.apache.org/tags-logic" prefix="logic" %>
<%@ taglib uri="http://struts.apache.org/tags-tiles" prefix="tiles" %>
<jsp:directive.page import="java.util.Iterator"/>
<jsp:directive.page import="com.web.util.*"/>
<jsp:directive.page import="com.web.model.FoodInfo"/>
<jsp:directive.page import="com.web.model.AbstractFoodInfo"/>
<html>
<head>
	<title>Your Company Website</title>
	<link rel="stylesheet" type="text/css" href="webcss/style.css">
	<SCRIPT src="/js/article.js"></SCRIPT>
	<link href="/jscss/css.css" rel="stylesheet" type="text/css">

</head>

<body leftmargin=0 topmargin=0 marginheight="0" marginwidth="0" bgcolor="#ffffff">
<table border="0" cellspacing="0" cellpadding="0" width="100%" height="100%">
  <tr>
	<td width="50%" background="images/bg.gif"><img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
	<td valign="bottom" background="images/bg_left.gif"><img src="images/bg_left.gif" alt="" width="17" height="16" border="0"></td>
	<td>
<table border="0" cellspacing="0" cellpadding="0" width="780">
<tr>
	      <td align="center" height="100" width="221" valign="top"><img src="/images/logo3.gif" width="221" height="100"></td>
          <td valign="top" rowspan="2"><img src="images/top.gif" width="559" height="64" alt="" border="0"><br>
            <table width="559" border="0" cellspacing="0" cellpadding="0">
              <tr>
                <td background="images/fon03.gif"><a href="index.do"><img src="images/but1.gif" width="99" height="43"></a><img src="images/separator.gif" width="1" height="43"><a href="pageControl.do"><img src="images/but2.gif" width="99" height="43"></a><img src="images/separator.gif" width="1" height="43"><img src="images/but3.gif" width="99" height="43"><img src="images/separator.gif" width="1" height="43"><img src="images/but4.gif" width="99" height="43"><img src="images/separator.gif" width="1" height="43"><img src="images/but5.gif" width="99" height="43"><img src="images/separator.gif" width="1" height="43"><a href="/foodCart.do"><img src="images/CART_BG2.gif" width="30" height="28" hspace="10"></a></td>
              </tr>
              <tr>
                <td><table width="559" height="218" border="0" align="center" cellpadding="0" cellspacing="0" class="solidbox">
  <tr>
    <td width="559" height="34" align="center" valign="top"><table border="0" cellspacing="0" cellpadding="0" width="559">
<tr>
	<td height="37" colspan="3" background="images/bar02.gif"><p class="titleb"><img src="images/e03.gif" alt="" width="12" height="14" border="0" align="absbottom">&nbsp; <br></p>	  
	  <img src="images/px1.gif" width="1" height="1" alt="" border="0"></td>
	</tr>
<tr valign="top">	</tr>
</table>
<%ShoppingCart foods= (ShoppingCart)request.getSession().getAttribute("FoodInfoCartList"); %>
<%		
		Iterator i=foods.getAllFood().iterator();
		while(i.hasNext()){
			ShoppingCartItem item=(ShoppingCartItem)i.next();
			FoodInfo foodinfo=(FoodInfo)item.getItem();
%>

<table border="0" cellspacing="0" cellpadding="0" width="559">
<tr valign="top">
<td height="67" valign="top">
<br>
<p class="t01">鑿滃悕锛

⌨️ 快捷键说明

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