view xsls/donate.xsls @ 606:cb43695220b2

o Move introduction/ and howto/ are rather small so move those sections into docs/. o Rename "nginx: faq" article and its lang-specific variations to "FAQ".
author Maxim Konovalov <maxim@nginx.com>
date Tue, 24 Jul 2012 10:18:38 +0000
parents be54c443235a
children 91d9e21ccecd
line wrap: on
line source

<!--
  Copyright (C) Igor Sysoev
  Copyright (C) Nginx, Inc.
  -->

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="ZJK5JR3ZSBUFC" />

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

}

}