Files
fsfe-website/order/order.it.xhtml
Sebastiano Pistore da1128e664
All checks were successful
the build was successful
Translation ITA (#330)
2018-06-08 11:48:53 +02:00

134 lines
4.0 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>Prodotti FSFE</title>
<style type="text/css">
div#toc {
float: right;
clear: right;
border: solid 1px;
margin: .5em;
background: rgb(240,240,240);
width: 30%;
}
</style>
</head>
<body class="toplevel">
<h1>Prodotti</h1>
<div id="toc">
<p style="text-indent:1em;">Prodotti disponibili:</p>
<ul style="margin-bottom: 1em;">
<li><a href="#tshirt">Magliette</a></li>
<li><a href="#girlie">Magliette donna</a></li>
<li><a href="#hooded">Felpe con cappuccio</a></li>
<!-- li><a href="#baby-clothes">Vestiti per bambini</a></li -->
<li><a href="#other">Altri prodotti</a></li>
</ul>
</div>
<p class="p-summary">
Mostra il tuo amore per il Software Libero usando e indossando i prodotti personalizzati
elencati qui sotto. I vestiti Software Libero sono un buon modo per far conoscere i tuoi principi
nella zona in cui vivi, e inoltre ogni acquisto aiuta a finanziare i progetti critici della FSFE.
</p>
<p style="clear:both;"></p>
<form action="/cgi-bin/weborder.pl" method="post" class="item-grid">
<h2 id="tshirt">Magliette</h2>
<dynamic-content type="tshirt"/>
<h2 id="girlie">Magliette donna</h2>
<dynamic-content type="girlie"/>
<h2 id="hooded">Felpe con cappuccio</h2>
<dynamic-content type="hooded"/>
<!-- h2 id="baby-clothes">Vestiti per bambini</h2>
<dynamic-content type="baby-clothes"/ -->
<h2 id="other">Altri prodotti</h2>
<dynamic-content type="other"/>
<h2>Materiale promozionale</h2>
<p>
Controlla la nostra
<a href="/contribute/spreadtheword.html#promo-material">pagina del materiale informativo</a>
per ordinare volantini, adesivi e altre cose.
</p>
<h2>Spedizione</h2>
<p>
<input type="hidden" name="shipping" value="1"/>
<input type="radio" id="shipping-de" name="_shipping" value="3"/>
<label for="shipping-de">Spedizione in Germania (€3.00)</label><br/>
<input type="radio" id="shipping-eu" name="_shipping" value="7" checked="Y"/>
<label for="shipping-eu">Spedizione in Europa (€7.00)</label><br/>
<input type="radio" id="shipping-world" name="_shipping" value="12"/>
<label for="shipping-world">Spedizione fuori Europa (€12.00)</label><br/>
</p>
<table class="order-form">
<tr>
<td class="order-left"><p>Nome:</p></td>
<td class="order-right">
<input type="text" name="name"/>
</td>
</tr>
<tr>
<td class="order-left"><p>Indirizzo:</p></td>
<td class="order-right">
<textarea rows="5" name="address"/>
</td>
</tr>
<tr>
<td class="order-left"><p>Email:</p></td>
<td class="order-right">
<input type="text" name="email"/>
</td>
</tr>
<tr>
<td class="order-left"><p>Telefono:</p></td>
<td class="order-right">
<input type="text" name="phone"/>
</td>
</tr>
<tr>
<td class="order-left"></td>
<td class="order-right">
<p class="n">
Per favore non scrivere niente qui:
<input type="text" size="40" name="url"/>
</p>
<!-- Translators: Please change the value here to your language -->
<input type="hidden" name="language" value="it_IT"/>
<!-- Translators: Please also translate the value here, it's the label
of the button -->
<input id="order-submit" type="submit" value="Ordina prodotti"/>
</td>
</tr>
</table>
</form>
</body>
<timestamp>$Date$ $Author$</timestamp>
<translator>Stefano Fraccaro</translator>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->