Revision 647
Added by doc over 17 years ago
| warning.html | ||
|---|---|---|
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> |
|
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en"> |
|
| 3 |
<head> |
|
| 4 |
<title>Maximum Invalid Login Attemps Exceeded</title> |
|
| 5 |
<style type="text/css"><!-- |
|
| 6 |
body,td,th {
|
|
| 7 |
font-family: Verdana, Arial, Helvetica, sans-serif; |
|
| 8 |
font-size: 12px; |
|
| 9 |
color: #000000; |
|
| 10 |
} |
|
| 11 |
body {
|
|
| 12 |
margin: 0px; |
|
| 13 |
background: #fff url(../interface/background.png) ;
|
|
| 14 |
background-repeat:repeat-x;
|
|
| 15 |
} |
|
| 16 |
a:link, a:visited, a:active {
|
|
| 17 |
color: #003366; |
|
| 18 |
text-decoration: none; |
|
| 19 |
} |
|
| 20 |
a:hover {
|
|
| 21 |
text-decoration: underline; |
|
| 22 |
color: #336699; |
|
| 23 |
} |
|
| 1 |
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
|
|
| 2 |
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
|
|
| 3 |
<head>
|
|
| 4 |
<title>Maximum Invalid Login Attemps Exceeded</title>
|
|
| 5 |
<style type="text/css"><!--
|
|
| 6 |
body,td,th {
|
|
| 7 |
font-family: Verdana, Arial, Helvetica, sans-serif;
|
|
| 8 |
font-size: 12px;
|
|
| 9 |
color: #000000;
|
|
| 10 |
}
|
|
| 11 |
body {
|
|
| 12 |
margin: 0px;
|
|
| 13 |
background: #95C8F0 url(../interface/background.png) ;
|
|
| 14 |
background-repeat:repeat-x; |
|
| 15 |
}
|
|
| 16 |
a:link, a:visited, a:active {
|
|
| 17 |
color: #003366;
|
|
| 18 |
text-decoration: none;
|
|
| 19 |
}
|
|
| 20 |
a:hover {
|
|
| 21 |
text-decoration: underline;
|
|
| 22 |
color: #336699;
|
|
| 23 |
}
|
|
| 24 | 24 |
h1 {
|
| 25 | 25 |
text-align: center; |
| 26 | 26 |
font-size: 16px; |
| 27 | 27 |
color: #fff; |
| 28 | 28 |
text-transform: uppercase; |
| 29 | 29 |
} |
| 30 |
hr {
|
|
| 31 |
height: 1px; |
|
| 32 |
color: #336699; |
|
| 33 |
background-color: #336699; |
|
| 34 |
border: 0; |
|
| 35 |
} |
|
| 36 |
--></style></head> |
|
| 37 |
<body> |
|
| 38 |
|
|
| 39 |
<center> |
|
| 40 |
<br /> |
|
| 41 |
<h1>Excessive Invalid Logins</h1> |
|
| 42 |
You have attempted to login too many times |
|
| 43 |
</center> |
|
| 44 |
|
|
| 45 |
</body> |
|
| 30 |
hr {
|
|
| 31 |
height: 1px;
|
|
| 32 |
color: #336699;
|
|
| 33 |
background-color: #336699;
|
|
| 34 |
border: 0;
|
|
| 35 |
}
|
|
| 36 |
--></style></head>
|
|
| 37 |
<body>
|
|
| 38 |
|
|
| 39 |
<center>
|
|
| 40 |
<br />
|
|
| 41 |
<h1>Excessive Invalid Logins</h1>
|
|
| 42 |
You have attempted to login too many times
|
|
| 43 |
</center>
|
|
| 44 |
|
|
| 45 |
</body>
|
|
| 46 | 46 |
</html> |
Also available in: Unified diff
fixed bug with text Captcha (input restricted to 10 characters) and a small layout issue