-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
29 lines (27 loc) · 1.36 KB
/
index.html
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
27
28
29
<html>
<head><title>Q Antrax Tool</title></head>
<body>
<h1>Quick and Dirty Tool zur Übersicht über individuell angeschaute und abgestimmte Anträge zum BPT 2010.1 der Piratenpartei</h1>
<form method="post" action="antragsfabrikchecker2.php" target='_blank'>
<input type="radio" name="cat" value="programm"/>Programmanträge<br/>
<input type='radio' name='cat' value='satzung'/>Satzungsänderungsantrag<br/>
<input type='radio' name='cat' value='sonstige'/>Sonstige Anträge<br/>
Username im Wiki: <input type='text' name='user' size='30'/><br/>
Klarname im Wiki: <input type='text' name='klar' size='30'/> wenn != Username<br/>
<input type='submit' value='Übersicht erzeugen'/>
</form>
<h2>Lizenz</h2>
Diese Webseite sowie die Software unterliegen der NWL (No Whining
Licence):<br/><br/>
You may use this, modify this, redistribute this provided you agree:
<ul>
<li>not to whine about this product</li>
<li>that there is no warranty of any kind.</li>
<li>retain this copyright in full.</li>
</ul>
<h2>Hinweis zum Datenschutz</h2>
Der eingegebene Benutzername dient nur zur Generierung der
Übersichtstabelle und wird deswegen für einen sehr kurzen Zeitraum
nicht persistent im Arbeitsspeicher des Webservers vorgehalten. Deine IP-Adresse jedoch wird für 12 Monate gespeichert.
</body>
</html>