fsfe-website/order/tmpl-thankyou.nl.xhtml

56 lines
1.4 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<html>
<version>1</version>
<head>
<title>Bedankt voor uw bestelling!</title>
</head>
<body>
<p id="category" class="p-category">
<a href="/order/order.html">Handelswaar</a>
</p>
<h1>Bedankt voor uw bestelling!</h1>
<p class="p-summary">
Uw bestelling kost in totaal <strong>€:AMOUNT:</strong>.
</p>
<p>
U kan nu online betalen met verschillende krediet- of debetkaarten of met PayPal.
</p>
<form action="https://secure.payengine.de/ncol/prod/orderstandard_utf8.asp" method="post">
:FORM:
<!-- translators: please also translate the term "Pay online", it will
show on the button. -->
<input type="submit" name="submit" value="Betaal online"/>
</form>
<p>
Als u met bankoverschrijving wilt betalen gebruik dan alstublieft de
volgende data:
</p>
<p>
Ontvanger: Free Software Foundation Europe e.V.<br/>
Adres: Schönhauser Allee 6/7, 10119 Berlijn, Duitsland<br/>
IBAN: DE47 4306 0967 2059 7908 01<br/>
Bank: GLS Gemeinschaftsbank eG, 44774 Bochum, Duitsland<br/>
BIC: GENODEM1GLS<br/>
Bedrag: :AMOUNT:<br/>
Betaalreferentie: :REFERENCE:
</p>
</body>
<followup>join</followup>
<translator>André Ockers</translator>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->