first nosql version
[jabaws.git] / webservices / compbio / nosql / WebContent / Sequence.jsp
1 <%@ page language="java" contentType="text/html; charset=UTF-8"
2     pageEncoding="UTF-8"%>
3    
4 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
5 <html>
6 <head>
7 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <title>Sequence of protein</title>
9 </head>
10 <body>
11         <br/>
12         <form method="post" action="ProtServlet">
13                 <h3>Enter protein sequence</h3> 
14                 <p><textarea rows="2" cols="100" name="prot">MPIDYSKWKDIEVSDDEDDTHPNIDTPSLFRWRHQARLERMAEKKMEQEKIDKEKGTTSKKMEELEKKLAAADVTDKSDIQKQIDEVKAQEEAWRKKEAELEEKERLEPWNVDTIGHEAFSTSRINKI</textarea></p>
15                 <input type="radio" name="protein" value="whole"  Checked>search by the whole sequence
16                 <input type="radio" name="protein" value="part">search by a part of sequence<br/>
17                 <input type="submit" name="Search" value="Search"/>
18         </form>
19 </body>
20 </html>