Author: linus Date: 2013-11-02 06:50:18-0700 New Revision: 19913 Removed: trunk/www/index2.html Modified: trunk/www/index.html
Log: Removed Google Checkout since that possibility is no longer available. Removed old test index. Modified: trunk/www/index.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/index.html?view=diff&pathrev=19913&r1=19912&r2=19913 ============================================================================== --- trunk/www/index.html (original) +++ trunk/www/index.html 2013-11-02 06:50:18-0700 @@ -333,39 +333,6 @@ <input type="image" src="https://www.paypal.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt=""> <img alt="" border="0" src="https://www.paypal.com/en_US/i/scr/pixel.gif" width="1" height="1"> </form> -or Google Checkout ($5 or more) - -<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/622836985124940/checkoutForm" id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm" onSubmit="return validateAmount(this.item_price_1)"> - <input name="item_name_1" type="hidden" value="ArgoUML donation - directed donation via Software Freedom Conservancy, Inc."/> - <input name="item_description_1" type="hidden" value="A directed, earmarked donation for the ArgoUML project, via its non-profit 501(c)(3) home, the Software Freedom Conservancy, Inc."/> - <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="5.0"/> - <input name="item_max_price_1" type="hidden" value="25000.0"/> - <input name="_charset_" type="hidden" value="utf-8"/> - <table cellpadding="5" cellspacing="0" width="1%"> - <tr> - <td align="right" nowrap="nowrap" width="1%">$ <input id="item_price_1" name="item_price_1" onfocus="this.style.color='black'; this.value='';" size="11" style="color:grey;" type="text" value="Enter Amount"/> - </td> - <td align="left" width="1%"> - <input alt="Donate" src="https://checkout.google.com/buttons/donateNow.gif?merchant_id=622836985124940&w=115&h=50&style=white&variant=text&loc=en_US" type="image"/> - </td> - </tr> - </table> -</form> - </p> </div> Removed: trunk/www/index2.html Url: http://argouml.tigris.org/source/browse/argouml/trunk/www/index2.html?view=markup&pathrev=19912 ------------------------------------------------------ http://argouml.tigris.org/ds/viewMessage.do?dsForumId=5905&dsMessageId=3067694 To unsubscribe from this discussion, e-mail: [[email protected]].
