Files
fsfe-website/order/tmpl-thankyou.ru.xhtml
guest-Oleg Pismenov 8dd5bb051a Minor update.
svn path=/trunk/; revision=15644
2010-03-30 13:33:10 +00:00

70 lines
2.5 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>ЕФСПО Спасибо за покупку!</title>
</head>
<body>
<h1>Спасибо за покупку!</h1>
<p>
Общая стоимость заказа <strong>€:AMOUNT:</strong>. Оплатить заказ можно банковским переводом или через систему PayPal.
</p>
<h3>Банковский перевод</h3>
<p>
Реквизиты для банковского перевода:
</p>
<dl>
<dt>Банковский перевод внутри Германии:</dt>
<dd>
Free Software Foundation Europe e.V.<br/>
Konto 3004732, BLZ 36020030, National-Bank Essen, Germany<br/>
</dd>
<dt>Международный банковский перевод:</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>
Вставьте <strong>:REFERENCE:</strong> в назначение платежа.
</p>
<h3>PayPal</h3>
<p>
Также оплатить заказ можно с помощью кредитной карты или другими способами, которые предлагает система PayPal. Для этого нажмите на кнопку «Оплатить через PayPal».
</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="Оплатить через PayPal"/>
</center>
</form>
</body>
<timestamp>$Date: 2007-05-21 23:19:24 +0400 (Пн, 21 май 2007) $ $Author: reinhard $</timestamp>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->