view xsls/donate.xsls @ 868:17d0c825f098

Revised the userid module documentation. - added the "embedded variables" section; - documented the "$uid_reset" variable; - documented default parameters of "userid_expires", "userid_mark" and "userid_p3p" directives; - improved descriptions of "userid_mark" and "userid_service" directives.
author Homutov Vladimir <vl@nginx.com>
date Mon, 18 Mar 2013 13:59:13 +0400
parents 91d9e21ccecd
children
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>

}

}