You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
freshtomato-arm/release/src-rt-6.x.4708/router/www/splash.html

46 lines
1.4 KiB
HTML

<!DOCTYPE html>
<html lang="en-GB">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>$GatewayName</title>
<link rel="stylesheet" type="text/css" href="style.css">
<script>
function toggle(element) { document.getElementById(element).style.display = (document.getElementById(element).style.display == "none") ? "" : "none"; }
</script>
</head>
<body>
<table id="wrapper">
<tr>
<td style="vertical-align:middle">
<div id="splash">
<div id="splash_header">
<h1>$GatewayName</h1>
</div>
<div id="splash_content">
<!-- "textarea" is where you put your Text -->
<span style="text-align:center;font:bold">Wifi Network & Internet conditions:</span>
<textarea readonly="readonly">
You are solely responsible for any illegal activities once you click the "OK, I AGREE" button.
We are not responsible for faulty operation of your computer or equipment. 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 $LoginTimeout 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>
</table>
</body>
</html>