Template:2011FR/Form-section-radiobuttons: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1:
<html>
<style type="text/css">
#radiobuttons-table-header{
</html>{{{form-title|}}}<html>▼
font-weight: bold;
</div> ▼
font-size: 1.5em;
<div id="amount-box" style="font-size: 100%; padding: 0; margin-left: -5px; "> ▼
}
<tr>▼
#radiobuttons-table-body{
<td style="white-space:nowrap;">▼
margin-left: -5px;
}
</style>
<div id="radiobuttons-table-header">
<div id="radiobuttons-table-body">
<input type="radio" name="amount" id="input_amount_0" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-0|5}}}<html>" />
<label for="input_amount_0"></html>${{{donate-amount-0|5}}}<html></label>
<input type="radio" name="amount" id="input_amount_1" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-1|10}}}<html>" />
<label for="input_amount_1"></html>${{{donate-amount-1|10}}}<html></label>
<input type="radio" name="amount" id="input_amount_2" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-2|20}}}<html>" />
<label for="input_amount_2"></html>${{{donate-amount-2|20}}}<html></label>
<input type="radio" name="amount" id="input_amount_3" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-3|35}}}<html>" />
<label for="input_amount_3"></html>${{{donate-amount-3|35}}}<html></label>
< <td
<input type="radio" name="amount" id="input_amount_4" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-4|50}}}<html>" />
<label for="input_amount_4"></html>${{{donate-amount-4|50}}}<html></label>
<input type="radio" name="amount" id="input_amount_5" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-5|100}}}<html>" />
<label for="input_amount_5"></html>${{{donate-amount-5|100}}}<html></label>
<input type="radio" name="amount" id="input_amount_6" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-6|250}}}<html>" />
<label for="input_amount_6"></html>${{{donate-amount-6|250}}}<html></label>
<input type="radio" name="amount" id="input_amount_other" value="" />
$<input type="text" name="amountGiven" size="2" autocomplete="off" value="</html>{{{donate-amount-other|<html>Other:</html>}}}<html>" onfocus="this.form.input_amount_other.checked=true;" onKeyPress="return DefaultSubmit(this,event)" />
</ ▲ <input name="currency_code" id="input_currency_code" type="hidden" value="USD" />
▲ </div>
</html>
|