Template:2011FR/Form-section-processing-recurring: Difference between revisions

From Donate
Jump to navigation Jump to search
Content deleted Content added
Cbarr (talk | contribs)
No edit summary
Cbarr (talk | contribs)
No edit summary
 
(11 intermediate revisions by the same user not shown)
Line 1:
{{#ifeq:{{{handler}}}|GC
|<html>
 
<div>
<input type="radio" name="recurring-radiooption" id="monthly-radiooption" onclick="toggleMonthly('monthly-radiooption');" value="" />
<label for="monthly-radiooption"></html>{{int:donate_interface-monthly-donation}}*<html></label>
<input type="radio" name="recurring-radiooption" id="onetime-radiooption" onclick="toggleMonthly('onetime-radiooption');" value="" checked="true"/>
<label for="onetime-radiooption"></html>One time donation<html></label>
</div>
 
<script type="text/javascript" language="javascript">
 
var monthlyDonation = false;
 
function toggleMonthly(elem)
{
monthlyDonation = !monthlyDonation;
document.getElementsByName("recurring-radiooption").checked = false;
document.getElementById(elem).checked = !(document.getElementById(elem).checked);
}
 
function redirectPayment(i) {
Line 27 ⟶ 11:
var paymentType ="cc";
var action_url = "https://payments.wikimedia.org/index.php/Special:GlobalCollectGateway?uselang=</html>{{int:lang}}<html>\x26masthead=</html>{{{GC-CC-masthead|none}}}<html>\x26form_name=</html>{{{GC-CC-form-name|RapidHtml}}}<html>\x26text_template=</html>{{{GC-CC-text-template|2010/JimmyQuote-green}}}<html>\x26appeal=JimmyQuote-green\x26language=</html>{{int:lang}}<html>"
if(monthlyDonation == true)
{
action_url += ("\x26ffname=</html>{{{GC-CC-ffname|webitects2nd}}}<html>").replace('cc','rcc');
}
else
{
action_url += "\x26ffname=</html>{{{GC-CC-ffname|webitects2nd}}}<html>";
}
//************************************ credit card ************************************
Line 77 ⟶ 61:
gateway.value = "paypal";
document.paypalcontribution.appendChild(gateway);
 
var if(monthlyDonation == true) false;
{
var recurring = document.createElement("input");
recurring.type = "hidden";
recurring.name = "recurring_paypal";
recurring.id = "recurring-hidden";
recurring.value = "true";
document.paypalcontribution.appendChild(recurring);
}
}
 
if (i=="ew-pp-usd"){
Line 90 ⟶ 84:
document.getElementsByName("amountGiven")[0].value="";
for ( var j = 0; j < document.getElementsByName("amount").length; j++ )
{
document.getElementsByName("amount")[j].checked=false;
document.getElementsByName("recurring-radiooptionamount")[j].checked = false;
}
if(monthlyDonation == !monthlyDonation;true)
{
var recurring = document.createElement("input");
recurring.type = "hidden";
recurring.name = "recurring_paypal";
recurring.id = "recurring-hidden";
recurring.value = "true";
document.paypalcontribution.appendChild(recurring);
}
}
 
if (i=="rpp"||i=="ew-pprpp"){
paymentType= "pp";
action_url="https://wikimediafoundation.org/wiki/Special:ContributionTracking/</html>{{int:lang}}<html>";

Latest revision as of 14:26, 27 December 2011