MediaWiki:FR2012/Banner/DropdownForm-i18n: Difference between revisions

From Meta, a Wikimedia project coordination wiki
Content deleted Content added
Created page with "<form id="{{{banner}}}-form" method="post" name="paypalcontribution"> <input type="hidden" name="gateway" value="paypal"> <input type="hidden" name="payment_me..."
 
(No difference)

Latest revision as of 04:43, 20 January 2013

<form id="{{{banner}}}-form" method="post" name="paypalcontribution">

       <input type="hidden" name="gateway" value="paypal">
       <input type="hidden" name="payment_method" value="cc">
       <input type="hidden" name="utm_source" value="{{{banner}}}">
       <input type="hidden" name="utm_medium" value="sitenotice">
       <input type="hidden" name="utm_campaign" value="{{{campaign}}}">
       <input type="hidden" name="language" value="">
       <input type="hidden" name="referrer" value="">
       <input type="hidden" name="country" value="">
       <input type="hidden" name="returnto" value="">
       <input type="hidden" name="currency_code" id="input_currency_code" value="">
       <input type="radio" name="amount" id="input_amount_0" onclick="document.paypalcontribution.amountGiven.value = " value="5"><label for="input_amount_0">$5</label>
       <input type="radio" name="amount" id="input_amount_1" onclick="document.paypalcontribution.amountGiven.value = " value="10"><label for="input_amount_1">$10</label>
       <input type="radio" name="amount" id="input_amount_2" onclick="document.paypalcontribution.amountGiven.value = " value="20"><label for="input_amount_2">$20</label>
       <input type="radio" name="amount" id="input_amount_3" onclick="document.paypalcontribution.amountGiven.value = " value="30"><label for="input_amount_3">$30 </label>
<input type="radio" name="amount" id="input_amount_4" onclick="document.paypalcontribution.amountGiven.value = " value="50"><label for="input_amount_4">$50</label> <input type="radio" name="amount" id="input_amount_5" onclick="document.paypalcontribution.amountGiven.value = " value="100"><label for="input_amount_5">$100</label> <input type="radio" name="amount" id="input_amount_6" onclick="document.paypalcontribution.amountGiven.value = " value="200"><label for="input_amount_6">$200</label> <input type="radio" name="amount" id="input_amount_other" value="Other"><label for="input_amount_other">Other $</label><input type="text" placeholder="" name="amountGiven" size="4" autocomplete="off" onfocus="this.form.input_amount_other.checked=true;" onkeypress="return DefaultSubmit(this,event)">
<button class='paymentmethod-cc' onclick="redirectPayment('1');return false;">Donate with Debit/Credit Card</button> <button class='paymentmethod-pp' onclick="redirectPayment('2');return false;">Donate with PayPal</button> <button class='paymentmethod-amazon' onclick="redirectPayment('3');return false;" style="display:none;">Donate with Amazon</button> <button class='paymentmethod-bpay' onclick="redirectPayment('4');return false;" style="display:none;">Donate with BPay</button> <button class='paymentmethod-webmoney' onclick="redirectPayment('5');return false;" style="display:none;">Donate with WebMoney</button>

</form>