comparison xslt/donate.xslt @ 1085:c454373427ef

Regenerated.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 28 Feb 2014 20:12:47 +0400
parents be0b13fdd8c5
children
comparison
equal deleted inserted replaced
1084:be1d72ba7e5f 1085:c454373427ef
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!--
3 Copyright (C) Igor Sysoev
4 Copyright (C) Nginx, Inc.
5 -->
6
2 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0"> 7 <xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">
3 8
4 <xsl:template match="paypal"> 9 <xsl:template match="paypal">
5 10
6 <form action="https://www.paypal.com/cgi-bin/webscr" method="post"> 11 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
12 <input type="hidden" name="cmd" value="_s-xclick"/>
13 <input type="hidden" name="hosted_button_id" value="ZJK5JR3ZSBUFC"/>
7 14
8 <input type="hidden" name="cmd" value="_s-xclick"/> 15 <input type="image" border="0" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="PayPal - The safer, easier way to pay online!"/>
9 16
10 <input type="hidden" name="hosted_button_id" value="ZJK5JR3ZSBUFC"/> 17 <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" border="0" width="1" height="1"/>
18 </form>
11 19
12 <input type="image" border="0" name="submit" src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif" alt="PayPal - The safer, easier way to pay online!"/> 20 </xsl:template>
13
14 <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" border="0" width="1" height="1"/>
15
16 </form>
17 </xsl:template>
18 21
19 </xsl:stylesheet> 22 </xsl:stylesheet>