-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathcaptiveportal.html
71 lines (70 loc) · 2.62 KB
/
captiveportal.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
<html>
<head><title>Acme, Inc. Captive Portal</title></head>
<body>
<form method="post" action="process.php">
<center>
<table cellpadding="6" cellspacing="0" width="550" height="380" style="border:1px solid #000000">
<tr height="10" bgcolor="#333366">
<td style="border-bottom:1px solid #000000">
<font color='white'><h1><img src="images/AcmeLogo.jpg" width="119" height="81" alt="Acme, Inc.">Acme, Inc. Captive Portal </h1></font>
</td>
</tr>
<tr>
<td>
<div id="mainlevel">
<center>
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr>
<td>
<center>
<div id="mainarea">
<center>
<table width="100%" border="0" cellpadding="5" cellspacing="5">
<tr>
<td>
<div id="maindivarea">
<center>
<div id='statusbox'>
<font color='red' face='arial' size='+1'>
<b>
In an effort to provide a more efficient and secure service to our employees, Acme, Inc. has implemented a new Captive Portal system. This new portal system will require you to authenticate with your regular domain credentials before allowing you to proceed.
</b>
</font>
</div>
<br/>
<div id='loginbox'>
<table>
<tr>
<td colspan="2"><center>Welcome to the Acme, Inc. Captive Portal!</td></tr>
<tr><td> </td></tr>
<tr>
<td align="right">DOMAIN\Username:</td><td><input name="auth_user" type="text" style="border: 1px dashed;"></td></tr>
<tr><td align="right">Password:</td><td><input name="auth_pass" type="password" style="border: 1px dashed;"></td></tr>
<tr><td> </td></tr>
<tr>
<td colspan="2">
<center><input name="submit" type="submit" value="Continue"></center>
</td>
</tr>
</table>
</div>
</center>
</div>
</td>
</tr>
</table>
</center>
</div>
</center>
</td>
</tr>
</table>
</center>
</div>
</td>
</tr>
</table>
</center>
</form>
</body>
</html>