Files
fsfe-website/order/order.it.xhtml
Sebastiano Pistore 1e98be2d4e
All checks were successful
the build was successful
Some IT translations (#916)
2019-05-22 18:04:57 +02:00

150 lines
4.9 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>
<meta name="description" content="Mostra il tuo amore per il Software Libero usando e indossando gli oggetti della FSFE" />
<meta name="keywords" content="ordina t-shirt magliette felpe vestiti adesivi merchandise pubblicità calamite borse bavaglini spille spedizione acquisto paypal bonifico" />
<meta name="image" content="https://fsfe.org/graphics/tshirt-promo-800px.jpg" />
</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 da 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 nostri prodotti.
I vestiti Software Libero sono un buon modo per far conoscere i nostri principi
nella zona in cui vivi, e inoltre ogni acquisto finanzia i progetti della FSFE.
</p>
<p>
Per ottenere informazioni dettagliate sulle dimensioni effettive degli abiti
posiziona il puntatore del mouse sui codici delle taglie (S, M, ecc...) oppure
consulta la <a href="size.html">tabella delle taglie</a>.
</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 da 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>
Visita la pagina del
<a href="/contribute/spreadtheword.html#promo-material">materiale informativo</a>
per consultare e richiedere volantini, adesivi e altro materiale.
</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 extra UE (12,00 €)</label><br/>
<!-- input type="radio" id="shipping-none" name="_shipping" value="0"/>
<label for="shipping-none">No shipping (self collection)</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="Confermo l'ordine"/>
</td>
</tr>
</table>
</form>
<p>
È possibile pagare tramite bonifico bancario, PayPal, carta di credito o di debito.
Dopo l'invio dell'ordine riceverai le informazioni necessarie per effettuare il pagamento.
</p>
</body>
<timestamp>$Date$ $Author$</timestamp>
<translator>Stefano Fraccaro e Sebastiano Pistore</translator>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->