New routers supported
[tomato.git] / release / src / router / www / splash.html
blob471b80c2ae6006a312a4012dea98ca4f5f26430b
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns="http://www.w3.org/1999/xhtml">
3 <head>
4 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
5 <title>$GatewayName</title>
6 <link href="/style.css" rel="stylesheet" type="text/css" />
7 <script type="text/javascript">
8 function toggle(element) { document.getElementById(element).style.display = (document.getElementById(element).style.display == "none") ? "" : "none"; }
9 </script>
10 </head>
11 <body>
12 <table id="wrapper">
13 <tr>
14 <td valign="middle">
15 <div id="splash">
16 <div id="splash_header">
17 <h1>$GatewayName</h1>
18 </div>
19 <div id="splash_content">
20 <!-- "textarea" is where you put your Text -->
21 <center><b>Wifi Network & Internet conditions:</b></center>
22 <textarea readonly="readonly">
23 You are solely responsible for any illegal activities once you click the "OK, I AGREE" button.
25 We are not responsible for faulty operation of your computer or equipment. You may be asked to stop using your equipment.
27 This banner will appear again periodically.
29 To renew your access time, you must agree once again every $LoginTimeout seconds.
31 Thank You, and Enjoy!</textarea>
32 <form method="POST" action="$action">
33 <input type="hidden" name="mode_login">
34 <input type="hidden" name="redirect" value="$redirect">
35 <input type="hidden" name="accept_terms" value="yes">
36 <button type="submit" value="Submit">Ok, I Agree!</button>
37 </form>
38 </div>
39 </div>
40 </td>
41 </tr>
42 </table>
43 </body>
44 </html>