Template:2011FR/Form-section-radiobuttons: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 18:
#amount-table{
font-size: 1.2em;
}
#amount-table-cell{
white-space: nowrap;
}
Line 41 ⟶ 45:
</div>
<div id="radiobuttons-table-body">
<table id="amount-table
<tr>
<td
<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>
</td>
<td
<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>
</td>
<td
<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>
</td>
<td
<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>
</td>
</tr>
<tr>
<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>
</td>
<td
<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>
</td>
<td
<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>
</td>
<td
<input type="radio" name="amount" id="input_amount_other" value="" />
<input type="text" name="amountGiven" id="input_amount_other_box" size="2" autocomplete="off" value="</html>{{{donate-amount-other|<html>Other:</html>}}}<html>" onfocus="clearOther(this)"/> </html>{{#ifeq:{{{currency-position}}}|after|{{{currency-symbol}}}|}}<html>
</td>
</tr>
|