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">
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"; }
16 <div id=
"splash_header">
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>