Andrew Lewman commited on 2010-09-24 19:29:06
Zeige 1 geänderte Dateien mit 17 Einfügungen und 23 Löschungen.
... | ... |
@@ -80,29 +80,12 @@ |
80 | 80 |
<div class="hundred left"> |
81 | 81 |
<div class="paypal focus"> |
82 | 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> |
|
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> |
|
100 | 83 |
<form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post"> |
101 | 84 |
<input type="hidden" name="immediateReturn" value="1" /> |
102 | 85 |
<input type="hidden" name="collectShippingAddress" value="0" /> |
103 | 86 |
<input type="hidden" name="signatureVersion" value="2" /> |
104 | 87 |
<input type="hidden" name="signatureMethod" value="HmacSHA256" /> |
105 |
- <input type="hidden" name="minimumDonationAmount" value="USD 20" /> |
|
88 |
+ <input type="hidden" name="minimumDonationAmount" value="USD 10" /> |
|
106 | 89 |
<input type="hidden" name="accessKey" value="11SEM03K88SD016FS1G2" /> |
107 | 90 |
<input type="hidden" name="signature" value="Q+R9ErF8Kcz7GFQ/CYw8aSEYlWa/otVLgxVACPvHcJM=" /> |
108 | 91 |
<input type="hidden" name="isDonationWidget" value="1" /> |
... | ... |
@@ -112,13 +95,24 @@ |
112 | 95 |
<input type="hidden" name="processImmediate" value="1" /> |
113 | 96 |
<input type="hidden" name="cobrandingStyle" value="logo" /> |
114 | 97 |
<input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate" /> |
115 |
- <td> </td> |
|
116 |
- <td><input type="text" name="amount" size="8" value="10" /></td> |
|
117 |
- <td> </td> |
|
118 |
- <td><input type="image" src="http://g-ecx.images-amazon.com/images/G/01/asp/golden_small_donate_withmsg_whitebg.gif" border="0" /></td> |
|
119 |
- </form> |
|
98 |
+ <table> |
|
99 |
+ <tr> |
|
100 |
+ <td><input type="radio" value="10" /> $10</td> |
|
101 |
+ <td><input type="radio" value="20" /> $20</td> |
|
102 |
+ <td><input type="radio" value="50" /> $50</td> |
|
103 |
+ <td><input type="radio" value="100" /> $100</td> |
|
104 |
+ </tr> |
|
105 |
+ <tr> |
|
106 |
+ <td><input type="radio" value="250" /> $250</td> |
|
107 |
+ <td><input type="radio" value="500" /> $500</td> |
|
108 |
+ <td><input type="radio" value="1000" /> $1000</td> |
|
109 |
+ <td><input type="radio" value="other" /> Other</td> |
|
110 |
+ </tr> |
|
111 |
+ <tr> |
|
112 |
+ <td span="3"><input type="image" src="http://g-ecx.images-amazon.com/images/G/01/asp/golden_small_donate_withmsg_whitebg.gif" border="0" /></td> |
|
120 | 113 |
</tr> |
121 | 114 |
</table> |
115 |
+ </form> |
|
122 | 116 |
</div> |
123 | 117 |
</div> |
124 | 118 |
<! -- END AMAZON --> |
125 | 119 |