cosmetics
[tomato.git] / release / src / router / www / logout.asp
blob84ffa054a586aa6890dc3fa832b912b37b0957c8
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>Logout</b><br>
18 <hr size=1><br>
19 To clear the credentials cached by the browser:<br>
20 <br>
21 <b>Firefox, Internet Explorer, Opera, Safari</b><br>
22 - Leave the password field blank.<br>
23 - Click OK/Login<br>
24 <br>
25 <b>Chrome</b><br>
26 - 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>