view xsls/donate.xsls @ 66:9332d7a02822

In the "listen" directive, - the "default" parameter was deprecated in favour of "default_server", - an ability to specify additional parameters no longer depends on "default", - there's a "setfib" parameter on FreeBSD, - UNIX-domain sockets are supported.
author Ruslan Ermilov <ru@nginx.com>
date Sun, 09 Oct 2011 16:35:32 +0000
parents 61e04fc01027
children 0f2b7327e2af
line wrap: on
line source

X:stylesheet {

X:template = "paypal" {

    <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
        <input name="cmd" value="_donations" type="hidden" />
        <input name="business" value="paypal@nginx.net" type="hidden" />
        <input name="lc" value="US" type="hidden" />
        <input name="currency_code" value="USD" type="hidden" />

        <input name="bn"
               value="PP-DonationsBF:btn_donate_LG.gif:NonHostedGuest"
               type="hidden" />

        <input name="submit" src="x-click-but04.gif"
               type="image" border="0"
               alt="PayPal - The safer, easier way to pay online!" />

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

}

}