<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
  <head>
    <title>YaCy '#[clientname]#': test Applet</title>
    #%env/templates/metas.template%#
  </head>
  <body>
    #%env/templates/header.template%#
    <h2>Test Applet</h2>
    #(mode)#
	<form action="TestApplet.html" method="POST">
	<table>
	<tr>
		<td>relative Path</td>
		<td><input type="text" name="url"></td>
		<td>/yacysearch.html</td>
	</tr>
	<tr>
		<td>Parameters</td>
		<td><textarea row="10" cols="60" name="arguments"></textarea><td>
		<td>search=yacy</td>
	</tr>
	</table>
	<input type="submit" value="test" />
	</form>
	::
	returned Templates:<br />
	<textarea rows="10" cols="70">#[templates]#</textarea><br />
	returned Template Structure:<br />
	<textarea rows="10" cols="70">#[structure]#</textarea><br />
	returned Text:<br />
	<textarea rows="10" cols="70">#[text]#</textarea><br />
	#(/mode)#
  #%env/templates/footer.template%#
  </body>
</html>