Author: phobos Date: 2012-06-20 19:10:10 +0000 (Wed, 20 Jun 2012) New Revision: 25685
Removed: website/trunk/images/google-checkout.gif Modified: website/trunk/donate/en/donate.wml Log: remove google, since we get less than 1% of our donations through them.
Modified: website/trunk/donate/en/donate.wml =================================================================== --- website/trunk/donate/en/donate.wml 2012-06-20 19:02:03 UTC (rev 25684) +++ website/trunk/donate/en/donate.wml 2012-06-20 19:10:10 UTC (rev 25685) @@ -22,7 +22,6 @@ <ul class="hlist"> <li><a href="#paypal">Paypal</a></li> <li><a href="#amazon">Amazon Payments</a></li> - <li><a href="#google">Google Checkout</a></li> <li><a href="#givv">Givv.org</a></li> <li><a href="#cash">checks, money orders, bank transfers, stock grants, or other more sophisticated transactions</a></li> @@ -154,43 +153,6 @@ <small>Requires an Amazon Account</small> </div> <!-- END AMAZON --> -<!-- BEGIN GOOGLE --> - <a id="google"></a> - <div class="dbox dsmall"> - <h3>Donate via Google Checkout</h3> - -<script type="text/javascript"> -function validateAmount(amount){ - if(amount.value.match( /^[0-9]+(.([0-9]+))?$/)){ - return true; - }else{ - alert('You must enter a valid donation.'); - amount.focus(); - return false; - } -} -</script> - - <form action="https://checkout.google.com/cws/v2/Donations/250937139555708/checkoutForm" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm" onSubmit="return validateAmount(this.item_price_1)" target="_top"> - <div class="drow toppad"> - <div> - <label for="google">$</label> - <input id="item_price_1" name="item_price_1" size="6" type="text" value="20"> - <input class="donate-btn" alt="Donate" src="$(IMGROOT)/google-checkout.gif" type="image"> - </div> - <input name="item_name_1" type="hidden" value="Donate to the Tor Project"> - <input name="item_description_1" type="hidden" value="Tor is written for and supported by people like you"> - <input name="item_quantity_1" type="hidden" value="1"> - <input name="item_currency_1" type="hidden" value="USD"> - <input name="item_is_modifiable_1" type="hidden" value="true"> - <input name="item_min_price_1" type="hidden" value="0.01"> - <input name="item_max_price_1" type="hidden" value="25000.0"> - <input name="_charset_" type="hidden" value="utf-8"> - </div> - </form> - <small>Requires a Google Account</small> - </div> -<!-- END GOOGLE --> <!-- BEGIN GIVV --> <a id="givv"></a> <div class="dbox dsmall givv">
Deleted: website/trunk/images/google-checkout.gif =================================================================== (Binary files differ)
tor-commits@lists.torproject.org