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

From Donate
Jump to navigation Jump to search
Content deleted Content added
Pgehres (WMF) (talk | contribs)
initializing
 
Jalexander (talk | contribs)
 
(13 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<html>
<html>
<style type="text/css">
<style type="text/css">
input:-webkit-autofill {

color: #fff !important;
}
#donation-form
#donation-form
{
{
Line 63: Line 65:
}
}


div#card-info-block
#card-info-block
{
{
font-size: 0.9em;
font-size: 0.9em;
display:table;
display: none;
margin: 0.5em 0;
margin: 0.5em 0;
}
}
Line 157: Line 159:
{
{
text-align:center;
text-align:center;
}

#cc-donate-button
{
display: none;
}
}


Line 304: Line 311:
if (keycode == 13)
if (keycode == 13)
{
{
if (document.getElementById('cc-donate-button').style.display == "block")
if (document.getElementById('cc-donate-button_step1').style.display == "block")
{
{
redirectPayment('cc');
redirectPayment('cc');
Line 359: Line 366:
document.paypalcontribution.submit();
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: Line 468:
</div>
</div>
</div>
</div>
</div>

<div id="cc-donate-button_step1">
<input type="button" value="</html>{{{creditcard-label}}}<html>" class="button" onclick="showCCForm();"/>
</div>
</div>


<div id="cc-donate-button">
<div id="cc-donate-button">
<input type="button" value="</html>{{{creditcard-label}}}<html>" class="button" onclick="redirectPayment('cc');"/>
<input type="button" value="&nbsp;&nbsp;&nbsp;Continue&nbsp;&nbsp;&nbsp;" class="button" onclick="redirectPayment('cc');"/>
</div>
</div>


Line 496: Line 514:
if ( ( currency == 'AUD' ) || ( currency == 'CAD' ) || ( currency == 'EUR' ) ||
if ( ( currency == 'AUD' ) || ( currency == 'CAD' ) || ( currency == 'EUR' ) ||
(currency == 'GBP' ) || ( currency == 'JPY' ) || ( currency == 'USD' ) ) {
(currency == 'GBP' ) || ( currency == 'JPY' ) || ( currency == 'USD' ) ) {
document.getElementById('cc-donate-button').style.display = "</html>{{CC-status}}<html>";
document.getElementById('cc-donate-button_step1').style.display = "</html>{{CC-status}}<html>";
} else {
} else {
document.getElementById('cc-donate-button').style.display = "none";
document.getElementById('cc-donate-button_step1').style.display = "none";
}
}
}
}

Latest revision as of 23:51, 19 October 2011

{{{gift-amount-text}}}

Name
Address
E-mail

*  *  *