eb2e7834f0f0c3009f4e8cd6704d3f767e2722cf
Andrew Lewman first attempt at download e...

Andrew Lewman authored 13 years ago

1) ## translation metadata
Roger Dingledine somewhere along the line we...

Roger Dingledine authored 13 years ago

2) # Revision: $Revision$
Andrew Lewman first attempt at download e...

Andrew Lewman authored 13 years ago

3) # Translation-Priority: 1-high
4) 
Andrew Lewman fix the include line for rs...

Andrew Lewman authored 13 years ago

5) #include "head.wmi" TITLE="Tor: Easy Download Selector" CHARSET="UTF-8" ANNOUNCE_RSS="yes"
Andrew Lewman first attempt at download e...

Andrew Lewman authored 13 years ago

6) 
Andrew Lewman add in the rest of the page...

Andrew Lewman authored 13 years ago

7) <div id="content" class="clearfix">
Andrew Lewman reorganize the table.

Andrew Lewman authored 13 years ago

8) <div id="breadcrumbs"><a href="<page index>">Home &raquo; </a><a href="<page download/download-easy>">Easy Download Selector</a></div>
Andrew Lewman add in the rest of the page...

Andrew Lewman authored 13 years ago

9) <div id="maincol-left">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

10) <!-- BEGIN TEASER WARNING -->
11) <div class="warning">
12) <h2>Want Tor to really work?</h2>
13) <p>...then please don't just install it and go on. You need to change some of
14) your habits, and reconfigure your software! Tor by itself is <em>NOT</em> all
15) you need to maintain your anonymity. Read the <a
16) href="<page download/download>#warning">full list of warnings</a>.
17) </p>
Andrew Lewman reorganize the table.

Andrew Lewman authored 13 years ago

18) </div>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

19) <!-- END TEASER WARNING -->
20) <br>
21) 
22) <table class="toppad" summary="">
23) <tbody>
24) <tr style="vertical-align:top;">
25) <td class="nopad" height="1" style="vertical-align:top;">
26) <h2>Tor Browser Bundle</h2>
27) 
28) </td>
29) 
30)  <!-- DONATION WIDGET BEGIN -->
Andrew Lewman create a thank you page for...

Andrew Lewman authored 12 years ago

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

Andrew Lewman authored 12 years ago

32) <script type="text/javascript">
33) function displayVals() {
34)       var t3 = jQuery("#t3").val();
35)       var amount = jQuery("#amount").val();
36)       if(t3 != 0){
37) 	    jQuery('#a3').val(amount);
38) 	    jQuery('#p3').val(1);
39) 		 jQuery('#cmd').val('_xclick-subscriptions');
40) 		 jQuery('#item_name').val('Tor Project Membership');
41) 		 jQuery('#ppinfo').replaceWith('<h6 id="ppinfo"><small>(Requires a PayPal Account)</small></h6>');
42) 	  }else{
43) 	  	jQuery('#a3').val(0);
44) 	  	jQuery('#p3').val(0);
45) 		jQuery('#cmd').val('_donations');
46)    	jQuery('#item_name').val('Donation to the Tor Project');
47) 		 jQuery('#ppinfo').replaceWith('<h6 id="ppinfo" style="height:0px;"></h6>');
48) 	  }
49) 	  if( !t3 ) {
50) 	   jQuery('#cmd').val('_donations');
51)    	jQuery('#item_name').val('Donation to the Tor Project');
52) 		 jQuery('#ppinfo').replaceWith('<h6 id="ppinfo" style="height:0px;"></h6>');
53)      }
54) }
55) 
56) jQuery(function(){
57)  	jQuery("#amount").change(displayVals);
58)  	jQuery("#t3").change(displayVals);
59)  	displayVals();
60) });
61) 
62) </script>
63) <td class="nopad" rowspan="8" style="width:220px;vertical-align:top;">
64) 	<form class="dbox" action="https://www.paypal.com/cgi-bin/webscr" method="post">
65) 		<h2>Donate to Tor</h2>
66) 		<p>
67) 		    <select name="currency_code" class="cur">
68) 			  <option value="USD" selected="selected">$</option>
69) 			  <option value="EUR">&euro;</option>
70) 			  <option value="GBP">&pound;</option>
71) 			  <option value="YEN">&yen;</option>
72) 			</select>
Andrew Lewman confirm the trend that $5 i...

Andrew Lewman authored 12 years ago

73) 			<input type="text" id="amount" class="amount" name="amount" value="5" size="10">		
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

74) 		</p>
75) 		<p>
76) 			<input type="hidden" id="a3" name="a3" value="0">
77) 			<select id="t3" name="t3">
78) 				<option value="0">One-time Donation</option>
79) 				<option value="M">Monthly Subscription</option>
80) 			</select>		
81) 		</p>
82) 		<p>
83) 		   <input type="hidden" id="p3" name="p3" value="1">
84) 		   <input type="hidden" name="sra" value="1">
85) 	      <input type="hidden" name="src" value="1">
86) 		   <input type="hidden" name="no_shipping" value="1">
87) 	      <input type="hidden" name="no_note" value="1">
88) 		   <input type="hidden" id="cmd" name="cmd" value="_donations">
89) 	      <input type="hidden" name="business" value="donations@torproject.org">
90) 	      <input type="hidden" id="item_name" name="item_name" value="Donation to the Tor Project">
Andrew Lewman create a thank you page for...

Andrew Lewman authored 12 years ago

91) 	      <input type="hidden" name="return" value="https://www.torproject.org/donate/thankyou">
92) 		   <input type="hidden" name="cancel_return" value="https://www.torproject.org/download-easy">
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

93) 		</p>
94) 		<h6 id="ppinfo" style="height:0px;"></h6>		
95) 		<p>
96) 		   <input class="donate-btn" type="submit" name="donate" value="Donate">
97) 		</p>
98) 		<p>
Andrew Lewman rransom is correct, it's pa...

Andrew Lewman authored 12 years ago

99) 			<a href="<page donate/donate>">Other donation options...</a>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

100) 		</p>
101) 	</form>
Andrew Lewman reorganize the table.

Andrew Lewman authored 13 years ago

102) </td>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

103)  <!-- DONATION WIDGET END -->
104) 
Andrew Lewman reorganize the table.

Andrew Lewman authored 13 years ago

105) </tr>
Andrew Lewman first attempt at download e...

Andrew Lewman authored 13 years ago

106) <tr>
Andrew Lewman add sig links, clean up par...

Andrew Lewman authored 13 years ago

107) <td>The <strong>Tor Browser Bundle</strong> contains everything you need
108) to safely browse the Internet. This package requires no installation.
109) Just extract it and run. <a href="<page projects/torbrowser>">Learn more
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 13 years ago

110) &amp; other languages &raquo;</a></td>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

111) 
Andrew Lewman add sig links, clean up par...

Andrew Lewman authored 13 years ago

112) </tr>
113) <tr class="gray">
Andrew Lewman fix the div, add nbsp betwe...

Andrew Lewman authored 13 years ago

114) <td><span class="windows">
Andrew Lewman add sig links, clean up par...

Andrew Lewman authored 13 years ago

115) # Translators: please point to the version of TBB in your language, if there is one.
Andrew Lewman fix the div, add nbsp betwe...

Andrew Lewman authored 13 years ago

116) <a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_en-US.exe">Windows 7, Vista, XP</a>&nbsp;
Andrew Lewman add sig links, clean up par...

Andrew Lewman authored 13 years ago

117) (<a href="../dist/torbrowser/tor-browser-<version-torbrowserbundle>_en-US.exe.asc">sig</a>)
118) </span>
Andrew Lewman first attempt at download e...

Andrew Lewman authored 13 years ago

119) </td>
Runa A. Sandvik updated translations for th...

Runa A. Sandvik authored 13 years ago

120) </tr>
Andrew Lewman add sig links, clean up par...

Andrew Lewman authored 13 years ago

121) <tr>
Andrew Lewman fix the div, add nbsp betwe...

Andrew Lewman authored 13 years ago

122) <td><span class="mac">
Andrew Lewman add sig links, clean up par...

Andrew Lewman authored 13 years ago

123) # Translators: please point to the version of TBB in your language, if there is one.
Andrew Lewman remove a space in the filen...

Andrew Lewman authored 13 years ago

124) <a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx>-dev-osx-i386-en-US.zip">Apple OS X Intel</a>&nbsp;
Andrew Lewman add sig links, clean up par...

Andrew Lewman authored 13 years ago

125) (<a href="../dist/torbrowser/osx/TorBrowser-<version-torbrowserbundleosx>-dev-osx-i386-en-US.zip.asc">sig</a>)
126) </span>
Andrew Lewman first attempt at download e...

Andrew Lewman authored 13 years ago

127) </td>
128) </tr>
Andrew Lewman add sig links, clean up par...

Andrew Lewman authored 13 years ago

129) <tr class="gray">
Andrew Lewman fix the div, add nbsp betwe...

Andrew Lewman authored 13 years ago

130) <td><span class="linux">
Andrew Lewman add sig links, clean up par...

Andrew Lewman authored 13 years ago

131) # Translators: please point to the version of TBB in your language, if there is one.
Andrew Lewman remove another space in the...

Andrew Lewman authored 13 years ago

132) <a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-en-US.tar.gz">GNU/Linux i686</a>&nbsp;
Andrew Lewman add sig links, clean up par...

Andrew Lewman authored 13 years ago

133) (<a href="../dist/torbrowser/linux/tor-browser-gnu-linux-i686-<version-torbrowserbundlelinux32>-dev-en-US.tar.gz.asc">sig</a>)
134) </span>
Andrew Lewman reorganize the table.

Andrew Lewman authored 13 years ago

135) </td>
Andrew Lewman first attempt at download e...

Andrew Lewman authored 13 years ago

136) </tr>
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

137) <tr>
138) <td>
139) <p>Looking for something else? <a href="<page download/download>">View All Downloads</a>.</p>
140) </td>
141) </tr>
142) <tr class="gray">
143) <td colspan="2">
Andrew Lewman fix the div, add nbsp betwe...

Andrew Lewman authored 13 years ago

144) <p>To keep informed of security advisories and new stable releases, subscribe to the <a
145) href="https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-announce">tor-announce
146) mailing list</a>. You can also <a
147) href="http://rss.gmane.org/gmane.network.onion-routing.announce">watch
148) the list's RSS feed</a>.</p>
Andrew Lewman first attempt at download e...

Andrew Lewman authored 13 years ago

149) 
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

150) </td>
151) </tr>
152) </tbody>
153) </table>
154) <!-- <br>
Andrew Lewman remove the hard links to en...

Andrew Lewman authored 12 years ago

155) <p>Interested in <a href="../about/overview">learning more about Tor in general</a>?</p> -->
Andrew Lewman get rid of the non-existing...

Andrew Lewman authored 13 years ago

156) </div>
Andrew Lewman add the sidebar

Andrew Lewman authored 13 years ago

157) <!-- END MAINCOL -->
158) <div id="sidecol-right">
159) <div class="img-shadow">
160) <div class="sidenav-sub">
161) <h2>Advanced Choices:</h2>
162) <ul>
163) <li class="dropdown"><a href="<page download/download>#Windows">Microsoft Windows</a></li>
164) <li class="dropdown"><a href="<page download/download>#mac">Apple OS X</a></li>
165) <li class="dropdown"><a href="<page download/download>#linux">Linux/Unix</a></li>
166) <li class="dropdown"><a href="<page download/download>#smartphones">Smartphones</a></li>
167) <li class="dropdown"><a href="<page download/download>#source">Source Code</a></li>
168) </ul>
169) </div>
170) </div>
171) <!-- END SIDENAV -->
172) <div class="img-shadow">
173) <div class="infoblock">
174) <h2>What is the (sig) link?</h2>
175) <p>These are GPG signatures to allow you to verify that
176) your downloaded file is really from The Tor Project and not
177) an imposter.</p>
178) <a href="<page docs/verifying-signatures>">Learn more &raquo;</a>
179) </div>
180) </div>
181) <!-- END INFOBLOCK -->
182) <div class="img-shadow">
183) <div class="sidenav-sub">
184) <h2>Having Trouble?</h2>
185) <ul>
186) <li class="dropdown"><a href="<page docs/documentation>">Read the fine manuals</a></li>
187) </ul>
188) </div>
189) </div>
190) <!-- END SIDENAV -->
191) </div>
Andrew Lewman first attempt at download e...

Andrew Lewman authored 13 years ago

192) </div><!-- #main -->
Andrew Lewman roll out new pages for dona...

Andrew Lewman authored 12 years ago

193) <div class="">
194) <p><small>All trademarks are the property of their respective owners.</small></p>
195) </div>