fsfe-website/templates/concardis_relay.en.xhtml

55 lines
1.5 KiB
HTML

<?xml version="1.0" encoding="UTF-8"?>
<html>
<version>1</version>
<head>
<title>Donate online</title>
</head>
<body>
<h1>Donate online</h1>
<div id="introduction">
<div class="image">
<img src="/graphics/piggy-bank-lock.png" alt="Piggy-bank"/>
</div>
<p>
You will now be forwarded to the secure payment page.
</p>
</div>
<form name="donate" action="https://secure.payengine.de/ncol/prod/orderstandard_utf8.asp" method="post">
<!-- payment parameters -->
<tpl name="PSPID"></tpl>
<tpl name="orderID"></tpl>
<tpl name="amount"></tpl>
<!-- input type="hidden" name="com" value="Donation" /-->
<input type="hidden" name="currency" value="EUR" />
<tpl name="language"></tpl>
<!-- tpl name="CN"></tpl-->
<tpl name="EMAIL"></tpl>
<!-- interface template -->
<tpl name="TP"></tpl>
<input type="hidden" name="PMListType" value="2" />
<!-- post-payment redirection -->
<tpl name="accepturl"></tpl>
<tpl name="cancelurl"></tpl>
<!-- SHA1 signature -->
<tpl name="SHASign"></tpl>
<!-- Javascript submit() method only works if no submit button is active -->
<noscript>
<!-- submit button -->
<input type="submit" name="submit" value="OK" />
</noscript>
</form>
<script type="text/javascript">document.donate.submit()</script>
</body>
</html>
<!--
Local Variables: ***
mode: xml ***
End: ***
-->