[pypy-commit] pypy.org extradoc: kill jumping buttons

fijal noreply at buildbot.pypy.org
Wed Sep 21 18:41:43 CEST 2011


Author: Maciej Fijalkowski <fijall at gmail.com>
Branch: extradoc
Changeset: r275:44905ff093d8
Date: 2011-09-21 18:41 +0200
http://bitbucket.org/pypy/pypy.org/changeset/44905ff093d8/

Log:	kill jumping buttons

diff --git a/donate1.html b/donate1.html
--- a/donate1.html
+++ b/donate1.html
@@ -14,7 +14,9 @@
     <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="PayPal - The safer, easier way to pay online!"/>
     <img alt="" border="0" src="https://www.paypalobjects.com/en_US/i/scr/pixel.gif" width="1" height="1"/>
     </form>
-
+  </div>
+  </li>
+  <li><div class="sidepic">
     <script type="text/javascript"> 
     function validateAmount(amount){
     	if(amount.value.match( /^[0-9]+(\.([0-9]+))?$/)){
@@ -26,8 +28,6 @@
                 	}
                         }
      </script>
-</li>
-<li>
      <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)" target="_top">
      <input name="item_name_1" type="hidden" value="Directed Donation for PyPy's Py3k project"/>
      <input name="item_description_1" type="hidden" value="Donation to Software Freedom Conservancy directed for PyPy's Py3k project: http://pypy.org/py3donate.html"/>
@@ -39,7 +39,7 @@
      <input name="_charset_" type="hidden" value="utf-8"/>
      <table cellpadding="5" cellspacing="0" width="1%">
          <tr>
-             <td align="right" nowrap="nowrap" width="1%">&#x24; <input id="item_price_1" name="item_price_1" onfocus="this.style.color='black'; this.value='';" size="6" type="text" value="10"/>
+             <td align="right" nowrap="nowrap" width="1%">&#x24; <input id="item_price_1" name="item_price_1" onfocus="this.style.color='black'; this.value='';" size="11" type="text" value="10"/>
              </td>
              <td align="left" width="1%">
                  <input alt="Donate" src="https://checkout.google.com/buttons/donateNow.gif?merchant_id=622836985124940&amp;w=115&amp;h=50&amp;style=white&amp;variant=text&amp;loc=en_US" type="image"/>
@@ -47,6 +47,7 @@
          </tr>
      </table>
      </form>
+     </div>
   </li>
   <li>
     <div class="sidepic">


More information about the pypy-commit mailing list