view xsls/donate.xsls @ 102:c76a257f3fd4

The directive name is now automatically printed in <default> and <syntax>. Specifying <default> is made non-optional. Visible changes: - "types" and "proxy_set_header" get proper defaults (not yet displayed nicely); - "fastcgi_hide_header", "fastcgi_ignore_headers", "fastcgi_pass_header", "proxy_hide_header", "proxy_ignore_headers", and "proxy_pass_header" now have their (empty) defaults documented; - mentions of "fastcgi_redirect_errors" and "proxy_redirect_errors" which are long unsupported were removed.
author Ruslan Ermilov <ru@nginx.com>
date Wed, 19 Oct 2011 05:15:24 +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>

}

}