https://www.mediawiki.org/wiki/Special:Code/MediaWiki/114382
Revision: 114382
Author: khorn
Date: 2012-03-21 17:42:33 +0000 (Wed, 21 Mar 2012)
Log Message:
-----------
MFT r113877
New forms for Monday testing
Added Paths:
-----------
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CI.html
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CM.html
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/GH.html
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/MG.html
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/MR.html
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/SN.html
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/UG.html
Copied:
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CI.html
(from rev 113877,
trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CI.html)
===================================================================
---
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CI.html
(rev 0)
+++
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CI.html
2012-03-21 17:42:33 UTC (rev 114382)
@@ -0,0 +1,39 @@
+<tr>
+ <td colspan="2">
+ <h3
class="cc_header">%donate_interface-cc-form-header-personal%<img
src="@script_path/extensions/DonationInterface/gateway_forms/includes/padlock.gif"
style="vertical-align:baseline;margin-left:8px;"></h3>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="halfwidth" name="fname" value="@fname"
type="text" placeholder="%donate_interface-donor-name%" id="fname"><input
class="halfwidth leftmar" name="lname" value="@lname" type="text"
placeholder="%donate_interface-donor-lname%" id="lname">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="street" value="@street"
type="text"
title="%donate_interface-donor-address%/%donate_interface-donor-pobox%"
placeholder="%donate_interface-donor-address%/%donate_interface-donor-pobox%"
id="street">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input name="zip" class="halfwidth" value="@zip" type="text"
title="%donate_interface-donor-zone%"
placeholder="%donate_interface-donor-zone%" id="zip"><input class="halfwidth
leftmar" name="city" value="@city" type="text"
title="%donate_interface-donor-city%"
placeholder="%donate_interface-donor-city%" id="city">
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <select class="txt" id="country" name="country" value="@country"
placeholder="%donate_interface-country%">
+ <option value="">%donate_interface-select-country%</option>
+ @select_country
+ </select>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="emailAdd" value="@emailAdd"
type="text" title="%donate_interface-donor-email%"
placeholder="%donate_interface-donor-email%" id="emailAdd">
+ </td>
+</tr>
Copied:
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CM.html
(from rev 113877,
trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CM.html)
===================================================================
---
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CM.html
(rev 0)
+++
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/CM.html
2012-03-21 17:42:33 UTC (rev 114382)
@@ -0,0 +1,39 @@
+<tr>
+ <td colspan="2">
+ <h3
class="cc_header">%donate_interface-cc-form-header-personal%<img
src="@script_path/extensions/DonationInterface/gateway_forms/includes/padlock.gif"
style="vertical-align:baseline;margin-left:8px;"></h3>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="halfwidth" name="fname" value="@fname"
type="text" placeholder="%donate_interface-donor-name%" id="fname"><input
class="halfwidth leftmar" name="lname" value="@lname" type="text"
placeholder="%donate_interface-donor-lname%" id="lname">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="street" value="@street"
type="text"
title="%donate_interface-donor-address%/%donate_interface-donor-pobox%"
placeholder="%donate_interface-donor-address%/%donate_interface-donor-pobox%"
id="street">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="city" value="@city" type="text"
title="%donate_interface-donor-city%"
placeholder="%donate_interface-donor-city%" id="city">
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <select class="txt" id="country" name="country" value="@country"
placeholder="%donate_interface-country%">
+ <option value="">%donate_interface-select-country%</option>
+ @select_country
+ </select>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="emailAdd" value="@emailAdd"
type="text" title="%donate_interface-donor-email%"
placeholder="%donate_interface-donor-email%" id="emailAdd">
+ </td>
+</tr>
Copied:
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/GH.html
(from rev 113877,
trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/GH.html)
===================================================================
---
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/GH.html
(rev 0)
+++
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/GH.html
2012-03-21 17:42:33 UTC (rev 114382)
@@ -0,0 +1,52 @@
+<tr>
+ <td colspan="2">
+ <h3
class="cc_header">%donate_interface-cc-form-header-personal%<img
src="@script_path/extensions/DonationInterface/gateway_forms/includes/padlock.gif"
style="vertical-align:baseline;margin-left:8px;"></h3>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="halfwidth" name="lname" value="@lname"
type="text" placeholder="%donate_interface-donor-lname-alt%" id="lname"><input
class="halfwidth leftmar" name="fname" value="@fname" type="text"
placeholder="%donate_interface-donor-name%" id="fname">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="street" value="@street"
type="text"
title="%donate_interface-donor-address%/%donate_interface-donor-pobox%"
placeholder="%donate_interface-donor-address%/%donate_interface-donor-pobox%"
id="street">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="halfwidth" name="city" value="@city" type="text"
title="%donate_interface-donor-city%"
placeholder="%donate_interface-donor-city%" id="city">
+ <select id="state" class="leftmar" name="state" value="@state">
+ <option value="">%donate_interface-state-province%</option>
+ <option value="AH">Ashanti</option>
+ <option value="BA">Brong-Ahafo</option>
+ <option value="CP">Central</option>
+ <option value="EP">Easter</option>
+ <option value="AA">Greater Accra</option>
+ <option value="NP">Northern</option>
+ <option value="UE">Upper East</option>
+ <option value="UW">Upper West</option>
+ <option value="TV">Volta</option>
+ <option value="WP">Western</option>
+ </select>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <select class="txt" id="country" name="country" value="@country"
placeholder="%donate_interface-country%">
+ <option value="">%donate_interface-select-country%</option>
+ @select_country
+ </select>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="emailAdd" value="@emailAdd"
type="text" title="%donate_interface-donor-email%"
placeholder="%donate_interface-donor-email%" id="emailAdd">
+ </td>
+</tr>
Copied:
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/MG.html
(from rev 113877,
trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/MG.html)
===================================================================
---
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/MG.html
(rev 0)
+++
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/MG.html
2012-03-21 17:42:33 UTC (rev 114382)
@@ -0,0 +1,39 @@
+<tr>
+ <td colspan="2">
+ <h3
class="cc_header">%donate_interface-cc-form-header-personal%<img
src="@script_path/extensions/DonationInterface/gateway_forms/includes/padlock.gif"
style="vertical-align:baseline;margin-left:8px;"></h3>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="halfwidth" name="fname" value="@fname"
type="text" placeholder="%donate_interface-donor-fname%" id="fname"><input
class="halfwidth leftmar" name="lname" value="@lname" type="text"
placeholder="%donate_interface-donor-lname%" id="lname">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="street" value="@street"
type="text" title="%donate_interface-donor-address%"
placeholder="%donate_interface-donor-address%" id="street">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input name="zip" class="halfwidth" value="@zip" type="text"
title="%donate_interface-donor-postal%"
placeholder="%donate_interface-donor-postal%" id="zip"><input class="halfwidth
leftmar" name="city" value="@city" type="text"
title="%donate_interface-donor-city%"
placeholder="%donate_interface-donor-city%" id="city">
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <select class="txt" id="country" name="country" value="@country"
placeholder="%donate_interface-country%">
+ <option value="">%donate_interface-select-country%</option>
+ @select_country
+ </select>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="emailAdd" value="@emailAdd"
type="text" title="%donate_interface-donor-email%"
placeholder="%donate_interface-donor-email%" id="emailAdd">
+ </td>
+</tr>
Copied:
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/MR.html
(from rev 113877,
trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/MR.html)
===================================================================
---
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/MR.html
(rev 0)
+++
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/MR.html
2012-03-21 17:42:33 UTC (rev 114382)
@@ -0,0 +1,39 @@
+<tr>
+ <td colspan="2">
+ <h3
class="cc_header">%donate_interface-cc-form-header-personal%<img
src="@script_path/extensions/DonationInterface/gateway_forms/includes/padlock.gif"
style="vertical-align:baseline;margin-left:8px;"></h3>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="halfwidth" name="fname" value="@fname"
type="text" placeholder="%donate_interface-donor-name%" id="fname"><input
class="halfwidth leftmar" name="lname" value="@lname" type="text"
placeholder="%donate_interface-donor-lname%" id="lname">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="street" value="@street"
type="text"
title="%donate_interface-donor-address%/%donate_interface-donor-pobox%"
placeholder="%donate_interface-donor-address%/%donate_interface-donor-pobox%"
id="street">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="city" value="@city" type="text"
title="%donate_interface-donor-city%"
placeholder="%donate_interface-donor-city%" id="city">
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <select class="txt" id="country" name="country" value="@country"
placeholder="%donate_interface-country%">
+ <option value="">%donate_interface-select-country%</option>
+ @select_country
+ </select>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="emailAdd" value="@emailAdd"
type="text" title="%donate_interface-donor-email%"
placeholder="%donate_interface-donor-email%" id="emailAdd">
+ </td>
+</tr>
Copied:
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/SN.html
(from rev 113877,
trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/SN.html)
===================================================================
---
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/SN.html
(rev 0)
+++
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/SN.html
2012-03-21 17:42:33 UTC (rev 114382)
@@ -0,0 +1,39 @@
+<tr>
+ <td colspan="2">
+ <h3
class="cc_header">%donate_interface-cc-form-header-personal%<img
src="@script_path/extensions/DonationInterface/gateway_forms/includes/padlock.gif"
style="vertical-align:baseline;margin-left:8px;"></h3>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="halfwidth" name="fname" value="@fname"
type="text" placeholder="%donate_interface-donor-name%" id="fname"><input
class="halfwidth leftmar" name="lname" value="@lname" type="text"
placeholder="%donate_interface-donor-lname%" id="lname">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="street" value="@street"
type="text" title="%donate_interface-donor-address%"
placeholder="%donate_interface-donor-address%" id="street">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input name="zip" class="halfwidth" value="@zip" type="text"
title="%donate_interface-postal%" placeholder="%donate_interface-donor-postal%"
id="zip"><input class="halfwidth leftmar" name="city" value="@city" type="text"
title="%donate_interface-donor-city%"
placeholder="%donate_interface-donor-city%" id="city">
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <select class="txt" id="country" name="country" value="@country"
placeholder="%donate_interface-country%">
+ <option value="">%donate_interface-select-country%</option>
+ @select_country
+ </select>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="emailAdd" value="@emailAdd"
type="text" title="%donate_interface-donor-email%"
placeholder="%donate_interface-donor-email%" id="emailAdd">
+ </td>
+</tr>
Copied:
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/UG.html
(from rev 113877,
trunk/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/UG.html)
===================================================================
---
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/UG.html
(rev 0)
+++
branches/fundraising/deployment/payments_1.17/extensions/DonationInterface/globalcollect_gateway/forms/html/_personal-information/UG.html
2012-03-21 17:42:33 UTC (rev 114382)
@@ -0,0 +1,39 @@
+<tr>
+ <td colspan="2">
+ <h3
class="cc_header">%donate_interface-cc-form-header-personal%<img
src="@script_path/extensions/DonationInterface/gateway_forms/includes/padlock.gif"
style="vertical-align:baseline;margin-left:8px;"></h3>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="halfwidth" name="fname" value="@fname"
type="text" placeholder="%donate_interface-donor-name%" id="fname"><input
class="halfwidth leftmar" name="lname" value="@lname" type="text"
placeholder="%donate_interface-donor-lname%" id="lname">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="street" value="@street"
type="text"
title="%donate_interface-donor-address%/%donate_interface-donor-pobox%"
placeholder="%donate_interface-donor-address%/%donate_interface-donor-pobox%"
id="street">
+ </td>
+</tr>
+<tr>
+ <td colspan="2"><span class="creditcard-error-msg"></span></td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="city" value="@city" type="text"
title="%donate_interface-donor-city%"
placeholder="%donate_interface-donor-city%" id="city">
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <select class="txt" id="country" name="country" value="@country"
placeholder="%donate_interface-country%">
+ <option value="">%donate_interface-select-country%</option>
+ @select_country
+ </select>
+ </td>
+</tr>
+<tr>
+ <td colspan="2">
+ <input class="fullwidth" name="emailAdd" value="@emailAdd"
type="text" title="%donate_interface-donor-email%"
placeholder="%donate_interface-donor-email%" id="emailAdd">
+ </td>
+</tr>
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs