File tree Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Expand file tree Collapse file tree 1 file changed +46
-0
lines changed Original file line number Diff line number Diff line change 1+ <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
2+ <html>
3+
4+ <head>
5+ <title>Bug submission form</title>
6+ <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
7+ </head>
8+
9+ <body>
10+
11+ <p>
12+ This form is for automated error submission and testing.<br>
13+ If you got here anyway, please report bugs at
14+ <a href="http://groups.google.com/group/srrietveld-dev/">
15+ http://groups.google.com/group/srrietveld-dev/
16+ </a>
17+ </p>
18+
19+ <form action="/pybin/postbugreport.py/email" method="POST">
20+ <input type="hidden" name="bugsender" value="diffpy@diffpy.org">
21+ <input type="hidden" name="bugemail" value="srrietveld-dev@googlegroups.com">
22+ Reporter:
23+ <input type="text" name="reporter" size=64 maxlength=256><br>
24+
25+ Summary:
26+ <input type="text" name="summary" size=64 maxlength=1024><br>
27+
28+ Description:<br>
29+ <textarea name="description" rows=10 cols=72></textarea><br>
30+ <br>
31+
32+ Component:
33+ <input type="text" name="component" maxlength=256><br>
34+
35+ Version:
36+ <input type="text" name="version" maxlength=256><br>
37+
38+ Traceback:<br>
39+ <textarea name="traceback" rows=10 cols=72></textarea><br>
40+
41+ <input type="submit">
42+ </form>
43+
44+ </body>
45+
46+ </html>
You can’t perform that action at this time.
0 commit comments