view xslt/donate.xslt @ 197:241c9db1f3f4

Closing tags added. Pointed out by Maxim Dounin
author Maxim Konovalov <maxim@nginx.com>
date Wed, 23 Nov 2011 15:48:27 +0000
parents 3ed527690dfe
children 08d3117ea38f
line wrap: on
line source

<?xml version="1.0" encoding="utf-8"?>
<xsl:stylesheet xmlns:xsl="http://www.w3.org/1999/XSL/Transform" version="1.0">

   <xsl:template match="paypal">

      <form action="https://www.paypal.com/cgi-bin/webscr" method="post">

         <input type="hidden" name="cmd" value="_s-xclick"/>

         <input type="hidden" name="hosted_button_id" value="MP2TU6UL6JACC"/>

         <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!"/>

         <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" alt="" border="0" width="1" height="1"/>

      </form>
   </xsl:template>

</xsl:stylesheet>