[or-cvs] r23511: {website} fix the donation links so they work for now. (in website/trunk: css donate/en)

Andrew Lewman andrew at torproject.org
Sat Oct 9 21:08:27 UTC 2010


Author: phobos
Date: 2010-10-09 21:08:27 +0000 (Sat, 09 Oct 2010)
New Revision: 23511

Modified:
   website/trunk/css/layout.css
   website/trunk/donate/en/donate.wml
Log:
fix the donation links so they work for now.


Modified: website/trunk/css/layout.css
===================================================================
--- website/trunk/css/layout.css	2010-10-09 20:36:41 UTC (rev 23510)
+++ website/trunk/css/layout.css	2010-10-09 21:08:27 UTC (rev 23511)
@@ -453,7 +453,7 @@
 }
 
 .donate-btn {
-	background: url(../images/button-donate.jpg) left top no-repeat;
+    background: left top no-repeat; 
 	height: 26px;
 	width: 92px;
 	text-indent: -9999px;

Modified: website/trunk/donate/en/donate.wml
===================================================================
--- website/trunk/donate/en/donate.wml	2010-10-09 20:36:41 UTC (rev 23510)
+++ website/trunk/donate/en/donate.wml	2010-10-09 21:08:27 UTC (rev 23511)
@@ -40,7 +40,7 @@
 		     <input type="hidden" name="src" value="1" />
 		     <input type="hidden" name="no_shipping" value="1" />
 		     <input type="hidden" name="no_note" value="1" />
-		     <input type="image" src="images/btn_donateCC_LG.gif" name="submit" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"/>
+		     <input type="image" src="$(IMGROOT)/btn_donateCC_LG.gif" name="submit" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"/>
 		     <input type="hidden" name="cmd" value="_xclick-subscriptions" />
 		     <input type="hidden" name="business" value="donations at torproject.org" />
 		     <input type="hidden" name="item_name" value="Tor Project Membership" />
@@ -51,7 +51,7 @@
 		  <tr>
 		    <td><input type="radio" name="a3" value="5.00" />5/month</td>
 		    <td><input type="radio" name="a3" value="10.00" />10/month</td>
-		    <td><input type="radio" name="a3" value="20.00" selected="selected" />20/month</td>
+		    <td><input type="radio" name="a3" value="20.00" checked="checked" />20/month</td>
 		  </tr>
 		  <tr>
 		    <td><input type="radio" name="a3" value="50.00" />50/month</td>
@@ -84,12 +84,12 @@
 	      </tr>
 	      <tr>
 		<input type="hidden" name="no_shipping" value="1" />
-		<input type="image" src="images/btn_donateCC_LG.gif" name="submit" alt="Make a single donation with PayPal - it's fast, free and secure!"/>
+		<input type="image" src="$(IMGROOT)/btn_donateCC_LG.gif" name="submit" alt="Make a single donation with PayPal - it's fast, free and secure!"/>
 		<input type="hidden" name="cmd" value="_xclick" />
 		<input type="hidden" name="business" value="donations at torproject.org" />
 		<input type="hidden" name="item_name" value="Tor" />
-		<input type="hidden" name="return" value="https://www.torproject.org/donate#funds"/>
-		<input type="hidden" name="cancel_return" value="https://www.torproject.org/donate"/>
+		<input type="hidden" name="return" value="https://www.torproject.org/about/donate.html.en"/>
+		<input type="hidden" name="cancel_return" value="https://www.torproject.org/about/donate.html.en"/>
 	      </tr>
 	      <tr>
 		<td><input type="radio" value="10.00" /> 10</td>
@@ -127,22 +127,15 @@
 	    <input type="hidden" name="isDonationWidget" value="1" />
 	    <input type="hidden" name="description" value="Supporting Online Anonymity &amp; Privacy" />
 	    <input type="hidden" name="amazonPaymentsAccountId" value="XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1" />
-	    <input type="hidden" name="returnUrl" value="https://www.torproject.org/donate" />
+	    <input type="hidden" name="returnUrl" value="https://www.torproject.org/donate/donate.html.en" />
 	    <input type="hidden" name="processImmediate" value="1" />
 	    <input type="hidden" name="cobrandingStyle" value="logo" />
-	    <input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate" />
-        <td><input type="radio" value="10" /> $10</td>
-        <td><input type="radio" value="20" /> $20</td>
-        <td><input type="radio" value="50" /> $50</td>
-        <td><input type="radio" value="100" /> $100</td>
+	    <input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate/donate.html.en" />
       </tr>
+	  <td>&nbsp;</td>
+	  <td>$<input type="text" name="amount" size="8" value="10" /></td>
+	  <td>&nbsp;</td>
       <tr>
-        <td><input type="radio" value="250" /> $250</td>
-        <td><input type="radio" value="500" /> $500</td>
-        <td><input type="radio" value="1000" /> $1,000</td>
-        <td><input type="radio" value="5000" /> $5,000</td>
-      </tr>
-      <tr>
 	  <td colspan="3"><input type="image" src="http://g-ecx.images-amazon.com/images/G/01/asp/golden_small_donate_withmsg_whitebg.gif" border="0" /></td>
       </tr>
       </table>



More information about the tor-commits mailing list