39 lines
1.4 KiB
PHP
39 lines
1.4 KiB
PHP
<?php
|
|
include_once ("../include/dbglobal.inc.php");
|
|
|
|
getLanguage(__FILE__);
|
|
?>
|
|
|
|
<html>
|
|
|
|
<head>
|
|
<link rel="stylesheet" type="text/css" href="../css/phoenix.css">
|
|
</head>
|
|
|
|
|
|
<body bgcolor="#FFFFFA" leftmargin="1" topmargin="1" marginwidth="0" marginheight="0" link="#990000" vlink="#990000" alink="#990000">
|
|
|
|
<table border="0" height="100%" width="100%" align="center" cellspacing="0" cellpadding="0" vspace="0" hspace="0">
|
|
<tr>
|
|
<td width=20%><img src="../images/spacer_lightgray.jpg" width="100%" height="100%"></td>
|
|
<td width=60% align=center valign=center><img src="../images/logo_main.png" alt="votian"></td>
|
|
<td width=20%><img src="../images/spacer_lightgray.jpg" width="100%" height="100%"></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td width=20%><img src="../images/spacer_lightgray.jpg" width="100%" height="100%"></td>
|
|
<td class="f10bp1_red" align="center">
|
|
<?php
|
|
echo getLngt("Wegen der extremen Anzahl an Login-Fehlversuchen wurde<br>der Zugang bis zum morgigen Tage gesperrt.<br>");
|
|
echo getLngt("Diese Sicherheitsmaßnahme ist leider notwendig!<br><br>");
|
|
echo getLngt("Wir bitten um Ihr Verständnis!<br><br>");
|
|
echo getLngt("Um eine vorzeitige Freischaltung zu erhalten,<br>wenden Sie sich bitte an die Zentrale!");
|
|
?>
|
|
</td>
|
|
<td width=20%><img src="../images/spacer_lightgray.jpg" width="100%" height="100%"></td>
|
|
</table>
|
|
|
|
</body>
|
|
|
|
|
|
</html>
|