summaryrefslogtreecommitdiffstats
path: root/tags/java-M1-20060522/java/sampleapps/bigbank/webclient/src/main/webapp/stockSale.jsp
diff options
context:
space:
mode:
Diffstat (limited to 'tags/java-M1-20060522/java/sampleapps/bigbank/webclient/src/main/webapp/stockSale.jsp')
-rw-r--r--tags/java-M1-20060522/java/sampleapps/bigbank/webclient/src/main/webapp/stockSale.jsp53
1 files changed, 0 insertions, 53 deletions
diff --git a/tags/java-M1-20060522/java/sampleapps/bigbank/webclient/src/main/webapp/stockSale.jsp b/tags/java-M1-20060522/java/sampleapps/bigbank/webclient/src/main/webapp/stockSale.jsp
deleted file mode 100644
index de4c438ffb..0000000000
--- a/tags/java-M1-20060522/java/sampleapps/bigbank/webclient/src/main/webapp/stockSale.jsp
+++ /dev/null
@@ -1,53 +0,0 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
-<%--
- Copyright (c) 2005 The Apache Software Foundation or its licensors, as applicable.
-
- Licensed under the Apache License, Version 2.0 (the "License");
- you may not use this file except in compliance with the License.
- You may obtain a copy of the License at
-
- http://www.apache.org/licenses/LICENSE-2.0
-
- Unless required by applicable law or agreed to in writing, software
- distributed under the License is distributed on an "AS IS" BASIS,
- WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- See the License for the specific language governing permissions and
- limitations under the License.
- --%>
-
-<HTML>
-<HEAD>
-<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
- pageEncoding="ISO-8859-1"%>
-<META http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
-<META http-equiv="Content-Style-Type" content="text/css">
-<TITLE>BigBank- Stock sale</TITLE>
-</HEAD>
-<BODY><P><FONT size="+1">Stock sale</FONT><BR>
-<BR>
-</P>
-<FORM method="post" action="FormServlet">
-<input type="hidden" name="action" value='stockSale' />
-<input type="hidden" name="purchaseLotNumber" value='<%=request.getParameter("purchaseLotNumber")%>' />
-<TABLE border="0">
- <TBODY>
-
- <TR>
- <TD>Quantity</TD>
- <TD></TD>
- <TD><INPUT type="text" name="quantity" size="6"></TD>
- </TR>
- <TR>
- <TD></TD>
- <TD></TD>
- <TD></TD>
- </TR>
- </TBODY>
-</TABLE>
-<BR>
-<INPUT type="submit" name="stockSale" value="sell">&nbsp;&nbsp;
-<INPUT type="submit" name="cancel" value="cancel"></FORM>
-<P><BR>
-</P>
-</BODY>
-</HTML>