UI cleanup, phase 2 (partially cosmetic)
[tomato.git] / release / src-rt-6.x.4708 / router / www / about.asp
blobf6f32bace2e2a9495ba2416e0e7f09fac29142bc
1 <!DOCTYPE HTML PUBLIC '-//W3C//DTD HTML 4.0//EN'>
2 <!--
3 Tomato GUI
4 Copyright (C) 2006-2010 Jonathan Zarate
5 http://www.polarcloud.com/tomato/
7 For use with Tomato Firmware only.
8 No part of this file may be used without permission.
9 -->
10 <html>
11 <head>
12 <meta http-equiv='content-type' content='text/html;charset=utf-8'>
13 <meta name='robots' content='noindex,nofollow'>
14 <title>[<% ident(); %>] About</title>
15 <link rel='stylesheet' type='text/css' href='tomato.css'>
16 <% css(); %>
17 <script type='text/javascript' src='tomato.js'></script>
18 <script type='text/javascript'>
19 // <% nvram(''); %> // http_id
21 var clicks = 0;
22 var tux = null;
23 var t = 0;
24 var r = 3;
25 var rd = 1;
27 function moo()
29 if ((r <= 2) || (r >= 25)) rd = -rd;
30 r += rd;
31 t += (Math.PI / 10);
32 if (t > (2 * Math.PI)) t = 0;
34 var x = tux.origX + (r * Math.sin(t));
35 var y = tux.origY + (r * Math.cos(t));
37 tux.style.left = x + 'px';
38 tux.style.top = y + 'px';
40 if (clicks > 0) setTimeout(moo, 33);
43 function onClick()
45 try {
46 ++clicks;
47 if (clicks < 10) moo();
48 else clicks = 0;
50 catch (ex) {
54 function init()
56 try {
57 tux = E('tux');
59 var o = elem.getOffset(tux);
60 tux.origX = o.x;
61 tux.origY = o.y;
63 tux.style.position = 'absolute';
64 tux.style.left = o.x + 'px';
65 tux.style.top = o.y + 'px';
67 tux.addEventListener('click', onClick, false);
69 catch (ex) {
72 </script>
74 <!-- / / / -->
76 </head>
77 <body onload='init()'>
78 <table id='container' cellspacing=0>
79 <tr><td colspan=2 id='header'>
80 <div class='title'>Tomato</div>
81 <div class='version'>Version <% version(); %></div>
82 </td></tr>
83 <tr id='body'><td id='navi'><script type='text/javascript'>navi()</script></td>
84 <td id='content'>
85 <div id='ident'><% ident(); %></div>
87 <!-- / / / -->
89 <div style='float:right;margin:140px 30px;text-align:center'>
90 <img src='kinaree.png' alt='Linux &amp; Tomato' id='tux'>
91 </div>
92 <div style='margin:30px 30px;font-size:14px;color:#555;'>
93 <b>Tomato Firmware v<% version(1); %></b><br>
94 <b>Built on <% build_time(); %></b><br>
95 <br>
96 <br>
97 Based on TomatoUSB by Fedor Kozhevnikov<br>
98 - Linux kernel <% version(2); %> and Broadcom Wireless Driver <% version(3); %> updates<br>
99 <i>Copyright (C) 2013-2015 Tomato-ARM Team</i><br>
100 <br>
101 <b>Tomato-ARM Team:</b><br>
102 - Michał Rupental (Shibby)<br>
103 - Ofer Chen (roadkill)<br>
104 - Vicente Soriano (Victek)<br>
105 <br>
106 <hr>
107 <!-- / / / -->
109 <br>
110 <b>TomatoUSB Team features:</b><br>
111 <!-- USB-BEGIN -->
112 - USB support integration and GUI<br>
113 <!-- USB-END -->
114 <!-- IPV6-BEGIN -->
115 - IPv6 support<br>
116 <!-- IPV6-END -->
117 - Dual-band and Wireless-N mode<br>
118 <i>Copyright (C) 2008-2011 Fedor Kozhevnikov, Ray Van Tassle, Wes Campaigne</i><br>
119 <a href='http://www.tomatousb.org/' target='_new'>http://www.tomatousb.org</a><br>
120 <br>
121 <div style='border-top:2px solid #e7e7e7;margin:1em 0;padding:1em 0;font-size:12px'>
122 </div>
123 <b>This compilation by Toastman may include:</b><br>
124 <br>
125 <br>
126 <b>"Shibby" features:</b><br>
127 <!-- BBT-BEGIN -->
128 - Transmission 2.84 integration<br>
129 <!-- BBT-END -->
130 <!-- BT-BEGIN -->
131 - GUI for Transmission<br>
132 <!-- BT-END -->
133 <!-- NFS-BEGIN -->
134 - NFS utils integration and GUI<br>
135 <!-- NFS-END -->
136 - Custom log file path<br>
137 <!-- LINUX26-BEGIN -->
138 - SD-idle tool integration for kernel 2.6<br>
139 <!-- USB-BEGIN -->
140 - 3G Modem support (big thanks for @LDevil)<br>
141 - 4G/LTE Modem support<br>
142 <!-- USB-END -->
143 <!-- LINUX26-END -->
144 <!-- SNMP-BEGIN -->
145 - SNMP integration and GUI<br>
146 <!-- SNMP-END -->
147 <!-- UPS-BEGIN -->
148 - APCUPSD integration and GUI (implemented by @arrmo)<br>
149 <!-- UPS-END -->
150 <!-- DNSCRYPT-BEGIN -->
151 - DNScrypt-proxy 1.4.0 integration and GUI<br>
152 <!-- DNSCRYPT-END -->
153 <!-- TOR-BEGIN -->
154 - TOR Project integration and GUI<br>
155 <!-- TOR-END -->
156 <!-- OPENVPN-BEGIN -->
157 - OpenVPN: Routing Policy
158 <!-- OPENVPN-END -->
159 - TomatoThemeBase project integration and GUI<br>
160 - Ethernet Ports State<br>
161 - Extended MOTD (written by @Monter, modified by @Shibby)<br>
162 - Webmon Backup Script<br>
163 <i>Copyright (C) 2011-2014 Michał Rupental</i><br>
164 <a href='http://openlinksys.info' target='_new'>http://openlinksys.info</a><br>
165 <br>
167 <b>Tomato-RAF features:</b><br>
168 - Extended Sysinfo<br>
169 <!-- NOCAT-BEGIN -->
170 - Captive Portal. (Based in NocatSplash)<br>
171 <!-- NOCAT-END -->
172 <!-- NGINX-BEGIN -->
173 - Web Server. (NGinX)<br>
174 <!-- NGINX-END -->
175 <!-- HFS-BEGIN -->
176 - HFS / HFS+ filesystem integration<br>
177 <!-- HFS-END -->
178 <i>Copyright (C) 2007-2014 Ofer Chen & Vicente Soriano</i><br>
179 <a href='http://victek.is-a-geek.com' target='_new'>http://victek.is-a-geek.com</a><br>
180 <br>
182 <b>"Teaman" features:</b><br>
183 - QOS-detailed & ctrate filters<br>
184 - Realtime bandwidth monitoring of LAN clients<br>
185 - Static ARP binding<br>
186 - VLAN administration GUI<br>
187 - Multiple LAN support integration and GUI<br>
188 - Multiple/virtual SSID support (experimental)<br>
189 - UDPxy integration and GUI<br>
190 <!-- PPTPD-BEGIN -->
191 - PPTP Server integration and GUI<br>
192 <!-- PPTPD-END -->
193 <i>Copyright (C) 2011 Augusto Bott</i><br>
194 <a href='http://code.google.com/p/tomato-sdhc-vlan/' target='_new'>Tomato-sdhc-vlan Homepage</a><br>
195 <br>
197 <b>"Lancethepants" features:</b><br>
198 <!-- DNSSEC-BEGIN -->
199 - DNSSEC integration and GUI<br>
200 <!-- DNSSEC-END -->
201 <!-- DNSCRYPT-BEGIN -->
202 - DNSCrypt-Proxy selectable/manual resolver<br>
203 <!-- DNSCRYPT-END -->
204 <!-- TINC-BEGIN -->
205 - Tinc Daemon integration and GUI<br>
206 <!-- TINC-END -->
207 - Comcast DSCP Fix GUI<br>
208 <i>Copyright (C) 2014 Lance Fredrickson</i><br>
209 <a href='mailto:lancethepants@gmail.com'>lancethepants@gmail.com</a><br>
210 <br>
212 <!-- VPN-BEGIN -->
213 <b>"JYAvenard" features:</b><br>
214 <!-- OPENVPN-BEGIN -->
215 - OpenVPN enhancements &amp; username/password only authentication<br>
216 <!-- OPENVPN-END -->
217 <!-- PPTPD-BEGIN -->
218 - PPTP VPN Client integration and GUI<br>
219 <!-- PPTPD-END -->
220 <i>Copyright (C) 2010-2012 Jean-Yves Avenard</i><br>
221 <a href='mailto:jean-yves@avenard.org'>jean-yves@avenard.org</a><br>
222 <br>
224 <!-- OPENVPN-BEGIN -->
225 <b>TomatoVPN feature:</b><br>
226 - OpenVPN integration and GUI<br>
227 <i>Copyright (C) 2010 Keith Moyer</i><br>
228 <a href='mailto:tomatovpn@keithmoyer.com'>tomatovpn@keithmoyer.com</a><br>
229 <br>
231 <b>"TomatoEgg" feature:</b><br>
232 - Openvpn username/password verify feature and configure GUI.<br>
233 <br>
234 <!-- OPENVPN-END -->
235 <!-- VPN-END -->
237 <!-- NGINX-BEGIN -->
238 <b>Tomato-hyzoom feature:</b><br>
239 - MySQL Server integration and GUI<br>
240 <i>Copyright (C) 2014 Bao Weiquan, Hyzoom</i><br>
241 <a href='mailto:bwq518@gmail.com'>bwq518@gmail.com</a><br>
242 <br>
243 <!-- NGINX-END -->
245 <b>"Toastman" Features:</b><br>
246 - 250 entry limit in Static DHCP & Wireless Filter<br>
247 - 500 entry limit in Access Restriction rules*<br>
248 - Up to 128 Port Forward rules*<br>
249 - Up to 128 QOS rules* (*all dependent on nvram space)<br>
250 - Configurable QOS class names<br>
251 - Comprehensive QOS rule examples set by default<br>
252 Copyright (C) 2010-2015 Toastman<br>
253 <a href='http://www.toastmanfirmware.yolasite.com'>http://www.toastmanfirmware.yolasite.com</a><br>
254 <br>
255 <b>If you enjoy this firmware, and would like to thank me for all the time I spent<br>
256 working on it, you can make a PayPal donation:</b>
257 <br>
258 <br>
259 <form action="http://toastmanfirmware.yolasite.com/donations.php" method="post">
260 <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit">
261 </form>
262 <br>
263 <br>
264 <div style='border-top:2px solid #e7e7e7;margin:1em 0;padding:1em 0;font-size:12px'>
265 </div>
266 <b>Based on Tomato Firmware v<% version(); %></b><br>
267 Copyright (C) 2006-2010 Jonathan Zarate<br>
268 <a href='http://www.polarcloud.com/tomato/' target='_new'>http://www.polarcloud.com/tomato/</a><br>
269 <br>
270 <!--
272 Please do not remove or change the homepage link or donate button.
274 Thanks.
275 - Jon
279 <form action="https://www.paypal.com/cgi-bin/webscr" method="post">
280 <input type="hidden" name="cmd" value="_s-xclick">
281 <input type="image" src="https://www.paypalobjects.com/en_US/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="Donate">
282 <input type="hidden" name="encrypted" value="-----BEGIN PKCS7-----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-----END PKCS7-----">
283 </form>
285 <div style='border-top:2px solid #e7e7e7;margin:2em 0;padding:2em 0;font-size:12px'>
286 <b>Thanks to everyone who risked their routers, tested, reported bugs, made
287 suggestions and contributed to this project. ^ _ ^</b><br>
288 </div>
290 </div>
293 </td></tr>
294 <tr><td id='footer' colspan=2>&nbsp;</td></tr>
295 </table>
296 </body>
297 </html>