view xsls/donate.xsls @ 196:aafe530e7d6f

- Added faq/ and more q&a as previously agreed
author Andrey Alexeev <andrew@nginx.com>
date Wed, 23 Nov 2011 15:32:04 +0000
parents 3ed527690dfe
children 241c9db1f3f4
line wrap: on
line source

X:stylesheet {

X:template = "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="X83KVZCKPGW2Y">

        <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>

}

}