3f4289666ee7c5824a3b1ab2cc0c26ee97249002
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) 
5) #include "head.wmi" TITLE="Tor Project: Donate to Tor" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
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 roll out new pages for dona...

Andrew Lewman authored 12 years ago

27)     <li class="last"><a href="#cash">checks, money orders, bank transfers, stock grants or
Andrew Lewman make the list of ways to do...

Andrew Lewman authored 12 years ago

28) other more sophisticated transactions.</a></li>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

95) 		      <li><input type="radio" class="radio" name="amount" value="2000.00"><label for="2000">2000</label></li>
96) 	  	      <li><input type="radio" class="radio" name="amount" value="1000.00"><label for="1000">1000</label></li>
97) 		      <li><input type="radio" class="radio" name="amount" value="500.00"><label for="500">500</label></li>
98) 		      <li><input type="radio" class="radio" name="amount" value="250.00"><label for="250">250</label></li>
99) 		      <li><input type="radio" class="radio" name="amount" value="100.00"><label for="100">100</label></li>
100) 		      <li><input type="radio" class="radio" name="amount" value="50.00"><label for="50">50</label></li>
101) 		      <li><input type="radio" class="radio" name="amount" value="20.00" checked="checked"><label for="20">20</label></li>
102) 		      <li><input type="radio" class="radio" name="amount" value="10.00"><label for="10">10</label></li>
103) 		      <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

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 12 years ago

119) 		     <input type="hidden" id="item_name" name="item_name" value="Donation to the Tor Project">
120) 		     <input type="hidden" name="return" value="https://www.torproject.org/donate">
121) 		     <input type="hidden" name="cancel_return" value="https://www.torproject.org/donate">
122) 		  </div>
123) 	 </form>
124) 	</div>
125)   </div>
126) <!-- END PAYPAL -->
127)   <div class="hundred toptwenty">
128) <!-- BEGIN AMAZON -->
129)     <a name="amazon"></a>
130) 	 <div class="dbox dsmall">
131) 		<h3>Donate via Amazon Payments</h3>
132) 	    <form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post">
133) 	      <div class="drow toppad">
134) 		    <div>
135) 		     <label for="amazon">&#x24;</label>
136) 		     <input type="text" name="amount" size="6" value="20">
137) 			  <input class="donate-btn" type="image" src="http://g-ecx.images-amazon.com/images/G/01/asp/golden_small_donate_withmsg_whitebg.gif">
138) 		    </div>
139) 		    <input type="hidden" name="immediateReturn" value="1">
140) 		    <input type="hidden" name="collectShippingAddress" value="0">
141) 		    <input type="hidden" name="minimumDonationAmount" value="USD 5">
142) 		    <input type="hidden" name="isDonationWidget" value="1">
143) 		    <input type="hidden" name="description" value="Supporting Online Anonymity &amp; Privacy">
144) 		    <input type="hidden" name="amazonPaymentsAccountId" value="XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1">
Andrew Lewman remove the hard links to en...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

146) 		    <input type="hidden" name="processImmediate" value="1">
147) 		    <input type="hidden" name="cobrandingStyle" value="logo">
Andrew Lewman remove the hard links to en...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Runa A. Sandvik authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

170) 
171) 		<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">
172) 	 	 <div class="drow toppad">
173) 	 	  <div>
174)     		<label for="google">&#x24;</label>
175)     		<input id="item_price_1" name="item_price_1" size="6" type="text" value="20">
176)     		<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">
177) 		  </div>
178)      	  <input name="item_name_1" type="hidden" value="Donate to the Tor Project">
179)     	  <input name="item_description_1" type="hidden" value="Tor is written for and supported by people like you">
180)     	  <input name="item_quantity_1" type="hidden" value="1">
181)     	  <input name="item_currency_1" type="hidden" value="USD">
182)     	  <input name="item_is_modifiable_1" type="hidden" value="true">
183)     	  <input name="item_min_price_1" type="hidden" value="0.01">
184)     	  <input name="item_max_price_1" type="hidden" value="25000.0">
185)     	  <input name="_charset_" type="hidden" value="utf-8">
186) 	    </div>
187)       </form>
188) 		<small>Requires a Google Account</small>		
189)     </div>
190) <!-- END GOOGLE -->
191) <!-- BEGIN GIVV -->
Andrew Lewman move the anchors inside the...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

193)     <div class="dbox dsmall givv">
194)       <h3>Donate via Givv.org</h3>
195)       <p>Givv.org is a new way to think about making your impact. Make one monthly donation. To as many nonprofits as you like. Automatic, one-click giving. <strong>You stay anonymous and stay in control!</strong></p>
196) 	   <p style="text-align:center;"><strong><a href="http://givv.org/recipients/the-tor-project">Continue to Givv.org &raquo;</a></strong></p>
197)     </div>
198) <!-- END GIVV -->
199)    </div>
200) <!-- BEGIN CHECK -->
201)    <a id="cash"></a>
202)    <div class="hundred toptwenty">
203)      <div class="dbox donate">
204)        <h3>Donate via Check, Cash, Money Order, Bank Transfer, Stock Grant, or Another More Sophisticated Transaction</h3>
205)        <h4>You can send checks or money orders to:</h4>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

209) <!-- END CHECK -->
210)     	  <h3 style="margin-top:20px;">Donate via Wire or Bank Transfer</h3>
211)         <h4>US Transfers</h4>
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

212)         <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

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

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

240)      </div>
241)    </div>
242) <!-- END TRANSFER -->
243) <!-- END MAINCOL -->
Andrew Lewman closer, yet still wrong.

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 13 years ago

247) #include "info.wmi"
248)   </div>
249)   <!-- END SIDECOL -->
250) <!-- END CONTENT -->
Andrew Lewman fix up the divs to make the...

Andrew Lewman authored 13 years ago

251) </div>