Add first banch of JSPs
[proteocache.git] / website / Sequence.jsp
diff --git a/website/Sequence.jsp b/website/Sequence.jsp
new file mode 100644 (file)
index 0000000..5ff90b6
--- /dev/null
@@ -0,0 +1,21 @@
+<%@ 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="get" 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"/><br/><br/>
+               <input type="checkbox" name="option" value="AllProtein">Sequence with more then 3 jobs<br>
+       </form>
+</body>
+</html>
\ No newline at end of file