forked from wifidog/wifidog-gateway
-
Notifications
You must be signed in to change notification settings - Fork 0
/
wifidog-msg.html.in
90 lines (69 loc) · 1.07 KB
/
wifidog-msg.html.in
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
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<html>
<head>
<title>$title</title>
<meta HTTP-EQUIV='Pragma' CONTENT='no-cache'>
<style>
body {
margin: 10px 60px 0 60px;
font-family : bitstream vera sans, sans-serif;
color: #46a43a;
}
a {
color: #46a43a;
}
a:active {
color: #46a43a;
}
a:link {
color: #46a43a;
}
a:visited {
color: #46a43a;
}
#header {
height: 30px;
background-color: #B4F663;
padding: 20px;
font-size: 20pt;
text-align: center;
border: 2px solid #46a43a;
border-bottom: 0;
}
#header h2 {
margin: 0pt;
}
#menu {
width: 200px;
float: right;
background-color: #B4F663;
border: 2px solid #46a43a;
font-size: 80%;
min-height: 300px;
}
#menu h2 {
margin: 0;
background-color: #46a43a;
text-align: center;
color: #B4F663;
}
#copyright {
}
#content {
padding: 20px;
border: 2px solid #46a43a;
min-height: 300px;
}
</style>
</head>
<body>
<div id="header">
<h2>$title</h2>
</div>
<div id="content">
<h2>$message</h2>
</div>
<div id="copyright">
Copyright (C) 2004-2015. This software is released under the GNU GPL license.
</div>
</body>
</html>