Index: trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/cc/cc-CA.html |
— | — | @@ -0,0 +1,146 @@ |
| 2 | +<script type="text/javascript"> |
| 3 | + mw.loader.load('gc.form.rapidhtml.cc'); |
| 4 | + // these must go through RapidHTML and thus are inline |
| 5 | + var amountErrors = ['#general|escape','#retryMsg|escape','#amount|escape']; |
| 6 | + var billingErrors = ['#fname|escape','#lname|escape','#city|escape','#country|escape','#street|escape','#state|escape','#zip|escape','#emailAdd|escape']; |
| 7 | + var paymentErrors = ['#card_num|escape','#card_type|escape','#cvv|escape']; |
| 8 | + var actionURL = "@action"; |
| 9 | + var scriptPath = "@script_path"; |
| 10 | +</script> |
| 11 | + |
| 12 | +<table width="100%" cellspacing="0" cellpadding="0" border="0"> |
| 13 | + <tbody> |
| 14 | + <tr> |
| 15 | + <td id="appeal" valign="top"> |
| 16 | + {{LanguageSwitch|2011FR/@appeal/text|@language}} |
| 17 | + </td> |
| 18 | + <td id="donate" valign="top"> |
| 19 | + <div id="greenBackground" class=""> |
| 20 | + <noscript> |
| 21 | + <div id="noscript"> |
| 22 | + <p id="noscript-msg">It appears that you do not have JavaScript enabled, or your browser does not support it. In order to provide a safe, secure and pleasant experience, our donation form requires JavaScript.</p><p id="noscript-redirect-msg">If you cannot or do not wish to enable JavaScript, you may still contribute by visiting:</p><p id="noscript-redirect-link"><a href="http://wikimediafoundation.org/wiki/DonateNonJS/en">http://wikimediafoundation.org/wiki/DonateNonJS/en</a></p> |
| 23 | + </div> |
| 24 | + </noscript> |
| 25 | + <p id="topError" class="creditcard-error-msg"></p> |
| 26 | + |
| 27 | + <form name="payment" method="post" action="@action"> |
| 28 | + <div id="payflowpro_gateway-personal-info"> |
| 29 | + <table id="payflow-table-donor"> |
| 30 | + <tbody> |
| 31 | + <tr> |
| 32 | + <td colspan="2"> |
| 33 | + <div id="step1header"> |
| 34 | + <h3 class="amount_header">Donation amount: <span id="selected-amount">$@amount (CAD)</span></h3> |
| 35 | + </div> |
| 36 | + </td> |
| 37 | + </tr> |
| 38 | + <tr> |
| 39 | + <td colspan="2"><h3 class="cc_header">Billing information<img src="@script_path/extensions/DonationInterface/gateway_forms/includes/padlock.gif" style="vertical-align:baseline;margin-left:8px;"></h3></td> |
| 40 | + </tr> |
| 41 | + <tr> |
| 42 | + <td colspan="2"><input name="fname" value="@fname" type="text" placeholder="First name" id="fname"><input name="lname" value="@lname" type="text" placeholder="Last name" id="lname"></td> |
| 43 | + </tr> |
| 44 | + <tr> |
| 45 | + <td colspan="2"><span class="creditcard-error-msg"></span></td> |
| 46 | + </tr> |
| 47 | + <tr> |
| 48 | + <td colspan="2"><input name="street" value="@street" type="text" placeholder="Street" id="street"></td> |
| 49 | + </tr> |
| 50 | + <tr> |
| 51 | + <td colspan="2"><span class="creditcard-error-msg"></span></td> |
| 52 | + </tr> |
| 53 | + <tr> |
| 54 | + <td colspan="2"><input name="city" value="@city" type="text" placeholder="City" id="city"> |
| 55 | + <select id="state" name="state" class="txt" value="@state" > |
| 56 | + <option value=""></option> |
| 57 | + <option value="AB">AB</option> |
| 58 | + <option value="BC">BC</option> |
| 59 | + <option value="MB">MB</option> |
| 60 | + <option value="NB">NB</option> |
| 61 | + <option value="NL">NL</option> |
| 62 | + <option value="NS">NS</option> |
| 63 | + <option value="ON">ON</option> |
| 64 | + <option value="PE">PE</option> |
| 65 | + <option value="QC">QC</option> |
| 66 | + <option value="SK">SK</option> |
| 67 | + </select> |
| 68 | + <input name="zip" value="@zip" type="text" placeholder="Zip code" id="zip"> |
| 69 | + </td> |
| 70 | + </tr> |
| 71 | + <tr> |
| 72 | + <td colspan="2"><input name="emailAdd" value="@emailAdd" type="text" placeholder="Email address" id="emailAdd"></td> |
| 73 | + </tr> |
| 74 | + <tr> |
| 75 | + <td> |
| 76 | + <dl class=""> |
| 77 | + <dd class="field" style="margin-bottom: 0; margin-left: 0;"> |
| 78 | + <ul class="options-h" id="cards" style="margin: 0;"> |
| 79 | + <li><input id="cc-visa" name="cardtype" type="radio" value="visa" class="cardradio" /> <label for="cc-visa"><img alt="Visa" src="@script_path/extensions/DonationInterface/gateway_forms/includes/card-visa.png" /></label></li> |
| 80 | + <li><input id="cc-mastercard" name="cardtype" type="radio" value="mastercard" class="cardradio" /> <label for="cc-mastercard"><img alt="MasterCard" src="@script_path/extensions/DonationInterface/gateway_forms/includes/card-mastercard.png" /></label></li> |
| 81 | + <!--<li><input id="cc-amex" name="cardtype" type="radio" value="american" class="cardradio" /> <label for="cc-amex"><img alt="American Express" src="@script_path/extensions/DonationInterface/gateway_forms/includes/card-amex.png" /></label></li>--> |
| 82 | + <!--<li><input id="cc-discover" name="cardtype" type="radio" value="discover" class="cardradio" /> <label for="cc-discover"><img alt="Discover" src="@script_path/extensions/DonationInterface/gateway_forms/includes/card-discover.png" /></label></li>--> |
| 83 | + </ul> |
| 84 | + <div id="paymentContinue" style="margin-top: 10px; display: none;"> <input class="btn" id="paymentContinueBtn" type="button" value="%donate_interface-continue%" /></div> |
| 85 | + </dd> |
| 86 | + </dl> |
| 87 | + </td> |
| 88 | + </tr> |
| 89 | + <tr> |
| 90 | + <td> |
| 91 | + <div id="payment" class="gainlayout" style="height:0px;text-align:center;"></div> |
| 92 | + </td> |
| 93 | + </tr> |
| 94 | + <tr> |
| 95 | + <td> |
| 96 | + <div class="mw-donate-submessage" id="payflowpro_gateway-donate-submessage"> |
| 97 | + <img src="@script_path/extensions/DonationInterface/gateway_forms/includes/padlock.gif" style="vertical-align:baseline;margin-right:4px;">Your credit / debit card will be securely processed. |
| 98 | + </div> |
| 99 | + </td> |
| 100 | + </tr> |
| 101 | + </tbody> |
| 102 | + </table> |
| 103 | + </div> |
| 104 | + <input type="hidden" name="gateway" value="payflowpro" id="gateway" /> |
| 105 | + <input type="hidden" name="returnto" value="Thank_You/en" /> |
| 106 | + <input type="hidden" value="0" name="PaypalRedirect" id="PaypalRedirect"> |
| 107 | + <input type="hidden" value="@amount" name="amount"> |
| 108 | + <input type="hidden" value="CA" name="country" id="country" /> |
| 109 | + <input type="hidden" value="@expiration" name="expiration" id="expiration"/> |
| 110 | + <input type="hidden" value="CAD" name="currency_code" /> |
| 111 | + <input type="hidden" value="@utm_source" name="utm_source"/> |
| 112 | + <input type="hidden" value="@utm_medium" name="utm_medium"/> |
| 113 | + <input type="hidden" value="@utm_campaign" name="utm_campaign"/> |
| 114 | + <input type="hidden" value="@language" name="language"/> |
| 115 | + <input type="hidden" value="@referrer" name="referrer"/> |
| 116 | + <input type="hidden" value="@comment" name="comment"/> |
| 117 | + <input type="hidden" value="@comment-option" name="comment-option"/> |
| 118 | + <input type="hidden" value="1" name="email-opt"/> |
| 119 | + <input type="hidden" value="@token" name="token"/> |
| 120 | + <input type="hidden" value="@order_id" name="order_id"/> |
| 121 | + <input type="hidden" value="@numAttempt" name="numAttempt"/> |
| 122 | + <input type="hidden" value="@contribution_tracking_id" name="contribution_tracking_id"/> |
| 123 | + <input type="hidden" value="@data_hash" name="data_hash"/> |
| 124 | + <input type="hidden" value="@owa_session" name="owa_session"/> |
| 125 | + <input type="hidden" value="@owa_ref" name="owa_ref"/> |
| 126 | + <input type="hidden" value="@gateway" name="gateway"/> |
| 127 | + <input type="hidden" value="cc" name="payment_method"/> |
| 128 | + </form> |
| 129 | + </div> |
| 130 | + <p id="informationsharing">%donate_interface-informationsharing|url%</p> |
| 131 | + <table> |
| 132 | + <tr> |
| 133 | + <td> |
| 134 | + <ul id="moreinfolinks"> |
| 135 | + <li><a href="http://wikimediafoundation.org/wiki/Special:LandingCheck?landing_page=Monthly_donations&language=@language&uselang=@language&country=@country">%donate_interface-monthly-donation%</a></li> |
| 136 | + <li><a href="http://wikimediafoundation.org/wiki/Special:LandingCheck?landing_page=Ways_to_Give&language=@language&uselang=@language&country=@country">%donate_interface-otherways-short%</a></li> |
| 137 | + <li><a href="http://wikimediafoundation.org/wiki/Special:LandingCheck?landing_page=FAQ&language=@language&uselang=@language&country=@country">%donate_interface-faqs%</a></li> |
| 138 | + <li><a href="http://wikimediafoundation.org/wiki/Special:LandingCheck?landing_page=Tax_Deductibility&language=@language&uselang=@language&country=@country">%donate_interface-tax-info%</a></li> |
| 139 | + </ul> |
| 140 | + </td> |
| 141 | + <td>@verisign_logo</td> |
| 142 | + </tr> |
| 143 | + </table> |
| 144 | + </td> |
| 145 | + </tr> |
| 146 | + </tbody> |
| 147 | +</table> |
Property changes on: trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/cc/cc-CA.html |
___________________________________________________________________ |
Added: svn:eol-style |
1 | 148 | + native |