added web pages
[debian/openrocket] / web / html / actions / testbugreport.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4   <title>Bug report test</title>
5   <meta http-equiv="content-type" content="text/html; charset=ISO-8859-1"/>
6 </head>
7
8 <body>
9   <form method="post" action="http://openrocket.sourceforge.net/actions/reportbug" accept-charset="UTF-8">
10     <p>Version: <input type="text" size="30" name="version" value="1.0.0"/></p>
11     <p>Test bug report content:</p>
12     <p><textarea name="content" cols="80" rows="20">
13 ---------- Test bug report ----------
14
15 äöå
16
17 ---------- End ----------
18 </textarea></p>
19     <p><input type="submit" value="Submit bug report"/></p>
20     <p>A successful submission should result in a <em>202 Accepted</em> response.</p>
21     <p>Please do not abuse.</p>
22   </form>
23 </body>
24 </html>
25