moved menu.jsp after basic webapp needed a different one
authormaxcooper <maxcooper>
Mon, 14 Jul 2003 18:58:14 +0000 (18:58 +0000)
committermaxcooper <maxcooper>
Mon, 14 Jul 2003 18:58:14 +0000 (18:58 +0000)
this whole webapp tree / build systems needs to be refactored

web/catalina-example/menu.jsp [new file with mode: 0644]
web/example/menu.jsp [new file with mode: 0644]
web/share/menu.jsp [deleted file]

diff --git a/web/catalina-example/menu.jsp b/web/catalina-example/menu.jsp
new file mode 100644 (file)
index 0000000..3ec9a6f
--- /dev/null
@@ -0,0 +1,8 @@
+<p>
+Navigation Menu: [
+<a href="index.jsp">Home</a>
+| <a href="securePage.jsp">Secure Page</a>
+| <a href="forbiddenPage.jsp">Forbidden Secure Page</a>
+| <a href="loginForm.jsp">Direct Login</a>
+| <a href="logout.jsp">Logout</a>
+]<p>
diff --git a/web/example/menu.jsp b/web/example/menu.jsp
new file mode 100644 (file)
index 0000000..3ec9a6f
--- /dev/null
@@ -0,0 +1,8 @@
+<p>
+Navigation Menu: [
+<a href="index.jsp">Home</a>
+| <a href="securePage.jsp">Secure Page</a>
+| <a href="forbiddenPage.jsp">Forbidden Secure Page</a>
+| <a href="loginForm.jsp">Direct Login</a>
+| <a href="logout.jsp">Logout</a>
+]<p>
diff --git a/web/share/menu.jsp b/web/share/menu.jsp
deleted file mode 100644 (file)
index 3ec9a6f..0000000
+++ /dev/null
@@ -1,8 +0,0 @@
-<p>
-Navigation Menu: [
-<a href="index.jsp">Home</a>
-| <a href="securePage.jsp">Secure Page</a>
-| <a href="forbiddenPage.jsp">Forbidden Secure Page</a>
-| <a href="loginForm.jsp">Direct Login</a>
-| <a href="logout.jsp">Logout</a>
-]<p>