Template:2011FR/lp-form-US7amounts-wherebox-GC-recurring-star: Difference between revisions
Content deleted Content added
Created page with "<html> <script type="text/javascript" language="javascript"> function validateForm( form ) { var minimums = { 'USD' : 1, 'GBP' : 1, // $1.26 'EUR' : 1, // $1.2..." |
m 2 revisions from foundation:Template:2011FR/lp-form-US7amounts-wherebox-GC-recurring-star |
||
(5 intermediate revisions by 3 users not shown) | |||
Line 91:
}
if (i==3) {
paymentType = "rcc";
action_url = "https://payments.wikimedia.org/index.php/Special:GlobalCollectGateway?uselang=</html>{{{language}}}\x26masthead={{{masthead}}}\x26form_name={{{form-name}}}\x26appeal={{{appeal}}}
}
if (i==4) {
Line 132:
<table id="amount-table" style="background-color: #CCE7CD;">
<tr>
<td colspan="2" style="white-space:nowrap;"><input type="radio" name="frequency" id="input_freq_ot" value="0" checked="checked" /><label for="input_freq_ot">One-time</label></td>
<td colspan="3" style="white-space:nowrap;"><input type="radio" name="frequency" id="input_freq_mo" value="1" /><label for="input_freq_mo">Monthly*</label></td>
</tr>
Line 154:
<div id="cc-donate-button">
<input type="button" style="width: 15em; font-size: 12px; style="display:{{CC-status}};" value="</html>{{{creditcard-label}}}<html>" class="button" onclick="redirectPayment('1');"/>
</div>
<div id="paypal-donate-button">
<input type="button" style="width: 15em; font-size: 12px; style="display:{{PP-status}};" value="</html>{{{paypal-label}}}<html>" class="button" onclick="redirectPayment('2');"/>
</div>
|