fsfe-website/support/support.el.xhtml
paul 2c11c23451 make robot trap invisible via css
svn path=/trunk/; revision=28021
2014-02-10 15:56:23 +00:00

91 lines
3.3 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>Υποστήριξη - FSFE</title>
</head>
<body>
<h1>Υποστηρίξτε το 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>
Υπογράψτε για να δείξετε ότι ενδιαφέρεστε για το Ελεύθερο Λογισμικό
και ότι υποστηρίζετε τις <a href="/work">δραστηριότητες του FSFE</a>.
</p>
<p>
Δεν θα δημοσιεύσουμε το όνομά σας, μόνο τον συνολικό αριθμό
των υποστηρικτών.
Το πλήθος των υποστηρικτών του FSFE δείχνει στους πολιτικούς
σε εθνικό και ΕΕ επίπεδο ότι το Ελεύθερο Λογισμικό είναι σημαντικό.
Οι υποστηρικτές μπορούν επίσης να λαμβάνουν
περιστασιακά σημαντική ενημέρωση το πολύ τρεις φορές το χρόνο.
</p>
<div id="support_form">
<form method="post" action="support.php" class="support">
<p>
<label id="firstname">Όνομα
<input type="text" name="firstname" />
</label>
</p>
<p>
<label id="lastname">Επώνυμο
<input type="text" name="lastname" />
</label>
</p>
<p>
<label id="email">E-mail (απαιτείται)
<input type="email" name="email" required="required" />
</label>
</p>
<p>
<label id="country">Χώρα (απαιτείται)
<select name="country_code" required="required">
<option value="">Επιλογή..</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="Υποστηρίζω το 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="el" />
</form>
<p><em>Η πολιτική μας για το ιδιωτικό απόρρητο είναι απλή: Δεν θα
μοιραστούμε ποτέ τα δεδομένα σας με οποιονδήποτε εκτός FSFE. Τελεία.</em></p>
</div>
<support-form-javascript/>
</div>
</body>
<timestamp>$Date: 2012-04-11 10:48:35 +0300 (Wed, 11 Apr 2012) $ $Author: gerloff $</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->