Andrew Lewman commited on 2010-12-09 19:35:15
Zeige 1 geänderte Dateien mit 8 Einfügungen und 0 Löschungen.
| ... | ... |
@@ -161,6 +161,8 @@ function validateAmount(amount){
|
| 161 | 161 |
} |
| 162 | 162 |
</script> |
| 163 | 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"> |
| 164 |
+<table> |
|
| 165 |
+<tr> |
|
| 164 | 166 |
<input name="item_name_1" type="hidden" value="Donate to the Tor |
| 165 | 167 |
Project"/> |
| 166 | 168 |
<input name="item_description_1" type="hidden" value="Tor is written |
| ... | ... |
@@ -171,8 +173,14 @@ for and supported by people like you"/> |
| 171 | 173 |
<input name="item_min_price_1" type="hidden" value="0.01"/> |
| 172 | 174 |
<input name="item_max_price_1" type="hidden" value="25000.0"/> |
| 173 | 175 |
<input name="_charset_" type="hidden" value="utf-8"/> |
| 176 |
+</tr> |
|
| 177 |
+<tr> |
|
| 178 |
+<td> |
|
| 174 | 179 |
$ <input id="item_price_1" name="item_price_1" onfocus="this.style.color='black'; this.value='';" size="6" type="text" value="25.00"/> |
| 175 | 180 |
<input alt="Donate" src="https://checkout.google.com/buttons/donateNow.gif?merchant_id=250937139555708&w=115&h=50&style=trans&variant=text&loc=en_US" type="image"/> |
| 181 |
+</td> |
|
| 182 |
+</tr> |
|
| 183 |
+</table> |
|
| 176 | 184 |
</form> |
| 177 | 185 |
</div> |
| 178 | 186 |
</div> |
| 179 | 187 |