From bce74d82c3ebb9ca28110af5bdbd1c06b92747b7 Mon Sep 17 00:00:00 2001
From: IE-WEB <1472343820@qq.com>
Date: Mon, 16 Dec 2024 10:52:35 +0800
Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E6=8F=90=E4=BA=A4?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
cont.jsp | 74 ++++++++++++++
foot.jsp | 20 ++++
index.jsp | 23 +++++
left.jsp | 295 ++++++++++++++++++++++++++++++++++++++++++++++++++++++
right.jsp | 21 ++++
top.jsp | 41 ++++++++
6 files changed, 474 insertions(+)
create mode 100644 cont.jsp
create mode 100644 foot.jsp
create mode 100644 index.jsp
create mode 100644 left.jsp
create mode 100644 right.jsp
create mode 100644 top.jsp
diff --git a/cont.jsp b/cont.jsp
new file mode 100644
index 0000000..36b6727
--- /dev/null
+++ b/cont.jsp
@@ -0,0 +1,74 @@
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8" %>
+<%
+ String path = request.getContextPath();
+%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/foot.jsp b/foot.jsp
new file mode 100644
index 0000000..ef6124b
--- /dev/null
+++ b/foot.jsp
@@ -0,0 +1,20 @@
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8" %>
+<%
+ String path = request.getContextPath();
+%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/index.jsp b/index.jsp
new file mode 100644
index 0000000..6ed0032
--- /dev/null
+++ b/index.jsp
@@ -0,0 +1,23 @@
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8" %>
+<%
+ String path = request.getContextPath(); //获得当前的项目根目录路径赋值给path
+%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/left.jsp b/left.jsp
new file mode 100644
index 0000000..309e70c
--- /dev/null
+++ b/left.jsp
@@ -0,0 +1,295 @@
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8" %>
+<%
+ String path = request.getContextPath();
+%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+  |
+ 导航菜单 |
+  |
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+
+
+
+
+
+
+
+ |
+
+
+
+ |
+
+
+
+
+  |
+ |
+  |
+
+ |
+
+
+
+
diff --git a/right.jsp b/right.jsp
new file mode 100644
index 0000000..23117b4
--- /dev/null
+++ b/right.jsp
@@ -0,0 +1,21 @@
+<%@ page language="java" import="java.util.*" pageEncoding="ISO-8859-1"%>
+<%
+String path = request.getContextPath();
+%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ welcome.
+
+
diff --git a/top.jsp b/top.jsp
new file mode 100644
index 0000000..c1344ce
--- /dev/null
+++ b/top.jsp
@@ -0,0 +1,41 @@
+<%@ page language="java" import="java.util.*" pageEncoding="utf-8" %>
+<%
+ String path = request.getContextPath();
+%>
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 基于JSP的高校快餐店订餐系统
+
+
+ 注销退出
+ 返回首页
+
+
+