1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25
|
<!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>Bug report test</title>
<meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
</head>
<body>
<form method="post" action="http://openrocket.sourceforge.net/actions/reportbug" accept-charset="UTF-8">
<p>Version: <input type="text" size="30" name="version" value="1.0.0"/></p>
<p>Test bug report content:</p>
<p><textarea name="content" cols="80" rows="20">
---------- Test bug report ----------
---------- End ----------
</textarea></p>
<p><input type="submit" value="Submit bug report"/></p>
<p>A successful submission should result in a <em>202 Accepted</em> response.</p>
<p>Please do not abuse.</p>
</form>
</body>
</html>
|