72 lines
2.1 KiB
HTML
72 lines
2.1 KiB
HTML
<?xml version="1.0" encoding="utf-8" ?>
|
|
|
|
<html>
|
|
<head>
|
|
<title>Free Software Foundation Europe - Grazie per il vostro ordine!</title>
|
|
</head>
|
|
|
|
<body>
|
|
<h1>Grazie per il vostro ordine!</h1>
|
|
|
|
<p>
|
|
Il prezzo totale dell'ordine è di <strong>€:AMOUNT:</strong>. È possibile pagare
|
|
tramite bonifico bancario o PayPal.
|
|
</p>
|
|
|
|
<h3>Bonifico bancario</h3>
|
|
|
|
<p>
|
|
Per pagare con un bonifico, occorre usare i dati seguenti:
|
|
</p>
|
|
|
|
<dl>
|
|
<dt>Per trasferimenti dalla Germania:</dt>
|
|
<dd>
|
|
Free Software Foundation Europe e.V.<br/>
|
|
Konto 3004732, BLZ 36020030, National-Bank Essen, Germany<br/>
|
|
</dd>
|
|
|
|
<dt>Per trasferimenti dal resto del mondo:</dt>
|
|
<dd>
|
|
Free Software Foundation Europe e.V.<br/>
|
|
National-Bank Essen, Germany<br/>
|
|
IBAN: DE69 3602 0030 0003 0047 32<br/>
|
|
SWIFT/BIC: NBAGDE3E
|
|
</dd>
|
|
</dl>
|
|
|
|
<p>
|
|
Siete pregati di includere il codice <strong>:REFERENCE:</strong> nella causale del versamento.
|
|
</p>
|
|
|
|
<h3>PayPal</h3>
|
|
|
|
<p>
|
|
È possibile anche pagare tramite carta di credito o altri mezzi di
|
|
pagamento accettati da PayPal. Basta premere il pulsante qui sotto.
|
|
</p>
|
|
|
|
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
|
|
<center>
|
|
<input type="hidden" name="cmd" value="_xclick"/>
|
|
<input type="hidden" name="business" value="paypal@fsfeurope.org"/>
|
|
<input type="hidden" name="image_url" value="http://fsfeurope.org/graphics/logo.png"/>
|
|
<input type="hidden" name="item_number" value=":REFERENCE:"/>
|
|
<input type="hidden" name="item_name" value="Online Order"/>
|
|
<input type="hidden" name="amount" value=":AMOUNT:"/>
|
|
<input type="hidden" name="currency_code" value="EUR"/>
|
|
<input type="hidden" name="no_note" value="1"/>
|
|
<input type="hidden" name="no_shipping" value="1"/>
|
|
<input type="submit" name="submit" value="Pay with PayPal"/>
|
|
</center>
|
|
</form>
|
|
</body>
|
|
|
|
<timestamp>$Date$ $Author$</timestamp>
|
|
</html>
|
|
<!--
|
|
Local Variables: ***
|
|
mode: xml ***
|
|
End: ***
|
|
-->
|