<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html;
charset=UTF-8">
<title>Guests of Paul</title>
<style>
body, html, #wrapper {width: 100%; height: 100%;}
body, html, form, h1 { margin: 0; padding: 0; }
body {
background: #121b1d url(tomatousb_bg.png);
font: 14px Tahoma, Arial, sans-serif;
width: 100%;
height: 100%;
}
a {
color: #e02600;
}
a:hover {
padding: 3px;
text-decoration:none;
color: #fff;
background: #e02600;
}
img { border: 0; padding-top: 8px; float: right; }
#splash {
width: 520px;
margin: 0 auto;
padding-top: 10px;
position: relative;
}
#splash_header {
position: relative;
background-color: #2f3d40;
padding: 8px;
}
#splash_header h1 {
/* font: 28px 'Century Gothic', Tahoma, Arial, Sans-serif; */
font-size: 28px;
text-align: center;
color: #919EA1;
}
#splash_content {
color: black;
background-color: white;
padding: 15px;
}
textarea {
white-space: pre-wrap;
word-wrap: break-word;
font: 12px monospace;
width: 96%;
height: 230px;
min-width: 96%;
min-height: 230px;
padding: 10px;
}
form { -webkit-box-align: center; text-align: center; }
button {
font: bold 1em Arial, Sans-serif;
color: #919EA1;
width: 200px;
padding: 4px;
margin-top: 15px;
background: #283033;
border: 1px solid #CCC;
}
button:hover {
color: white;
background: #E02600;
}
div#status{
background: #ededed;
}
iframe {
border: 0;
border-spacing: 0;
}
#footer {
color: #919EA1;
margin: 0;
text-align: center;
padding-top: 8px;
}
</style>
<script type="text/javascript">
function toggle(element) { document.getElementById(element).
style.display = (document.getElementById(element).style.display
== "none") ? "" : "none"; }
</script>
</head>
<body>
<table id="wrapper">
<tbody>
<tr>
<td valign="middle">
<div id="splash">
<div id="splash_header">
<h1>Guests of Paul</h1>
</div>
<div id="splash_content">
<!-- "textarea" is where you put your Text -->
<center><b>Wifi Network & Internet conditions:</b></center>
<textarea readonly="readonly">
You are solely responsible for the risks of joining this
network and accept this term by clicking the "OK, I AGREE"
button.
We are not responsible for faulty operation of your computer or
equipment. You will be at risk to other devices on the network.
By joining, you accept all risks and verify you are okay with
the chance of possible device enumeration. You may be asked to
stop using your equipment.
This banner will appear again periodically.
To renew your access time, you must agree once again every 3600
seconds.
Thank You, and Enjoy!</textarea>
<form method="POST" action=$action>
<input type="hidden" name="mode_login">
<input type="hidden" name="redirect" value=$redirect>
<input type="hidden" name="accept_terms" value="yes">
<button type="submit" value="Submit">Ok, I Agree!</button>
</form>
</div>
</div>
</td>
</tr>
</tbody>
</table>
</body>
</html>