diff options
Diffstat (limited to 'fileparts')
| -rw-r--r-- | fileparts/donate.html | 4 | ||||
| -rw-r--r-- | fileparts/footer.html | 2 | ||||
| -rw-r--r-- | fileparts/header.html | 9 | ||||
| -rw-r--r-- | fileparts/report.html | 24 |
4 files changed, 38 insertions, 1 deletions
diff --git a/fileparts/donate.html b/fileparts/donate.html new file mode 100644 index 0000000..191377f --- /dev/null +++ b/fileparts/donate.html @@ -0,0 +1,4 @@ +<id><img style="width:32px" src="data/icons/icon_donate.png" alt="donate icon"><br/></id> +<p> + What? You want to give me money?! I don't need your charity! Go buy that cute girl in class/your girlfriend/your mother/your sister some chochlet with those $5. +</p> diff --git a/fileparts/footer.html b/fileparts/footer.html index dbfcfe3..8751326 100644 --- a/fileparts/footer.html +++ b/fileparts/footer.html @@ -1,4 +1,4 @@ <id><hr><br/></id> <id> -Page last modified on 1/1/12 - Contact the admin at <a href="mailto:admin@cogarr.org">admin@cogarr.org</a> +Page last modified on 3/7/12 - Contact the admin at <a href="mailto:admin@cogarr.org">admin@cogarr.org</a> </id> diff --git a/fileparts/header.html b/fileparts/header.html index e3e42c3..3f05ac4 100644 --- a/fileparts/header.html +++ b/fileparts/header.html @@ -23,4 +23,13 @@ <div> <a style="text-decoration:line-through" href="./quickstart.html">quickstart</a> </div> +<div> + <a href="./donate.sh">donate</a> +</div> +<div> + <a href="./report.sh">bug reporter</a> +</div> +<div> + <a href="./source/">source code</a> +</div> <id><hr></id> diff --git a/fileparts/report.html b/fileparts/report.html new file mode 100644 index 0000000..a3682a5 --- /dev/null +++ b/fileparts/report.html @@ -0,0 +1,24 @@ +<id><img style="width:32px" src="data/icons/icon_bug.png" alt="bug icon"><br/></id> +<p> + <id> + <form action="./report.sh" method="post"> + <label>Short description of the bug + <input type="text" name="sname"> + <br><hr> + <label>Detailed description of the bug + <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" text="Send"><br> + </form> + </id> +</p> |
