updated with passed tests

This commit is contained in:
-
2019-03-19 00:11:38 -06:00
parent 9f5d9e24f5
commit f0cb7633c6
10 changed files with 115 additions and 75 deletions
+2 -2
View File
@@ -8,8 +8,8 @@
</head>
<body>
<form action="save" method="post">
Enter Theorem 1: <input type="text" name="theoremName1">
<br>Enter Theorem 2: <input type="text" name="theoremName2"><br>
Enter Theorem Name: <input type="text" name="theoremName">
<input type="submit" value="save">
</form>
</body>
+1 -2
View File
@@ -1,7 +1,6 @@
<html>
<body>
<br><b>Name1:</b><%= request.getParameter("theoremName1")%>
<br><b>Name2:</b><%= request.getParameter("theoremName2")%>
<br><b>Name:</b><%= request.getParameter("theoremName")%>
</body>
</html>
+1 -2
View File
@@ -1,5 +1,4 @@
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>