Template:2011FR/Form-section-radiobuttons-2: Difference between revisions
Content deleted Content added
No edit summary |
No edit summary |
||
Line 15:
#input_amount_other_box{
/* color: #aaaaaa; */
color: black;
font-size: 0.8em;
border:1px solid #c0c0c0;
Line 23 ⟶ 24:
#amount-table{
font-size: 1.2em;
/*width: 100%;*/
}
Line 52 ⟶ 53:
font-size: 0.95em;
}
a#currency-link{
color: #0645ad;
}
a#currency-link:hover{
color: #0645ad;
background-image: none !important;
padding-right: 0 !important;
cursor: pointer;
}
</style>
Line 63 ⟶ 76:
function resetOther(box){
box.value = "</html>{{int:donate_interface-other}}<html>";
//box.style.color = "#aaaaaa";
}
function selectAmount(){
//document.getElementById("input_amount_other_box").value = "</html>{{int:donate_interface-other}}<html>";
document.getElementById("input_amount_other_box").
//document.getElementById("input_amount_other_box").style.color = "#aaaaaa";
document.getElementsByName("amountGiven")[0].value="";
}
function
$('#' + elem + '-container-contained').show();
}
function loadCountry(){
//alert(window.location);
//var newPage = window.location.value;
//newCountry = $("#currency-select").value;
//newPage.replace("</html>{{{country}}}<html>",newCountry);
//alert(newPage);
//window.location = newPage;
▲ if ( form.input_amount_other_box.value != "</html>{{int:donate_interface-other}}<html>" ) {
▲ return !error;
}
</script>▼
<input type="hidden" name="currency_code" value="</html>{{{currency|{{2011FR/core-currency-code|{{{country}}}}}}}}<html>"/>
▲</script>
<div>
|