Template:2011FR/Form-section-radiobuttons: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
<html> |
<html> |
||
<style type="text/css"> |
|||
<div style="font-weight: bold; font-size: 1.5em;"> |
|||
#radiobuttons-table-header{ |
|||
⚫ | |||
font-weight: bold; |
|||
⚫ | |||
font-size: 1.5em; |
|||
⚫ | |||
} |
|||
<table id="amount-table" style="font-size: 1.2em;"> |
|||
⚫ | |||
#radiobuttons-table-body{ |
|||
⚫ | |||
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>" /> |
<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> |
<label for="input_amount_0"></html>${{{donate-amount-0|5}}}<html></label> |
||
</td> |
|||
<td style="white-space:nowrap;"> |
|||
<input type="radio" name="amount" id="input_amount_1" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-1|10}}}<html>" /> |
<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> |
<label for="input_amount_1"></html>${{{donate-amount-1|10}}}<html></label> |
||
</td> |
|||
<td style="white-space:nowrap;"> |
|||
<input type="radio" name="amount" id="input_amount_2" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-2|20}}}<html>" /> |
<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> |
<label for="input_amount_2"></html>${{{donate-amount-2|20}}}<html></label> |
||
</td> |
|||
<td style="white-space:nowrap;"> |
|||
<input type="radio" name="amount" id="input_amount_3" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-3|35}}}<html>" /> |
<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> |
<label for="input_amount_3"></html>${{{donate-amount-3|35}}}<html></label> |
||
</td> |
|||
</tr> |
|||
<tr> |
|||
<td style="white-space:nowrap;"> |
|||
<td style="white-space:nowrap;"> |
|||
<input type="radio" name="amount" id="input_amount_4" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-4|50}}}<html>" /> |
<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> |
<label for="input_amount_4"></html>${{{donate-amount-4|50}}}<html></label> |
||
</td> |
|||
<td style="white-space:nowrap;"> |
|||
<input type="radio" name="amount" id="input_amount_5" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-5|100}}}<html>" /> |
<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> |
<label for="input_amount_5"></html>${{{donate-amount-5|100}}}<html></label> |
||
</td> |
|||
<td style="white-space:nowrap;"> |
|||
<input type="radio" name="amount" id="input_amount_6" onclick="document.paypalcontribution. amountGiven.value = ''" value="</html>{{{donate-amount-6|250}}}<html>" /> |
<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> |
<label for="input_amount_6"></html>${{{donate-amount-6|250}}}<html></label> |
||
</td> |
|||
<td style="white-space:nowrap;"> |
|||
<input type="radio" name="amount" id="input_amount_other" value="" /> |
<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 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)" /> |
||
</td> |
|||
</tr> |
|||
</table> |
|||
⚫ | |||
</table> |
|||
⚫ | |||
⚫ | |||
⚫ | |||
</html> |
</html> |
Revision as of 06:51, 31 October 2011