Template:2011FR/lp-form-US7amounts-extrainfo-noppval2: Difference between revisions

Content deleted Content added
Pgehres (WMF) (talk | contribs)
initializing
 
Jalexander (talk | contribs)
 
(13 intermediate revisions by 3 users not shown)
Line 1:
<html>
<style type="text/css">
input:-webkit-autofill {
 
color: #fff !important;
}
#donation-form
{
Line 63 ⟶ 65:
}
 
div#card-info-block
{
font-size: 0.9em;
display:table none;
margin: 0.5em 0;
}
Line 157 ⟶ 159:
{
text-align:center;
}
 
#cc-donate-button
{
display: none;
}
 
Line 304 ⟶ 311:
if (keycode == 13)
{
if (document.getElementById('cc-donate-buttonbutton_step1').style.display == "block")
{
redirectPayment('cc');
Line 359 ⟶ 366:
document.paypalcontribution.submit();
}
}
 
function showCCForm(){
$('#card-info-block').css( 'display', 'block');
$('#cc-donate-button').css( 'display', 'block');
$('#cc-donate-button_step1').css( 'display', 'none');
$('#paypal-donate-button').css( 'display', 'none');
}
 
Line 454 ⟶ 468:
</div>
</div>
</div>
 
<div id="cc-donate-button_step1">
<input type="button" value="</html>{{{creditcard-label}}}<html>" class="button" onclick="showCCForm();"/>
</div>
 
<div id="cc-donate-button">
<input type="button" value="</html>{{{creditcard-label}}}<html>&nbsp;&nbsp;&nbsp;Continue&nbsp;&nbsp;&nbsp;" class="button" onclick="redirectPayment('cc');"/>
</div>
 
Line 496 ⟶ 514:
if ( ( currency == 'AUD' ) || ( currency == 'CAD' ) || ( currency == 'EUR' ) ||
(currency == 'GBP' ) || ( currency == 'JPY' ) || ( currency == 'USD' ) ) {
document.getElementById('cc-donate-buttonbutton_step1').style.display = "</html>{{CC-status}}<html>";
} else {
document.getElementById('cc-donate-buttonbutton_step1').style.display = "none";
}
}