mirror of
https://github.com/openNDS/openNDS.git
synced 2026-01-09 11:57:55 -05:00
29 lines
804 B
HTML
29 lines
804 B
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").
|
|
-->
|
|
<a href="$authtarget">
|
|
<img src="$imagesdir/wifidog.png" width="71" height="49" border="0"
|
|
alt="Click to enter" title="Click to enter">
|
|
</a>
|
|
</td>
|
|
</tr>
|
|
</body>
|
|
</html>
|