Migrate UI cleanup phase 4 from MIPS into ARM
[tomato.git] / release / src-rt-6.x.4708 / router / www / logout.asp
blob581d80eda859621d0e58eba0cac22e7e74f249db
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 <meta name="viewport" content="width=device-width">
14 </head>
15 <body style='background-color:#fff;font:13px sans-serif;color:#000' onload='setTimeout("go.submit()", 1200)'>
17 <div style='width:300px;padding:50px;background:#eee'>
18 <b>Logout</b><br>
19 <hr size=1><br>
20 To clear the credentials cached by the browser:<br>
21 <br>
22 <b>Firefox, Internet Explorer, Opera, Safari</b><br>
23 - Leave the password field blank.<br>
24 - Click OK/Login<br>
25 <br>
26 <b>Chrome</b><br>
27 - Select Cancel.<br>
28 </div>
30 <form name='go' method='post' action='logout'>
31 <input type='hidden' name='_http_id' value='<% nv(http_id); %>'>
32 </form>
33 </body></html>