Andrew Lewman commited on 2010-09-24 18:07:36
Zeige 2 geänderte Dateien mit 24 Einfügungen und 6 Löschungen.
... | ... |
@@ -78,24 +78,40 @@ |
78 | 78 |
<!-- BEGIN AMAZON --> |
79 | 79 |
<div class="title topforty">Donate via Amazon Payments</div> |
80 | 80 |
<div class="hundred left"> |
81 |
- <div style="width:20em;padding-left:10px;padding-top:10px;padding-right:10px;padding-bottom:10px;"> |
|
82 |
- <table class="table" border="0" cellpadding="0" cellspacing="0" width="100%"> |
|
81 |
+ <div class="paypal focus"> |
|
82 |
+ <h4>Make a one-time donation</h4> |
|
83 |
+ <form> |
|
84 |
+ <table> |
|
85 |
+ <tr> |
|
86 |
+ <td><input type="radio" value="10" /> $10</td> |
|
87 |
+ <td><input type="radio" value="20" /> $20</td> |
|
88 |
+ <td><input type="radio" value="50" /> $50</td> |
|
89 |
+ <td><input type="radio" value="100" /> $100</td> |
|
90 |
+ </tr> |
|
83 | 91 |
<tr> |
92 |
+ <td><input type="radio" value="250" /> $250</td> |
|
93 |
+ <td><input type="radio" value="500" /> $500</td> |
|
94 |
+ <td><input type="radio" value="1000" /> $1000</td> |
|
95 |
+ <td><input type="radio" value="other" /> Other</td> |
|
96 |
+ </tr> |
|
97 |
+ </table> |
|
98 |
+ <br /> |
|
99 |
+ </form> |
|
84 | 100 |
<form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post"> |
85 | 101 |
<input type="hidden" name="immediateReturn" value="1" /> |
86 | 102 |
<input type="hidden" name="collectShippingAddress" value="0" /> |
87 | 103 |
<input type="hidden" name="signatureVersion" value="2" /> |
88 | 104 |
<input type="hidden" name="signatureMethod" value="HmacSHA256" /> |
89 |
- <input type="hidden" name="minimumDonationAmount" value="USD 10" /> |
|
105 |
+ <input type="hidden" name="minimumDonationAmount" value="USD 20" /> |
|
90 | 106 |
<input type="hidden" name="accessKey" value="11SEM03K88SD016FS1G2" /> |
91 | 107 |
<input type="hidden" name="signature" value="Q+R9ErF8Kcz7GFQ/CYw8aSEYlWa/otVLgxVACPvHcJM=" /> |
92 | 108 |
<input type="hidden" name="isDonationWidget" value="1" /> |
93 | 109 |
<input type="hidden" name="description" value="Supporting Online Anonymity & Privacy" /> |
94 | 110 |
<input type="hidden" name="amazonPaymentsAccountId" value="XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1" /> |
95 |
- <input type="hidden" name="returnUrl" value="https://www.torproject.org/donate.html.en#outcome" /> |
|
111 |
+ <input type="hidden" name="returnUrl" value="https://www.torproject.org/donate" /> |
|
96 | 112 |
<input type="hidden" name="processImmediate" value="1" /> |
97 | 113 |
<input type="hidden" name="cobrandingStyle" value="logo" /> |
98 |
- <input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate.html.en#outcome" /> |
|
114 |
+ <input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate" /> |
|
99 | 115 |
<td> </td> |
100 | 116 |
<td><input type="text" name="amount" size="8" value="10" /></td> |
101 | 117 |
<td> </td> |
... | ... |
@@ -6,7 +6,9 @@ |
6 | 6 |
<div class="important-infoblock"> |
7 | 7 |
<h2>What Happens to my Donation?</h2> |
8 | 8 |
<img src="$(IMGROOT)/donationchart.jpg" alt="Donations Breakdown" /> |
9 |
- <p>If you've just donated, thank you for your donation. Your funds are deposited into our general fund. You join our many sponsors in funding the future of Tor and online anonymity. In 2008, the Tor Project spent and received its funds as the above chart depicts.</p> |
|
9 |
+ <p>If you've just donated, thank you for your donation. Your funds |
|
10 |
+are deposited into our general fund. You join thousands of other |
|
11 |
+individual <a href="<page about/sponsors>">sponsors</a> in funding the future of Tor and online anonymity. In 2008, the Tor Project spent and received its funds as the above chart depicts.</p> |
|
10 | 12 |
</div> |
11 | 13 |
</div> |
12 | 14 |
<!-- END INFOBLOCK --> |
13 | 15 |