mirror of
https://github.com/openNDS/openNDS.git
synced 2026-05-04 03:01:32 -04:00
54 lines
1.2 KiB
HTML
54 lines
1.2 KiB
HTML
<html>
|
|
<head>
|
|
<title>$gatewayname Entry</title>
|
|
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
|
</head>
|
|
<body bgcolor="#DDDDDD" text="#000000">
|
|
|
|
<table border="0" cellpadding="2" cellspacing="0" width="100%">
|
|
<tr>
|
|
<td align="center"><h2>$gatewayname</h2></td>
|
|
</tr>
|
|
<tr>
|
|
<td align="center" height="120">
|
|
<!--
|
|
A client is authenticated by requesting the page $authtarget.
|
|
So, href to it here, with an img or link text the user can click on.
|
|
Also, note that any images you reference must reside in the
|
|
subdirectory that is the value of $imagesdir (default: "images").
|
|
|
|
Available variables:
|
|
error_msg: $error_msg
|
|
gatewayname: $gatewayname
|
|
tok: $tok
|
|
redir: $redir
|
|
authaction: $authaction
|
|
denyaction: $denyaction
|
|
authtarget: $authtarget
|
|
clientip: $clientip
|
|
clientmac: $clientmac
|
|
gatewaymac: $gatewaymac
|
|
nclients: $nclients
|
|
maxclients: $maxclients
|
|
uptime: $uptime
|
|
imagesdir: $imagesdir
|
|
pagesdir: $pagesdir
|
|
|
|
Variables that can be passed back via HTTP GET.
|
|
Just append them to the authentication link:
|
|
nodoguser
|
|
nodogpass
|
|
info
|
|
voucher
|
|
-->
|
|
<a href="$authtarget">
|
|
<img src="$imagesdir/splash.jpg" width="71" height="49" border="0"
|
|
alt="Click to enter" title="Click to enter">
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
</body>
|
|
</html>
|