%@ page language="java" import="java.util.*" contentType="text/html;charset=gb2312" %>
<%@ include file="iframe/head.jsp" %>
菜品预定
|
<%
String id=request.getParameter("id").trim();
List hotlist=tb.getOneTrave(Integer.parseInt(id));
if(!hotlist.isEmpty()){
%>
|
菜品名称:<%=hotlist.get(1).toString()%>
销售价格:<%=hotlist.get(3).toString()%> 主要原料:<%=hotlist.get(4).toString()%>
菜肴味型:<%=hotlist.get(5).toString()%>
菜肴菜式:<%=hotlist.get(6).toString()%>
发布时间:<%=hotlist.get(8).toString()%>
我要订购该菜肴 (如果您还没有登录,请先登录再进行订购操作!)
|
<%=hotlist.get(7).toString() %>
|
<%}%>
|
<%@ include file="iframe/foot.jsp"%>