89 lines
2.7 KiB
HTML
89 lines
2.7 KiB
HTML
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Toeta meid - Euroopa Vaba Tarkvara Fond</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Toeta meid</h1>
|
|
<div id="introduction" class="support_page">
|
|
<div class="image right">
|
|
<img src="/graphics/stars-smaller.png" alt="Tähekesed"/>
|
|
</div>
|
|
|
|
<!-- These wordings are delicate. Please discuss any ideas at web@ before making any changes! -->
|
|
<p>
|
|
Pane end kirja FSFE toetajana ja näita, et toetad vaba tarkvara ning <a href="/work">FSFE tegevust</a>.
|
|
</p>
|
|
<p>
|
|
Me ei avalda su nime. Avaldame vaid toetajate koguarvu. FSFE toetajate
|
|
hulk näitab rahvusriikide ning Euroopa Liidu poliitikutele, et vaba
|
|
tarkvara on oluline. Toetajatele võidakse saata ka olulist
|
|
informatsiooni, ent seda mitte sagedamini kui kolm korda aastas.
|
|
</p>
|
|
|
|
<div id="support_form">
|
|
|
|
<form method="post" action="support.php" class="support">
|
|
<p>
|
|
<label id="firstname">Eesnimi
|
|
<input type="text" name="firstname" />
|
|
</label>
|
|
</p>
|
|
<p>
|
|
<label id="lastname">Perenimi
|
|
<input type="text" name="lastname" />
|
|
</label>
|
|
</p>
|
|
<p>
|
|
<label id="email">E-post (nõutud)
|
|
<input type="email" name="email" required="required" />
|
|
</label>
|
|
</p>
|
|
<p>
|
|
<label id="country">Riik (nõutud)
|
|
<select name="country_code" required="required">
|
|
<option value="">Vali…</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="I Support the FSFE!" data-loading-text="Sending.."/></p>
|
|
|
|
<input type="hidden" name="ref_url" value="" />
|
|
<input type="hidden" name="ref_id" value="" />
|
|
<input type="hidden" name="lang" value="en" />
|
|
</form>
|
|
|
|
<p><em>
|
|
Meie privaatsuspoliitika on lihtne: me ei jaga sinu andmeid kunagi
|
|
väljapoole FSFEd. Punkt.
|
|
</em></p>
|
|
</div>
|
|
|
|
|
|
<support-form-javascript/>
|
|
</div>
|
|
|
|
</body>
|
|
<translator>Repentinus</translator>
|
|
<timestamp>$Date: 2012-08-21 10:18:21 +0000 (Tue, 21 Aug 2012) $ $Author: otto $</timestamp>
|
|
</html>
|
|
<!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|