summaryrefslogtreecommitdiff
path: root/fileparts/report.html
blob: b3131f61e8bce778601d821cdc96b0b67236d2b2 (plain)
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
26
<id><img style="width:32px" src="data/icons/icon_bug.png" alt="bug icon"><br/></id>
<p>
    <id>
    <form action="./report.sh" method="post">
        <br>
        <label>Short description of the bug
        <input type="text" name="sname">
        <br><hr>
        <label>Detailed description of the bug
        <br>
        <textarea name="lname"></textarea>
        <br><hr>
        How bad is the bug?<br>
        <label>Minor
        <input type="radio" name="severity" text="1" checked><br>
        <label>Effects game
        <input type="radio" name="severity" text="2"><br>
        <Label>Breaks game
        <input type="radio" name="severity" text="3"><br>
        <label>Severe
        <input type="radio" name="severity" text="4"><br>
        <hr>
        <input type="submit" value="Submit"><br>
    </form>
    </id>
</p>