annotate xsls/donate.xsls @ 197:241c9db1f3f4

Closing tags added. Pointed out by Maxim Dounin
author Maxim Konovalov <maxim@nginx.com>
date Wed, 23 Nov 2011 15:48:27 +0000
parents 3ed527690dfe
children 07fb825cf079
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">
197
241c9db1f3f4 Closing tags added.
Maxim Konovalov <maxim@nginx.com>
parents: 194
diff changeset
6 <input type="hidden" name="cmd" value="_s-xclick" />
241c9db1f3f4 Closing tags added.
Maxim Konovalov <maxim@nginx.com>
parents: 194
diff changeset
7 <input type="hidden" name="hosted_button_id" value="MP2TU6UL6JACC" />
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"
197
241c9db1f3f4 Closing tags added.
Maxim Konovalov <maxim@nginx.com>
parents: 194
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"
197
241c9db1f3f4 Closing tags added.
Maxim Konovalov <maxim@nginx.com>
parents: 194
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 }