attempting to kick start build script
svn path=/branches/design/; revision=18344
This commit is contained in:
72
order/tmpl-thankyou.fi.xhtml
Normal file
72
order/tmpl-thankyou.fi.xhtml
Normal file
@@ -0,0 +1,72 @@
|
||||
<?xml version="1.0" encoding="utf-8" ?>
|
||||
|
||||
<html>
|
||||
<head>
|
||||
<title>Free Software Foundation Europe - kiitos tilauksestasi!</title>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1>Kiitos tilauksestasi!</h1>
|
||||
|
||||
<p>
|
||||
Kokonaiskustannukset tilauksellesi ovat <strong>€:AMOUNT:</strong>.
|
||||
Voit maksaa tilisiirrolla tai PayPalin avulla.
|
||||
</p>
|
||||
|
||||
<h3>Tilisiirto</h3>
|
||||
|
||||
<p>
|
||||
Maksaaksesi tilisiirrolla, käytä seuraavia tilitietoja:
|
||||
</p>
|
||||
|
||||
<dl>
|
||||
<dt>Tilisiirrot Saksan sisällä:</dt>
|
||||
<dd>
|
||||
Free Software Foundation Europe e.V.<br/>
|
||||
Konto 3004732, BLZ 36020030, National-Bank Essen, Germany<br/>
|
||||
</dd>
|
||||
|
||||
<dt>Kansainväliset tilisiirrot:</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>
|
||||
Käytä maksaessasi viitteenä seuraavaa: <strong>:REFERENCE:</strong>.
|
||||
</p>
|
||||
|
||||
<h3>PayPal</h3>
|
||||
|
||||
<p>
|
||||
Voit myös maksaa luottokortilla tai muilla PayPalin hyväksymillä
|
||||
maksutavoilla. Tee näin napsauttamalla painiketta alla.
|
||||
</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="Maksa PayPalilla"/>
|
||||
</center>
|
||||
</form>
|
||||
</body>
|
||||
|
||||
<timestamp>$Date$ $Author$</timestamp>
|
||||
<translator>Timo Jyrinki</translator>
|
||||
</html>
|
||||
<!--
|
||||
Local Variables: ***
|
||||
mode: xml ***
|
||||
End: ***
|
||||
-->
|
Reference in New Issue
Block a user