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

89 lines
2.7 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 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>
Firma como muestra de tu apoyo al Software Libre y a las <a href="/work">actividades de la
FSFE</a>.
</p>
<p>
No publicaremos tu nombre, sólo 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 como simpatizante
podrás recibir información importante adicional de forma ocasional (3 veces al año, como máximo).
</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="">Selecciona</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="¡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 ajeno a 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: ***
-->