annotate xsls/donate.xsls @ 194:3ed527690dfe

The form for paypal donation replaced.
author Maxim Konovalov <maxim@nginx.com>
date Wed, 23 Nov 2011 13:51:22 +0000
parents 0f2b7327e2af
children 241c9db1f3f4
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
1 X:stylesheet {
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
2
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
3 X:template = "paypal" {
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
4
194
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
5 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
6 <input type="hidden" name="cmd" value="_s-xclick">
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
7 <input type="hidden" name="hosted_button_id" value="X83KVZCKPGW2Y">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8
194
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
9 <input type="image" border="0" name="submit"
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
10 src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
11 alt="PayPal - The safer, easier way to pay online!">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
12
194
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
13 <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
14 alt="" border="0" width="1" height="1">
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
15 </form>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
16
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
17 }
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
18
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
19 }