5d9fe2fddeeb6c1eda26facbef1f7e43fa9f2d51
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine looks like we never set the...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 3-low
4) 
Sebastian Hahn Remove the ANNOUNCE_RSS hac...

Sebastian Hahn authored 12 years ago

5) #include "head.wmi" TITLE="Tor Project: Donate to Tor" CHARSET="UTF-8"
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

6) <div id="content" class="clearfix">
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

7)   <div id="breadcrumbs">
Andrew Lewman change all of the breadcrum...

Andrew Lewman authored 13 years ago

8)     <a href="<page index>">Home &raquo; </a>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

9)     <a href="<page donate/donate>">Donate</a>
10)   </div>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

11) <div id="maincol">
12)   <h1>Make A Donation</h1>
Andrew Lewman fix the donation links.

Andrew Lewman authored 13 years ago

13)    <p><strong>Your support is critical to our success.</strong> The
14)    Tor Project is a US 501(c)(3) non-profit dedicated to the research,
15)    development, and education of online anonymity and privacy. Donations
16)    to The Tor Project may be tax deductible to persons who are in the
17)    US; or who pay taxes in countries with reciprocity with the US on
Andrew Lewman link to our guidestar page...

Andrew Lewman authored 13 years ago

18)    charitable donations. Our tax ID
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

19)    number is 20-8096820. We are listed on <a
Andrew Lewman link to our guidestar page...

Andrew Lewman authored 13 years ago

20)    href="http://www2.guidestar.org/organizations/20-8096820/tor-project.aspx">GuideStar</a>.
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

21)    We're happy to accept donations via:</p>
22)   <ul class="hlist">
Andrew Lewman make the list of ways to do...

Andrew Lewman authored 12 years ago

23)     <li><a href="#paypal">Paypal</a></li>
24)     <li><a href="#amazon">Amazon Payments</a></li>
25)     <li><a href="#google">Google Checkout</a></li>
26)     <li><a href="#givv">Givv.org</a></li>
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

27)     <li><a href="#cash">checks, money orders, bank transfers, stock
28)     grants, or other more sophisticated transactions</a></li>
29)     <li class="last"><a href="#bitcoin">bitcoin</a></li>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

30)   </ul>
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

31)     <p>If you want to make an anonymous donation, please do so in an
32)     anonymous way. Contact us at donations@torproject.org for more
33)     donation details.</p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

34) <!-- BEGIN PAYPAL -->
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

35) <script type="text/javascript" src="$(DOCROOT)/js/jquery.min.js"></script>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

36) <script type="text/javascript">
37) function displayVals() {
38)       var t3 = jQuery('#t3').val();
39)       var amount = jQuery('#amount').val();
40) 		var radioVal = jQuery('input[@name="amount"]:checked').val();
41)       if(t3 != 0){
42)        if( !amount ) { 
43) 		    jQuery('#a3').val(radioVal);
44) 		 }else{
45) 		    jQuery('#a3').val(amount);
46) 		 }
47) 	    jQuery('#p3').val(1);
48) 		 jQuery('#cmd').val('_xclick-subscriptions');
49) 		 jQuery('#item_name').val('Tor Project Membership');
50) 		 jQuery('#ppinfo').replaceWith('<small id="ppinfo">Requires a PayPal Account</small>');
51) 	  }else{
52)   	  	jQuery('#a3').val(0);
53) 	  	jQuery('#p3').val(0);
54) 		jQuery('#cmd').val('_donations');
55)    	jQuery('#item_name').val('Donation to the Tor Project');
56) 		jQuery('#ppinfo').replaceWith('<small id="ppinfo">Does Not Require a PayPal Account</small>');
57) 	  }
58) 	  if( !t3 ) {
59)       jQuery('#cmd').val('_donations');
60)    	jQuery('#item_name').val('Donation to the Tor Project');
61) 		jQuery('#ppinfo').replaceWith('<small id="ppinfo">Does Not Require a PayPal Account</small>');
62)      }
63) }
64) 
65) jQuery(function(){
66)  	jQuery("input[@name='amount']:checked").change(displayVals);
67)  	jQuery("#amount").change(displayVals);
68)  	jQuery("#t3").change(displayVals);
69)  	displayVals();
70) 
71) });
72) </script>
73) 
74)   <div class="hundred toptwenty">
75) 	<div class="dbox donate">
76)     <a name="paypal"></a>
77) 		<h3>Donate via PayPal</h3>
78) 	   <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
79) 		  <p class="type">
80) 			<label for="type">Donation Type:</label>
81) 			<select id="t3" name="t3">
82) 			 <option value="0">One-time Donation</option>
83) 			 <option value="M">Monthly Subscription</option>
84) 			</select>		
85) 			<small id="ppinfo">Does Not Require a PayPal Account</small>		
86) 		  </p>
87) 	      <div class="drow">
88) 	 		 <div>
89) 	        <span>
90) 		      <select name="currency_code" class="cur">
91) 			    <option value="USD" selected="selected">$</option>
92) 			    <option value="EUR">&euro;</option>
93) 			    <option value="GBP">&pound;</option>
94) 			    <option value="YEN">&yen;</option>
95) 			   </select>
96) 			  </span>
97) 			  <ul class="amounts">	
Andrew Lewman Add cta-buttons.jpg, change...

Andrew Lewman authored 12 years ago

98) 		      <li><input type="radio" class="radio" name="amount" value="2000.00"><label for="2000">2000</label></li>
99) 	  	      <li><input type="radio" class="radio" name="amount" value="1000.00"><label for="1000">1000</label></li>
100) 		      <li><input type="radio" class="radio" name="amount" value="500.00"><label for="500">500</label></li>
101) 		      <li><input type="radio" class="radio" name="amount" value="250.00"><label for="250">250</label></li>
102) 		      <li><input type="radio" class="radio" name="amount" value="100.00"><label for="100">100</label></li>
103) 		      <li><input type="radio" class="radio" name="amount" value="50.00"><label for="50">50</label></li>
104) 		      <li><input type="radio" class="radio" name="amount" value="20.00" checked="checked"><label for="20">20</label></li>
105) 		      <li><input type="radio" class="radio" name="amount" value="10.00"><label for="10">10</label></li>
106) 		      <li><input type="radio" class="radio" name="amount" value="5.00"><label for="5">5</label></li>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

107) 		    </ul>
108) 		   </div>
109) 		   <div>
110) 		    <label for="custom">or enter a donation amount:</label><input type="text" id="amount" class="amount" name="amount">
111) 			 <input type="hidden" id="a3" name="a3" value="0">		
112) 			 <input class="donate-btn" type="submit" name="donate" value="Donate" alt="Subscribe to Tor with PayPal - it's fast, free and secure!">
113) 	       <!-- <input type="image" src="../images/btn_donateCC_LG.gif" name="submit" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"> -->
114) 		   </div>
115) 		     <input type="hidden" id="p3" name="p3" value="1">
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

116) 		     <input type="hidden" name="sra" value="1">
117) 		     <input type="hidden" name="src" value="1">
118) 		     <input type="hidden" name="no_shipping" value="1">
119) 		     <input type="hidden" name="no_note" value="1">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

120) 		     <input type="hidden" id="cmd" name="cmd" value="_donations">
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

121) 		     <input type="hidden" name="business" value="donations@torproject.org">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

122) 		     <input type="hidden" id="item_name" name="item_name" value="Donation to the Tor Project">
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

123) 		     <input type="hidden" name="return" value="https://www.torproject.org/donate/thankyou.html">
124) 		     <input type="hidden" name="cancel_return" value="https://www.torproject.org/donate/donate.html">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

125) 		  </div>
126) 	 </form>
127) 	</div>
128)   </div>
129) <!-- END PAYPAL -->
130)   <div class="hundred toptwenty">
131) <!-- BEGIN AMAZON -->
132)     <a name="amazon"></a>
133) 	 <div class="dbox dsmall">
134) 		<h3>Donate via Amazon Payments</h3>
135) 	    <form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post">
136) 	      <div class="drow toppad">
137) 		    <div>
138) 		     <label for="amazon">&#x24;</label>
139) 		     <input type="text" name="amount" size="6" value="20">
140) 			  <input class="donate-btn" type="image" src="http://g-ecx.images-amazon.com/images/G/01/asp/golden_small_donate_withmsg_whitebg.gif">
141) 		    </div>
142) 		    <input type="hidden" name="immediateReturn" value="1">
143) 		    <input type="hidden" name="collectShippingAddress" value="0">
144) 		    <input type="hidden" name="minimumDonationAmount" value="USD 5">
145) 		    <input type="hidden" name="isDonationWidget" value="1">
146) 		    <input type="hidden" name="description" value="Supporting Online Anonymity &amp; Privacy">
147) 		    <input type="hidden" name="amazonPaymentsAccountId" value="XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1">
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

148) 		    <input type="hidden" name="returnUrl" value="https://www.torproject.org/donate/thankyou.html">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

149) 		    <input type="hidden" name="processImmediate" value="1">
150) 		    <input type="hidden" name="cobrandingStyle" value="logo">
Andrew Lewman patches to download page to...

Andrew Lewman authored 12 years ago

151) 		    <input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate/donate.html">
Andrew Lewman closer, yet still wrong.

Andrew Lewman authored 13 years ago

152) 		  </div>
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

153) 		</form>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

154) 		<small>Requires an Amazon Account</small>		
155) 	 </div>
156) <!-- END AMAZON -->
157) <!-- BEGIN GOOGLE -->
Andrew Lewman move the anchors inside the...

Andrew Lewman authored 12 years ago

158)     <a id="google"></a>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

159)     <div class="dbox dsmall">
160)       <h3>Donate via Google Checkout</h3>
161)       
Andrew Lewman make the list of ways to do...

Andrew Lewman authored 12 years ago

162) <script type="text/javascript">
Andrew Lewman add google checkout option....

Andrew Lewman authored 13 years ago

163) function validateAmount(amount){
164)   if(amount.value.match( /^[0-9]+(\.([0-9]+))?$/)){
165)     return true;
166)   }else{
167)     alert('You must enter a valid donation.');
168)     amount.focus();
169)     return false;
170)   }
171) }
172) </script>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

173) 
174) 		<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">
175) 	 	 <div class="drow toppad">
176) 	 	  <div>
177)     		<label for="google">&#x24;</label>
178)     		<input id="item_price_1" name="item_price_1" size="6" type="text" value="20">
179)     		<input class="donate-btn" alt="Donate" src="https://checkout.google.com/buttons/checkout.gif?merchant_id=&w=168&h=44&style=trans&variant=text&loc=en_US" type="image">
180) 		  </div>
181)      	  <input name="item_name_1" type="hidden" value="Donate to the Tor Project">
182)     	  <input name="item_description_1" type="hidden" value="Tor is written for and supported by people like you">
183)     	  <input name="item_quantity_1" type="hidden" value="1">
184)     	  <input name="item_currency_1" type="hidden" value="USD">
185)     	  <input name="item_is_modifiable_1" type="hidden" value="true">
186)     	  <input name="item_min_price_1" type="hidden" value="0.01">
187)     	  <input name="item_max_price_1" type="hidden" value="25000.0">
188)     	  <input name="_charset_" type="hidden" value="utf-8">
189) 	    </div>
190)       </form>
191) 		<small>Requires a Google Account</small>		
192)     </div>
193) <!-- END GOOGLE -->
194) <!-- BEGIN GIVV -->
Andrew Lewman move the anchors inside the...

Andrew Lewman authored 12 years ago

195)     <a id="givv"></a>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

196)     <div class="dbox dsmall givv">
197)       <h3>Donate via Givv.org</h3>
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

198)       <p>Givv.org is a new way to think about making your impact. Make
199)       one monthly donation. To as many nonprofits as you like. Automatic,
200)       one-click giving. <strong>You stay anonymous to Tor and stay in
201)       control!</strong></p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

202) 	   <p style="text-align:center;"><strong><a href="http://givv.org/recipients/the-tor-project">Continue to Givv.org &raquo;</a></strong></p>
203)     </div>
204) <!-- END GIVV -->
205)    </div>
206) <!-- BEGIN CHECK -->
207)    <a id="cash"></a>
208)    <div class="hundred toptwenty">
209)      <div class="dbox donate">
210)        <h3>Donate via Check, Cash, Money Order, Bank Transfer, Stock Grant, or Another More Sophisticated Transaction</h3>
211)        <h4>You can send checks or money orders to:</h4>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

212) 	    <p>The Tor Project, Inc<br>
213)         969 Main Street, Suite 206<br>
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

214)         Walpole, MA 02081-2972 USA</p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

215) <!-- END CHECK -->
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

216) <!-- BEGIN TRANSFER -->
217)     	<h3 style="margin-top:20px;">Donate via Wire or Bank Transfer</h3>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

218)         <h4>US Transfers</h4>
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

219)         <p>For US donations via wire or ACH transfer, please contact us for the relevant information.</p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

220)         <h4>European Transfers</h4>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

221)         <p>Wau Holland Stiftung<br>
Roger Dingledine replay r22875 (make our ccc...

Roger Dingledine authored 13 years ago

222)         IBAN DE03 5204 0021 0277 281202<br>
223)         SWIFT BIC COBADEFF520</p>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

224)         <h4>Classic style German account information is:</h4>
225)         <p>Konto: 2772812-02<br>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

226)         Inhaber: Wau Holland Stiftung<br>
227)         Bank: Commerzbank Kassel<br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

228)         BLZ: 52040021</p>
Roger Dingledine ssl ftw

Roger Dingledine authored 13 years ago

229)         <p><em>For European bank transfers, we have an arrangement with
230)         <a href="https://www.ccc.de/">CCC in Germany</a> to provide
231)         tax-deductible donations for Europeans:</em></p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

232)         <ul>
Andrew Lewman minor fix from rransom.

Andrew Lewman authored 13 years ago

233)           <li>Residents from any of the 31 <a
234)           href="http://en.wikipedia.org/wiki/Single_Euro_Payments_Area">SEPA</a>
235)           member states can wire up to 50.000 Euro at the cost of
236)           a domestic transaction (i.e., usually free if submitted
237)           electronically).</li>
238)           <li>German citizens can make a charitable contribution that
239)           is tax-deductible to a certain degree (max 5% of total income,
240)           up to 1.650 Euro per annum). A new law has recently come into
241)           effect which changed this to 20% without a fixed ceiling.</li>
242)           <li>Corporate entities can deduct donations up to 4/1000 of
243)           their combined turnovers, wages and salaries. WHS issues
244)           a donation receipt upon request (if provided with address
245)           information).</li>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

246)         </ul>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

247)      </div>
248)    </div>
249) <!-- END TRANSFER -->
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

250) <!-- BEGIN BITCOIN -->
251)    <a id="bitcoin"></a>
252)    <div class="hundred toptwenty">
253)     <div class="dbox donate">
254)     <h3>Bitcoins</h3>
255)     <p>Instead of donating bitcoins to Tor,
Roger Dingledine noisetor doesn't tell you h...

Roger Dingledine authored 12 years ago

256)     please consider a donation to <a
257)     href="https://www.torservers.net/donate.html">Torservers.net</a>,
258)     which will turn your bitcoin donation into a faster, larger
Andrew Lewman redirect bitcoin donations...

Andrew Lewman authored 12 years ago

259)     Tor Network for all.</p>
260)     </div>
261)    </div>
262) <!-- END BITCOIN -->
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

263) <!-- END MAINCOL -->
Andrew Lewman closer, yet still wrong.

Andrew Lewman authored 13 years ago

264) </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

265)   <div id = "sidecol">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

266) #include "side-donate.wmi"
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

267) #include "info.wmi"
268)   </div>
269)   <!-- END SIDECOL -->
270) <!-- END CONTENT -->
Andrew Lewman fix up the divs to make the...

Andrew Lewman authored 13 years ago

271) </div>