Runa A. Sandvik commited on 2009-07-22 15:54:17
Zeige 1 geänderte Dateien mit 28 Einfügungen und 22 Löschungen.
... | ... |
@@ -41,11 +41,11 @@ href="http://paypal.com/">PayPal</a> account): |
41 | 41 |
<br /> |
42 | 42 |
<br /> |
43 | 43 |
Choose your currency: |
44 |
-<SELECT name="currency_code"> |
|
45 |
-<OPTION value="USD" selected>$ |
|
46 |
-<OPTION value="EUR">€ |
|
47 |
-<OPTION value="GBP">£ |
|
48 |
-</SELECT> |
|
44 |
+<select name="currency_code"> |
|
45 |
+<option value="USD" selected="selected">$</option> |
|
46 |
+<option value="EUR">€</option> |
|
47 |
+<option value="GBP">£</option> |
|
48 |
+</select> |
|
49 | 49 |
|
50 | 50 |
<dl> |
51 | 51 |
<dt><input type="radio" name="a3" value="250.00" />250/month</dt> |
... | ... |
@@ -63,39 +63,45 @@ Choose your currency: |
63 | 63 |
<input type="hidden" name="no_shipping" value="1" /> |
64 | 64 |
<input type="hidden" name="no_note" value="1" /> |
65 | 65 |
<input type="image" src="images/btn_donateCC_LG.gif" name="submit" |
66 |
- alt="Make payments with PayPal - it's fast, free and secure!"> |
|
66 |
+ alt="Make payments with PayPal - it's fast, free and secure!"/> |
|
67 | 67 |
<input type="hidden" name="cmd" value="_xclick-subscriptions" /> |
68 | 68 |
<input type="hidden" name="business" value="donations@torproject.org" /> |
69 | 69 |
<input type="hidden" name="item_name" value="Tor Project Membership" /> |
70 |
-<input type="hidden" name="return" value="https://www.torproject.org/donate#funds"> |
|
70 |
+<input type="hidden" name="return" |
|
71 |
+value="https://www.torproject.org/donate#funds"/> |
|
71 | 72 |
<input type="hidden" name="cancel_return" |
72 |
- value="https://www.torproject.org/donate"> |
|
73 |
+ value="https://www.torproject.org/donate"/> |
|
73 | 74 |
</p> |
74 | 75 |
</form> |
75 | 76 |
<br /> |
76 |
-</p> |
|
77 | 77 |
<h3><a class="anchor" href="#paypal">Single donation via PayPal</a></h3> |
78 | 78 |
<form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post"> |
79 | 79 |
<p>You can also make a <b>one-time donation</b> (via PayPal, but |
80 | 80 |
doesn't require any account):<br /> |
81 |
-<input type="radio" name="amount" value="100.00" />100 |
|
82 |
-<input type="radio" name="amount" value="50.00" />50 |
|
83 |
-<input type="radio" name="amount" value="20.00" checked="checked" />20 |
|
84 |
-<input type="radio" name="amount" value="10.00" />10 |
|
85 |
-<input type="radio" name="amount" value="">other amount |
|
86 |
-<SELECT name="currency_code"> |
|
87 |
-<OPTION value="USD" selected>$ |
|
88 |
-<OPTION value="EUR">€ |
|
89 |
-<OPTION value="GBP">£ |
|
90 |
-</SELECT> |
|
81 |
+<input type="radio" name="amount" value="100.00">100</input> |
|
82 |
+<input type="radio" name="amount" value="50.00">50</input> |
|
83 |
+<input type="radio" name="amount" value="20.00" |
|
84 |
+checked="checked">20</input> |
|
85 |
+<input type="radio" name="amount" value="10.00">10</input> |
|
86 |
+<input type="radio" name="amount" value="">other amount</input> |
|
87 |
+ |
|
88 |
+<select name="currency_code"> |
|
89 |
+<option value="USD" selected="selected">$</option> |
|
90 |
+<option value="EUR">€</option> |
|
91 |
+<option value="GBP">£</option> |
|
92 |
+</select> |
|
93 |
+ |
|
91 | 94 |
<input type="hidden" name="no_shipping" value="1" /> |
92 | 95 |
<input type="image" src="images/btn_donateCC_LG.gif" |
93 |
- name="submit" alt="Make payments with PayPal - it's fast, free and secure!"> |
|
96 |
+ name="submit" alt="Make payments with PayPal - it's fast, free and |
|
97 |
+secure!"/> |
|
94 | 98 |
<input type="hidden" name="cmd" value="_xclick" /> |
95 | 99 |
<input type="hidden" name="business" value="donations@torproject.org" /> |
96 | 100 |
<input type="hidden" name="item_name" value="Tor" /> |
97 |
-<input type="hidden" name="return" value="https://www.torproject.org/donate#funds"> |
|
98 |
-<input type="hidden" name="cancel_return" value="https://www.torproject.org/donate"> |
|
101 |
+<input type="hidden" name="return" |
|
102 |
+value="https://www.torproject.org/donate#funds"/> |
|
103 |
+<input type="hidden" name="cancel_return" |
|
104 |
+value="https://www.torproject.org/donate"/> |
|
99 | 105 |
</p> |
100 | 106 |
</form> |
101 | 107 |
|
102 | 108 |