Andrew Lewman commited on 2010-12-09 19:29:48
Zeige 1 geänderte Dateien mit 3 Einfügungen und 17 Löschungen.
... | ... |
@@ -160,10 +160,7 @@ function validateAmount(amount){ |
160 | 160 |
} |
161 | 161 |
} |
162 | 162 |
</script> |
163 |
-<form |
|
164 |
-action="https://checkout.google.com/cws/v2/Donations/250937139555708/checkoutForm" |
|
165 |
-id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm" |
|
166 |
-onSubmit="return validateAmount(this.item_price_1)" target="_top"> |
|
163 |
+<form action="https://checkout.google.com/cws/v2/Donations/250937139555708/checkoutForm" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm" onSubmit="return validateAmount(this.item_price_1)" target="_top"> |
|
167 | 164 |
<input name="item_name_1" type="hidden" value="Donate to the Tor |
168 | 165 |
Project"/> |
169 | 166 |
<input name="item_description_1" type="hidden" value="Tor is written |
... | ... |
@@ -174,19 +171,8 @@ for and supported by people like you"/> |
174 | 171 |
<input name="item_min_price_1" type="hidden" value="0.01"/> |
175 | 172 |
<input name="item_max_price_1" type="hidden" value="25000.0"/> |
176 | 173 |
<input name="_charset_" type="hidden" value="utf-8"/> |
177 |
- <table cellpadding="5" cellspacing="0" width="1%"> |
|
178 |
- <tr> |
|
179 |
- <td align="right" nowrap="nowrap" width="1%">$ <input |
|
180 |
-id="item_price_1" name="item_price_1" onfocus="this.style.color='black'; |
|
181 |
-this.value='';" size="6" type="text" value="25.00"/> |
|
182 |
- </td> |
|
183 |
- <td align="left" width="1%"> |
|
184 |
- <input alt="Donate" |
|
185 |
-src="https://checkout.google.com/buttons/donateNow.gif?merchant_id=250937139555708&w=115&h=50&style=white&variant=text&loc=en_US" |
|
186 |
-type="image"/> |
|
187 |
- </td> |
|
188 |
- </tr> |
|
189 |
- </table> |
|
174 |
+ $ <input id="item_price_1" name="item_price_1" onfocus="this.style.color='black'; this.value='';" size="6" type="text" value="25.00"/> |
|
175 |
+ <input alt="Donate" src="https://checkout.google.com/buttons/donateNow.gif?merchant_id=250937139555708&w=115&h=50&style=white&variant=text&loc=en_US" type="image"/> |
|
190 | 176 |
</form> |
191 | 177 |
</div> |
192 | 178 |
</div> |
193 | 179 |