Project

General

Profile

1
<html>
2
<head>
3
<title>Untitled Document</title>
4
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
5
</head>
6

    
7
<body bgcolor="#FFFFFF" text="#000000">
8
<form name="form1" method="post" action="@servlet-path@">
9
  <p>action 
10
    <input type="text" name="action">
11
  </p>
12
  <p>qformat 
13
    <input type="text" name="qformat">
14
  </p>
15
  <p>query
16
    <textarea name="query" rows="20" cols="80"></textarea>
17
  </p>
18
  <p>
19
    <input type="submit" name="Submit" value="Submit">
20
  </p>
21
</form>
22
</body>
23
</html>
(14-14/20)