1. Import

This commit is contained in:
2026-03-29 10:34:57 +02:00
parent b0e00c1259
commit a1129565af
4899 changed files with 3007593 additions and 0 deletions

View File

@@ -0,0 +1,39 @@
<?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>