paypal button hinzugefügt

This commit is contained in:
Jörg Thalheim 2015-11-14 02:10:20 +01:00
parent fb5aa57a48
commit 33b5e3c645
3 changed files with 33 additions and 0 deletions

View File

@ -44,6 +44,9 @@
<div id="bitcoinqrcode" class="hidden"></div>
-->
</div>
<paypalbutton/>
<p title="Sachspenden">
Über nützliche und interessante Dinge sowie Beteiligung an gemeinsamen Beschaffungen freuen wir uns. Besonders
benötigte Dinge notieren wir im Wiki:

29
xsl/paypal.xsl Normal file
View File

@ -0,0 +1,29 @@
<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet version="1.0"
xmlns="http://www.w3.org/1999/xhtml"
xmlns:xsl="http://www.w3.org/1999/XSL/Transform"
xmlns:rss="http://purl.org/rss/1.0/"
xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
xmlns:date="http://exslt.org/dates-and-times"
exclude-result-prefixes="xsl rss rdf">
<xsl:output method="html" indent="yes" />
<xsl:template name="paypalbutton">
<form action="https://www.paypal.com/cgi-bin/webscr" method="post" target="_top">
<input type="hidden" name="cmd" value="_s-xclick"/>
<input type="hidden" name="hosted_button_id" value="G8P6T5HBWNY5Q"/>
<input
type="image"
src="https://www.paypalobjects.com/de_DE/DE/i/btn/btn_donateCC_LG.gif"
border="0"
name="submit"
alt="Jetzt einfach, schnell und sicher online bezahlen mit PayPal."/>
<img
alt=""
border="0"
src="https://www.paypalobjects.com/de_DE/i/scr/pixel.gif"
width="1"
height="1"/>
</form>
</xsl:template>
</xsl:stylesheet>

View File

@ -11,6 +11,7 @@
<xsl:include href="header.xsl" />
<xsl:include href="footer.xsl" />
<xsl:include href="calendar.xsl" />
<xsl:include href="paypal.xsl" />
<xsl:output method="xml"
version="1.0"