summaryrefslogtreecommitdiff
path: root/fileparts
diff options
context:
space:
mode:
authorAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-03-07 19:50:18 -0500
committerAlexander Pickering <Alexander.Pickering@anondomain.site90.net>2016-03-07 19:50:18 -0500
commit646e5b0823f92b70cbe3cf2884dd0f60b38e5638 (patch)
treef7449f48325ad336b1105f9b7ca102073a25b446 /fileparts
parentbf06a35066ff80e333ea68fd1b5992814ef7b007 (diff)
downloadwebpage-646e5b0823f92b70cbe3cf2884dd0f60b38e5638.tar.gz
webpage-646e5b0823f92b70cbe3cf2884dd0f60b38e5638.tar.bz2
webpage-646e5b0823f92b70cbe3cf2884dd0f60b38e5638.zip
Added parts to website
Diffstat (limited to 'fileparts')
-rw-r--r--fileparts/donate.html4
-rw-r--r--fileparts/footer.html2
-rw-r--r--fileparts/header.html9
-rw-r--r--fileparts/report.html24
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>