490dc7bc77e2166cb37ff473be57d91ba34cb4a9
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 commit my div hacking for n...

Andrew Lewman authored 13 years ago

11)   <div id="maincol">
12)   <h1>Monetary Donations</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 explain all the ways we acc...

Andrew Lewman authored 13 years ago

18)    charitable donations. We're happy to accept donations via Paypal,
19)    Amazon Payments, Givv.org, checks, money orders, bank transfers,
20)    stock grants or other more sophisticated transactions.</p>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

21)     <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>
Andrew Lewman fix the silly paypal alignm...

Andrew Lewman authored 13 years ago

22)     <!-- BEGIN PAYPAL SUBSCRIPTION -->
23)     <div class="title toptwenty">Tor Project Subscription via PayPal</div>
24)     <div class="left hundred">
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

25) 	<div class="paypal focus">
Andrew Lewman fix the silly paypal alignm...

Andrew Lewman authored 13 years ago

26) 	  <h4>Monthly Subscription to The Tor Project</h4>
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

27) 	    <table>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

28) 	    <form id="subscribe" action="https://www.paypal.com/cgi-bin/webscr" method="post">
29) 	      <div class="toppad">
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

30) 		<tr>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

31) 		    <td>Choose your currency:</td>
32) 		      <td>
33) 			<select name="currency_code">
34) 			  <option value="USD" selected="selected">$</option>
35) 			  <option value="EUR">&euro;</option>
36) 			  <option value="GBP">&pound;</option>
37) 			  <option value="YEN">&yen;</option>
38) 			</select>
39) 		      </td>
40) 		  </tr>
41) 		  <tr>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

42) 		     <input type="hidden" name="p3" value="1">
43) 		     <input type="hidden" name="t3" value="M">
44) 		     <input type="hidden" name="sra" value="1">
45) 		     <input type="hidden" name="src" value="1">
46) 		     <input type="hidden" name="no_shipping" value="1">
47) 		     <input type="hidden" name="no_note" value="1">
Andrew Lewman fix the donation links so t...

Andrew Lewman authored 13 years ago

48) 		     <input type="image" src="$(IMGROOT)/btn_donateCC_LG.gif" name="submit" alt="Subscribe to Tor with PayPal - it's fast, free and secure!"/>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

49) 		     <input type="hidden" name="cmd" value="_xclick-subscriptions">
50) 		     <input type="hidden" name="business" value="donations@torproject.org">
51) 		     <input type="hidden" name="item_name" value="Tor Project Membership">
Andrew Lewman comment out the one-time pa...

Andrew Lewman authored 13 years ago

52) 		     <input type="hidden" name="return" value="https://www.torproject.org/donate"/>
53) 		     <input type="hidden" name="cancel_return" value="https://www.torproject.org/donate"/>
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

54) 		     <input class="donate-btn" type="submit" name="donate" value="Donate">
Andrew Lewman comment out the one-time pa...

Andrew Lewman authored 13 years ago

55) 		  </tr>
56) 		  <tr>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

57) 		    <td><input type="radio" name="a3" value="5.00">5/mo</td>
58) 		    <td><input type="radio" name="a3" value="10.00">10/mo</td>
59) 		    <td><input type="radio" name="a3" value="20.00" checked="checked">20/mo</td>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

60) 		  </tr>
61) 		  <tr>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

62) 		    <td><input type="radio" name="a3" value="50.00">50/mo</td>
63) 		    <td><input type="radio" name="a3" value="100.00">100/mo</td>
64) 		    <td><input type="radio" name="a3" value="250.00">250/mo</td>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

65) 		  </tr>
Andrew Lewman closer, yet still wrong.

Andrew Lewman authored 13 years ago

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

Runa A. Sandvik authored 13 years ago

67) 		</form>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

68) 		</table>
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

69) 		</div>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

70) 	  </div>
Andrew Lewman fix the silly paypal alignm...

Andrew Lewman authored 13 years ago

71)   <!-- END PAYPAL SUBSCRIPTION -->
72)   <!-- BEGIN PAYPAL ONE TIME -->
73)     <div class="title toptwenty">Single Donation via PayPal</div>
74)     <div class="left hundred">
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

75) 	<div class="paypal focus">
76) 	  <h4>Make a one-time donation</h4>
77) 	    <form id="donate" action="https://www.paypal.com/cgi-bin/webscr" method="post">
78) 	      <table>
Andrew Lewman attempt #1 at fixing the mu...

Andrew Lewman authored 13 years ago

79) 		  <tr colspan="2">
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

80) 		    <td>Choose your currency:</td>
81) 		      <td>
82) 			<select name="currency_code">
83) 			  <option value="USD" selected="selected">$</option>
84) 			  <option value="EUR">&euro;</option>
85) 			  <option value="GBP">&pound;</option>
86) 			  <option value="YEN">&yen;</option>
87) 			</select>
88) 		      </td>
Andrew Lewman comment out the one-time pa...

Andrew Lewman authored 13 years ago

89) 	      </tr>
Andrew Lewman change the fontsize for the...

Andrew Lewman authored 13 years ago

90) 	      <tr colspan="2">
Andrew Lewman attempt #1 at fixing the mu...

Andrew Lewman authored 13 years ago

91) 		    <input type="hidden" name="no_shipping" value="1">
92) 		    <input type="image" src="$(IMGROOT)/btn_donateCC_LG.gif" name="submit" alt="Make a single donation with PayPal - it's fast, free and secure!"/>
93) 		    <input type="hidden" name="cmd" value="_xclick">
94) 		    <input type="hidden" name="business" value="donations@torproject.org">
95) 		    <input type="hidden" name="item_name" value="Tor">
96) 		    <input type="hidden" name="return" value="https://www.torproject.org/donate/donate.html.en"/>
97) 		    <input type="hidden" name="cancel_return" value="https://www.torproject.org/donate/donate.html.en"/>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

98) 	      </tr>
99) 	      <tr>
Andrew Lewman attempt #1 at fixing the mu...

Andrew Lewman authored 13 years ago

100) 		    <td><input type="radio" name="a3" value="10.00"> 10</td>
101) 		    <td><input type="radio" name="a3" value="20.00" checked="checked"> 20</td>
102) 		    <td><input type="radio" name="a3" value="50.00"> 50</td>
103) 		    <td><input type="radio" name="a3" value="100.00"> 100</td>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

104) 	      </tr>
105) 	      <tr>
Andrew Lewman attempt #1 at fixing the mu...

Andrew Lewman authored 13 years ago

106) 		    <td><input type="radio" name="a3" value="250.00"> 250</td>
107) 		    <td><input type="radio" name="a3" value="500.00"> 500</td>
108) 		    <td><input type="radio" name="a3" value="1000.00"> 1,000</td>
109) 		    <td><input type="radio" name="a3" value="5000.00"> 5,000</td>
Andrew Lewman commit my div hacking for n...

Andrew Lewman authored 13 years ago

110) 	      </tr>
111) 	    </table>
Andrew Lewman attempt #1 at fixing the mu...

Andrew Lewman authored 13 years ago

112)         </form>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

113)       </div>
Andrew Lewman fix the silly paypal alignm...

Andrew Lewman authored 13 years ago

114)       </div>
115)     <!-- END PAYPAL ONE-TIME -->
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

116)     <!-- BEGIN AMAZON -->
Andrew Lewman fix the silly paypal alignm...

Andrew Lewman authored 13 years ago

117)     <div class="title topforty">Single Donation via Amazon Payments</div>
Andrew Lewman well, it is pretty if compl...

Andrew Lewman authored 13 years ago

118)     <div class="hundred left">
Andrew Lewman changes to text, needs more...

Andrew Lewman authored 13 years ago

119)       <div class="paypal focus">
Andrew Lewman fix the silly paypal alignm...

Andrew Lewman authored 13 years ago

120)       	<h4>Make a single donation.</h4>
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

121) 	<form action="https://authorize.payments.amazon.com/pba/paypipeline" method="post">
122) 	<table>
123) 	<tr>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

124) 	    <input type="hidden" name="immediateReturn" value="1">
125) 	    <input type="hidden" name="collectShippingAddress" value="0">
126) 	    <input type="hidden" name="minimumDonationAmount" value="USD 10">
127) 	    <input type="hidden" name="isDonationWidget" value="1">
128) 	    <input type="hidden" name="description" value="Supporting Online Anonymity &amp; Privacy">
129) 	    <input type="hidden" name="amazonPaymentsAccountId" value="XGSROLNTXRNC3N1P4TXKMNK14LN1D6SZUD8SN1">
130) 	    <input type="hidden" name="returnUrl" value="https://www.torproject.org/donate/donate.html.en">
131) 	    <input type="hidden" name="processImmediate" value="1">
132) 	    <input type="hidden" name="cobrandingStyle" value="logo">
133) 	    <input type="hidden" name="abandonUrl" value="https://www.torproject.org/donate/donate.html.en">
Andrew Lewman well, it is pretty if compl...

Andrew Lewman authored 13 years ago

134)       </tr>
Andrew Lewman fix the donation links so t...

Andrew Lewman authored 13 years ago

135) 	  <td>&nbsp;</td>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

136) 	  <td>$<input type="text" name="amount" size="8" value="10"></td>
Andrew Lewman fix the donation links so t...

Andrew Lewman authored 13 years ago

137) 	  <td>&nbsp;</td>
Andrew Lewman well, it is pretty if compl...

Andrew Lewman authored 13 years ago

138)       <tr>
Sebastian Hahn Kill all the border attributes

Sebastian Hahn authored 13 years ago

139) 	  <td colspan="3"><input type="image" src="http://g-ecx.images-amazon.com/images/G/01/asp/golden_small_donate_withmsg_whitebg.gif"></td>
Andrew Lewman well, it is pretty if compl...

Andrew Lewman authored 13 years ago

140)       </tr>
141)       </table>
Andrew Lewman increase max img width, lin...

Andrew Lewman authored 13 years ago

142)       </form>
143)     </div>
Andrew Lewman hack in the amazon stuff.

Andrew Lewman authored 13 years ago

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

Runa A. Sandvik authored 13 years ago

145)     <!-- END AMAZON -->
Andrew Lewman add google checkout option....

Andrew Lewman authored 13 years ago

146)     <!-- BEGIN GOOGLE -->
147)     <div class="title topforty">Single Donation via Google Checkout</div>
148)     <div class="hundred left">
149)       <div class="paypal focus">
150)       	<h4>Make a single donation.</h4>
151) 
152) <script type="text/javascript"> 
153) function validateAmount(amount){
154)   if(amount.value.match( /^[0-9]+(\.([0-9]+))?$/)){
155)     return true;
156)   }else{
157)     alert('You must enter a valid donation.');
158)     amount.focus();
159)     return false;
160)   }
161) }
162) </script>
163) <form
164) action="https://checkout.google.com/cws/v2/Donations/250937139555708/checkoutForm"
165) id="BB_BuyButtonForm" method="post" name="BB_BuyButtonForm"
166) onSubmit="return validateAmount(this.item_price_1)" target="_top">
167)     <input name="item_name_1" type="hidden" value="Donate to the Tor
168) Project"/>
169)     <input name="item_description_1" type="hidden" value="Tor is written
170) for and supported by people like you"/>
171)     <input name="item_quantity_1" type="hidden" value="1"/>
172)     <input name="item_currency_1" type="hidden" value="USD"/>
173)     <input name="item_is_modifiable_1" type="hidden" value="true"/>
174)     <input name="item_min_price_1" type="hidden" value="0.01"/>
175)     <input name="item_max_price_1" type="hidden" value="25000.0"/>
176)     <input name="_charset_" type="hidden" value="utf-8"/>
177)     <table cellpadding="5" cellspacing="0" width="1%">
178)         <tr>
179)             <td align="right" nowrap="nowrap" width="1%">&#x24; <input
180) id="item_price_1" name="item_price_1" onfocus="this.style.color='black';
181) this.value='';" size="6" type="text" value="25.00"/>
182)             </td>
183)             <td align="left" width="1%">
184)                 <input alt="Donate"
185) src="https://checkout.google.com/buttons/donateNow.gif?merchant_id=250937139555708&amp;w=115&amp;h=50&amp;style=white&amp;variant=text&amp;loc=en_US"
186) type="image"/>
187)             </td>
188)         </tr>
189)     </table>
190) </form>
191) </div>
192) </div>
193)     <!-- END GOOGLE -->
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

194)     <!-- BEGIN GIVV -->
Andrew Lewman closer, yet still wrong.

Andrew Lewman authored 13 years ago

195)     <div class="title topforty">Donate via Givv.org
196)     </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

197)     	<div class="hundred left">
Andrew Lewman comment out the one-time pa...

Andrew Lewman authored 13 years ago

198)         <p>Givv.org is a new way to think about making your impact. Make one monthly donation. To as many nonprofits as you like.
199) 	Automatic, one-click giving. You stay anonymous and stay in control!
200) 	<strong><a href="http://givv.org/recipients/the-tor-project">Continue to Givv.org &raquo;</a></strong></p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

201)       </div>
Andrew Lewman comment out the one-time pa...

Andrew Lewman authored 13 years ago

202)     <!-- END GIVV -->
Runa A. Sandvik minor changes to make po4a...

Runa A. Sandvik authored 13 years ago

203)     <!-- BEGIN CHECK -->
Andrew Lewman fix up div tags.

Andrew Lewman authored 13 years ago

204)     <div class="title toptwenty">Donate via Check, Cash, or Money Order
205)     </div>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

206)     	<div class="left hundred">
207)       	<p>You can send checks or money orders to:</p>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Andrew Lewman authored 13 years ago

210)         Walpole, MA 02081-2972 USA</p>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

211)       </div>
Andrew Lewman start to fix up the donate...

Andrew Lewman authored 13 years ago

212) 	<!-- END CHECK -->
Andrew Lewman closer, yet still wrong.

Andrew Lewman authored 13 years ago

213)     <div class="title toptwenty">
214)       Donate via Wire or Bank Transfer
Andrew Lewman fix up div tags.

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

216)     <div class="left hundred">
Andrew Lewman strip the US banking info f...

Andrew Lewman authored 13 years ago

217)         <h3>US Transfers</h3>
218)         <p>For US donations via wire or ACH transfer, please contact us for the relevant information.</p>
219)         <h3>European Transfers</h3>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

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

Roger Dingledine authored 13 years ago

221)         IBAN DE03 5204 0021 0277 281202<br>
222)         SWIFT BIC COBADEFF520</p>
Sebastian Hahn We decided to go with HTML...

Sebastian Hahn authored 13 years ago

223)         <p><strong>Classic style German account information is:</strong><br>
224)         Konto: 2772812-02<br>
225)         Inhaber: Wau Holland Stiftung<br>
226)         Bank: Commerzbank Kassel<br>
Andrew Lewman first cut of the new, shiny...

Andrew Lewman authored 13 years ago

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

Roger Dingledine authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

245)         </ul>
246)       </div>
247)     <!-- END TRANSFER -->
Andrew Lewman fix up the divs to make the...

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

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

Andrew Lewman authored 13 years ago

250)   <div id = "sidecol">
251) #include "side.wmi"
252) #include "info.wmi"
253)   </div>
254)   <!-- END SIDECOL -->
255) <!-- END CONTENT -->
Andrew Lewman fix up the divs to make the...

Andrew Lewman authored 13 years ago

256) </div>