http://www.mediawiki.org/wiki/Special:Code/MediaWiki/97402
Revision: 97402
Author: pgehres
Date: 2011-09-18 04:07:06 +0000 (Sun, 18 Sep 2011)
Log Message:
-----------
Fixing relative links per r97182. Fixing css includes per r97009. Adding
images referenced in css to local.
Modified Paths:
--------------
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/css/Webitects.css
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/css/lp1.css
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1.html
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1a.html
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2.html
Added Paths:
-----------
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/images/loading-green.gif
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/images/loading-white.gif
Modified:
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/css/Webitects.css
===================================================================
---
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/css/Webitects.css
2011-09-18 03:55:12 UTC (rev 97401)
+++
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/css/Webitects.css
2011-09-18 04:07:06 UTC (rev 97402)
@@ -16,12 +16,12 @@
.call-l { float: left; margin: 0.2em 1em 1em 0; }
.call-l, .call-r { background: #fff; border: 1px solid #444; font-size: 13px;
padding: 15px 20px; }
.call-l h3, .call-r h3 { font-size: 17px; }
-.call-l .loading, .call-r .loading { background-image:
url(../images/loading-white.gif); }
+.call-l .loading, .call-r .loading { background-image:
url(https://payments.wikimedia.org/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/images/loading-white.gif);
}
.call-r { float: right; margin: 0.2em 0 1em 1em; }
/* Loading */
#loading { font-size: 12px; margin-left: 0.5em; vertical-align: middle; }
-.loading { background: url(../images/loading-green.gif) no-repeat 50% 50%;
padding: 10px; }
+.loading { background:
url(https://payments.wikimedia.org/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/images/loading-green.gif)
no-repeat 50% 50%; padding: 10px; }
/* Muted text */
.mute { font-size: 12px; }
Modified:
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/css/lp1.css
===================================================================
---
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/css/lp1.css
2011-09-18 03:55:12 UTC (rev 97401)
+++
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/css/lp1.css
2011-09-18 04:07:06 UTC (rev 97402)
@@ -1,7 +1,7 @@
/* Pitch */
#pitch {
height: 236px;
- background-image:
url(http://upload.wikimedia.org/wikipedia/foundation/d/dc/Jimmy_Appeal_2009.jpg);
+ background-image: none;
background-position: right top;
background-repeat: no-repeat;
background-color: #1e1e1e;
Modified:
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1.html
===================================================================
---
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1.html
2011-09-18 03:55:12 UTC (rev 97401)
+++
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1.html
2011-09-18 04:07:06 UTC (rev 97402)
@@ -201,8 +201,8 @@
</div>
</div>
- <p>We do not store your credit card information, and your personal
data is subject to our <a target="_blank"
href="http://wikimediafoundation.org/wiki/Donor_policy"> donor privacy
policy</a>.</p>
- <p><a href="/wiki/Ways_to_Give/en">More information or other ways to
give</a><br /><a href="/wiki/FAQ/en">Answers to frequently asked
questions</a></p>
+ <p>We do not store your credit card information, and your personal
data is subject to our <a target="_blank"
href="//wikimediafoundation.org/wiki/Donor_policy"> donor privacy
policy</a>.</p>
+ <p><a href="//wikimediafoundation.org/wiki/Ways_to_Give/en">More
information or other ways to give</a><br /><a
href="//wikimediafoundation.org/wiki/FAQ/en">Answers to frequently asked
questions</a></p>
</div>
</div>
<!-- load jquery (newer) -->
Modified:
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1a.html
===================================================================
---
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1a.html
2011-09-18 03:55:12 UTC (rev 97401)
+++
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_1a.html
2011-09-18 04:07:06 UTC (rev 97402)
@@ -202,8 +202,8 @@
<p><strong>People:</strong> The other top 10 website have thousands
of employees. We have fewer than 100, making your donation a great investment
in a highly-efficient not-for-profit organization.</p>
</div>
- <p>We do not store your credit card information, and your personal
data is subject to our <a target="_blank"
href="http://wikimediafoundation.org/wiki/Donor_policy"> donor privacy
policy</a>.</p>
- <p><a href="/wiki/Ways_to_Give/en">More information or other ways to
give</a><br /><a href="/wiki/FAQ/en">Answers to frequently asked
questions</a></p>
+ <p>We do not store your credit card information, and your personal
data is subject to our <a target="_blank"
href="//wikimediafoundation.org/wiki/Donor_policy"> donor privacy
policy</a>.</p>
+ <p><a href="//wikimediafoundation.org/wiki/Ways_to_Give/en">More
information or other ways to give</a><br /><a
href="//wikimediafoundation.org/wiki/FAQ/en">Answers to frequently asked
questions</a></p>
</div>
</div>
<!-- load jquery (newer) -->
Modified:
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2.html
===================================================================
---
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2.html
2011-09-18 03:55:12 UTC (rev 97401)
+++
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/html/webitects_2.html
2011-09-18 04:07:06 UTC (rev 97402)
@@ -211,8 +211,8 @@
</div>
</div>
</div>
- <p>We do not store your credit card information, and your personal
data is subject to our <a target="_blank"
href="http://wikimediafoundation.org/wiki/Donor_policy"> donor privacy
policy</a>.</p>
-<p><a href="/wiki/Ways_to_Give/en">More information or other ways to
give</a><br /><a href="/wiki/FAQ/en">Answers to frequently asked
questions</a></p>
+ <p>We do not store your credit card information, and your personal
data is subject to our <a target="_blank"
href="//wikimediafoundation.org/wiki/Donor_policy"> donor privacy
policy</a>.</p>
+<p><a href="//wikimediafoundation.org/wiki/Ways_to_Give/en">More information
or other ways to give</a><br /><a
href="//wikimediafoundation.org/wiki/FAQ/en">Answers to frequently asked
questions</a></p>
</div>
</div>
Added:
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/images/loading-green.gif
===================================================================
(Binary files differ)
Property changes on:
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/images/loading-green.gif
___________________________________________________________________
Added: svn:mime-type
+ image/gif
Added:
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/images/loading-white.gif
===================================================================
(Binary files differ)
Property changes on:
trunk/extensions/DonationInterface/payflowpro_gateway/forms/rapidhtml/images/loading-white.gif
___________________________________________________________________
Added: svn:mime-type
+ image/gif
_______________________________________________
MediaWiki-CVS mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-cvs