Revision 950
Added by Matthias over 16 years ago
| trunk/wb/templates/wb_theme/templates/warning.htt | ||
|---|---|---|
| 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: #A8BCCB 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 |
h1 {
|
|
| 25 |
text-align: center; |
|
| 26 |
font-size: 18px; |
|
| 27 |
color: #000; |
|
| 28 |
text-transform: uppercase; |
|
| 29 |
} |
|
| 30 |
hr {
|
|
| 31 |
height: 1px; |
|
| 32 |
color: #336699; |
|
| 33 |
background-color: #336699; |
|
| 34 |
border: 0; |
|
| 35 |
} |
|
| 36 |
div#message {
|
|
| 37 |
text-align: center; |
|
| 38 |
} |
|
| 39 |
--></style></head> |
|
| 40 |
<body> |
|
| 41 |
|
|
| 42 |
<div id='message'> |
|
| 43 |
<h1>Excessive Invalid Logins</h1> |
|
| 44 |
You have attempted to login too many times |
|
| 45 |
</div> |
|
| 46 |
|
|
| 47 |
</body> |
|
| 48 |
</html> |
|
Also available in: Unified diff
removed warning.htt also from wb_theme