89 lines
2.7 KiB
HTML
89 lines
2.7 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Unterstützen Sie die FSFE</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Unterstützen Sie die FSFE</h1>
|
|
<div id="introduction" class="support_page">
|
|
<div class="image right">
|
|
<img src="/graphics/stars-smaller.png" alt="Stars"/>
|
|
</div>
|
|
|
|
<!-- These wordings are delicate. Please discuss any ideas at web@ before making any changes! -->
|
|
<p>
|
|
Zeigen Sie, dass Ihnen Freie Software wichtig ist und Sie <a href="/work">die Tätigkeiten der FSFE</a> unterstützen!
|
|
</p>
|
|
<p>
|
|
Wir werden Ihren Namen nicht veröffentlichen, sondern nur die Anzahl
|
|
aller Unterstützer. Dies zeigt Politikern aus
|
|
dem In- und EU-Ausland, dass Freie Software wichtig ist. Unterstützer
|
|
können gelegentlich wichtige Informationen erhalten, jedoch
|
|
höchstens 3 mal jährlich.
|
|
</p>
|
|
|
|
<div id="support_form">
|
|
|
|
<form method="post" action="support.php" class="support">
|
|
<p>
|
|
<label id="firstname">Vorname
|
|
<input type="text" name="firstname" />
|
|
</label>
|
|
</p>
|
|
<p>
|
|
<label id="lastname">Nachname
|
|
<input type="text" name="lastname" />
|
|
</label>
|
|
</p>
|
|
<p>
|
|
<label id="email">E-Mail (erforderlich)
|
|
<input type="email" name="email" required="required" />
|
|
</label>
|
|
</p>
|
|
<p>
|
|
<label id="country">Land (erforderlich)
|
|
<select name="country_code" required="required">
|
|
<option value="">Auswählen..</option>
|
|
<optgroup label="Europe">
|
|
<country-list-europe/>
|
|
</optgroup>
|
|
<optgroup label="Other continents">
|
|
<country-list-other-continents/>
|
|
</optgroup>
|
|
</select>
|
|
</label>
|
|
</p>
|
|
<p id="support_robotfield" class="n">
|
|
<label id="rname">Fill this field if you are a robot
|
|
<input type="text" name="rname" />
|
|
</label>
|
|
</p>
|
|
|
|
<p><input type="submit" name="submit" value="Ich unterstütze die FSFE!" data-loading-text="Sende.."/></p>
|
|
|
|
<input type="hidden" name="ref_url" value="" />
|
|
<input type="hidden" name="ref_id" value="" />
|
|
<input type="hidden" name="lang" value="de" />
|
|
</form>
|
|
|
|
<p><em>Unsere Datenschutzregelung ist einfach: Wir werden Ihre Daten niemals
|
|
mit irgendjemandem außerhalb der FSFE teilen. Punkt.</em></p>
|
|
|
|
</div>
|
|
|
|
|
|
<support-form-javascript/>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
<timestamp>$Date: 2012-07-07 21:21:45 +0300 (la, 07 heinä 2012) $ $Author: otto $</timestamp>
|
|
</html>
|
|
<!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|