added web pages
[debian/openrocket] / web / html / actions / testbugreport.html
diff --git a/web/html/actions/testbugreport.html b/web/html/actions/testbugreport.html
new file mode 100644 (file)
index 0000000..28d7e9a
--- /dev/null
@@ -0,0 +1,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>
+