fsfe-website/support/support.es.xhtml

85 lines
2.5 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<html>
<head>
<title>Apoya a la FSFE</title>
</head>
<body>
<h1>Apoya a la FSFE</h1>
<div id="introduction" class="support_page">
<div class="image">
<img src="/graphics/stars-smaller.png" alt="Stars"/>
</div>
<!-- These wordings are delicate. Please discuss any ideas at web@ before making any changes! -->
<p>
Firma para mostrar tu apoyo al Software Libre y a las <a href="/work">actividades de la
FSFE</a>.
</p>
<p>
No publicaremos tu nombre, sino solamente el número total de apoyos
recibidos. El número de apoyos muestra a los políticos a nivel estatal y
europeo que el Software Libre es importante. Al firmar recibirás de
forma ocasional (3 veces al año como máximo) información que
consideremos importante.
</p>
<div id="support_form">
<form method="post" action="support.php" class="support">
<p>
<label id="firstname">Nombre
<input type="text" name="firstname" />
</label>
</p>
<p>
<label id="lastname">Apellidos
<input type="text" name="lastname" />
</label>
</p>
<p>
<label id="email">E-mail (necesario)
<input type="email" name="email" required="required" />
</label>
</p>
<p>
<label id="country">Estado (necesario)
<select name="country_code" required="required">
<option value="">Select..</option>
<optgroup label="Europe">
<country-list-europe/>
</optgroup>
<optgroup label="Other continents">
<country-list-other-continents/>
</optgroup>
</select>
</label>
</p>
<p><input type="submit" name="submit" value="¡Apoyo la 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="es" />
</form>
<p><em>Nuestra política de privacidad es simple. Nunca compartiremos tus datos
con nadie de fuera de la FSFE. Y punto.</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: ***
-->