fixes, fully translated tomato, with english dictionary and Polish translation
[tomato.git] / release / src / router / www / logout.asp
blobce2bb857a1434ec38811af3fdc62d0d9f39f7f9a
1 <html>
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 <head>
11 <meta http-equiv='content-type' content='text/html;charset=utf-8'>
12 <meta name='robots' content='noindex,nofollow'>
13 </head>
14 <body style='background-color:#fff;font:13px sans-serif;color:#000' onload='setTimeout("go.submit()", 1200)'>
16 <div style='width:300px;padding:50px;background:#eee'>
17 <b><% translate("Logout"); %></b><br>
18 <hr size=1><br>
19 <% translate("To clear the credentials cached by the browser"); %>:<br>
20 <br>
21 <b>Firefox, Internet Explorer, Opera, Safari</b><br>
22 - <% translate("Leave the password field blank"); %>.<br>
23 - <% translate("Click OK/Login"); %><br>
24 <br>
25 <b>Chrome</b><br>
26 - <% translate("Select Cancel"); %>.<br>
27 </div>
29 <form name='go' method='post' action='logout'>
30 <input type='hidden' name='_http_id' value='<% nv(http_id); %>'>
31 </form>
32 </body></html>