remove project files and keep sources only
[jabaws.git] / webservices / compbio / nosql / WebContent / Sequence.jsp
diff --git a/webservices/compbio/nosql/WebContent/Sequence.jsp b/webservices/compbio/nosql/WebContent/Sequence.jsp
deleted file mode 100644 (file)
index 29a033e..0000000
+++ /dev/null
@@ -1,20 +0,0 @@
-<%@ page language="java" contentType="text/html; charset=UTF-8"
-    pageEncoding="UTF-8"%>
-   
-<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
-<html>
-<head>
-<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
-<title>Sequence of protein</title>
-</head>
-<body>
-       <br/>
-       <form method="post" action="ProtServlet">
-               <h3>Enter protein sequence</h3> 
-               <p><textarea rows="2" cols="100" name="prot">MPIDYSKWKDIEVSDDEDDTHPNIDTPSLFRWRHQARLERMAEKKMEQEKIDKEKGTTSKKMEELEKKLAAADVTDKSDIQKQIDEVKAQEEAWRKKEAELEEKERLEPWNVDTIGHEAFSTSRINKI</textarea></p>
-               <input type="radio" name="protein" value="whole"  Checked>search by the whole sequence
-               <input type="radio" name="protein" value="part">search by a part of sequence<br/>
-               <input type="submit" name="Search" value="Search"/>
-       </form>
-</body>
-</html>
\ No newline at end of file