annotate xsls/donate.xsls @ 3079:03b5cd59c55f

Changed name in Russian about menu link.
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 09 Apr 2024 18:26:15 +0300
parents 91d9e21ccecd
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
580
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 228
diff changeset
1 <!--
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 228
diff changeset
2 Copyright (C) Igor Sysoev
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 228
diff changeset
3 Copyright (C) Nginx, Inc.
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 228
diff changeset
4 -->
be54c443235a Added copyright markers to documentation sources.
Ruslan Ermilov <ru@nginx.com>
parents: 228
diff changeset
5
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
6 X:stylesheet {
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
7
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
8 X:template = "paypal" {
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
9
194
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
10 <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
11 <input type="hidden" name="cmd" value="_s-xclick" />
228
07fb825cf079 o English menu: trac and donation links added.
Maxim Konovalov <maxim@nginx.com>
parents: 197
diff changeset
12 <input type="hidden" name="hosted_button_id" value="ZJK5JR3ZSBUFC" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
13
194
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
14 <input type="image" border="0" name="submit"
633
91d9e21ccecd Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
15 src="https://www.paypalobjects.com/en_US/i/btn/btn_donate_LG.gif"
91d9e21ccecd Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
16 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
17
194
3ed527690dfe The form for paypal donation replaced.
Maxim Konovalov <maxim@nginx.com>
parents: 193
diff changeset
18 <img src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif"
633
91d9e21ccecd Expanded tabs into spaces.
Ruslan Ermilov <ru@nginx.com>
parents: 580
diff changeset
19 alt="" border="0" width="1" height="1" />
0
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
20 </form>
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
21
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
22 }
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
23
61e04fc01027 Initial import of the nginx.org website.
Ruslan Ermilov <ru@nginx.com>
parents:
diff changeset
24 }