view xsls/donate.xsls @ 271:4c6d2c614d2c

Cleaned up XML tag mess: - all of <parameter> and <code>, and some of <dirname>, <value>, and <command> were replaced by <literal>; - the rest of <dirname> were replaced by links; - <argument> were replaced by <value>; - <value> is now rendered in HTML in italic; - <literal> and <path> can now contain <value>. Cleaned up terminology mess: - directives take "parameters".
author Ruslan Ermilov <ru@nginx.com>
date Fri, 23 Dec 2011 17:29:59 +0000
parents 07fb825cf079
children be54c443235a
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="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>

}

}