Template:2011FR/Form-section-radiobuttons: Difference between revisions
Jump to navigation
Jump to search
Content deleted Content added
No edit summary |
mNo edit summary |
||
(3 intermediate revisions by 2 users not shown) | |||
Line 101: | Line 101: | ||
//return false; |
//return false; |
||
} |
} |
||
var monthlyDonation = false; |
|||
//This line is needed to prevent errors from a if statement in the "form-section-processing" template |
|||
</script> |
</script> |
||
Line 114: | Line 118: | ||
<span class="currency-collapsible-container-contained" id="country-container-contained"> |
<span class="currency-collapsible-container-contained" id="country-container-contained"> |
||
<select id="currency-select" style="font-size: 0.5em;" onchange="loadCountry();"> |
<select id="currency-select" style="font-size: 0.5em;" onchange="loadCountry();"> |
||
<option value="</ |
<option value="</html>{{{country}}}<html>" selected="selected"></html>{{{currency|{{2011FR/core-currency-code|{{{country}}}}}}}}<html> – </html>{{2011FR/core-currency-symbol|{{{currency{{2011FR/core-currency-code|{{{country}}}}}}}}}}<html></option> |
||
</html>{{#tag:html|{{#ifeq:{{{currency|{{2011FR/core-currency-code|{{{country}}}}}}}}|USD||<option value="USD">USD – $</option>}}}}<html> |
</html>{{#tag:html|{{#ifeq:{{{currency|{{2011FR/core-currency-code|{{{country}}}}}}}}|USD||<option value="USD">USD – $</option>}}}}<html> |
||
</html>{{#tag:html|{{#ifeq:{{{currency|{{2011FR/core-currency-code|{{{country}}}}}}}}|EUR||<option value="EUR">EUR – €</option>}}}}<html> |
</html>{{#tag:html|{{#ifeq:{{{currency|{{2011FR/core-currency-code|{{{country}}}}}}}}|EUR||<option value="EUR">EUR – €</option>}}}}<html> |
||
Line 157: | Line 161: | ||
</td> |
</td> |
||
<td class="amount-table-cell"> |
<td class="amount-table-cell"> |
||
<input type="radio" name="amount" id="input_amount_other" value="Other" |
<input type="radio" name="amount" id="input_amount_other" value="Other" onclick="document.getElementById('input_amount_other_box').focus();"/> |
||
<label for="input_amount_other"></html>{{int:donate_interface-other}}<html></label> |
<label for="input_amount_other"></html>{{int:donate_interface-other}}<html></label> |
||
<!-- <input type="text" id="input_amount_other_box" size="3" autocomplete="off" />--> |
<!-- <input type="text" id="input_amount_other_box" size="3" autocomplete="off" />--> |
Latest revision as of 20:18, 24 January 2012