-
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathnddbc.html
37 lines (33 loc) · 2.01 KB
/
nddbc.html
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
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" dir="ltr" lang="de">
<head>
<title>Datenbankproblem</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="" />
<meta name="description" content="" />
<meta http-equiv="imagetoolbar" content="no" />
<meta name="authors" content="zen-cart-pro.at" />
<meta name="robots" content="noindex, nofollow" />
<style type="text/css">
<!--
.systemError {color: #FFFFFF}
-->
</style>
<!--
<base href="http://localhost/" />
-->
<!--Make sure to change the above URL to the root address of your cart. Do not change the relative address to the index page, but you should change the address to your logo (a few lines below) to reflect your custom template directory (instead of template_default). Be sure to adjust the logo size to match yours. -->
</head>
<body style="margin: 20px">
<div style="width: 730px; background-color: #ffffff; margin: auto; padding: 10px; border: 1px solid #cacaca;">
<div>
<a href="index.php?main_page=index"><img src="includes/templates/template_default/images/logo.gif" alt="This Is my store logo. [home link]" title="This Is my store logo. [home link]" width="192" height="64" border="0" /></a>
</div>
<div style="float: right"><img src="includes/templates/template_default/images/down_for_maintenance.gif" alt="Datenbankproblem. Bitte schauen Sie später nochmal vorbei" title="Datenbankproblem. Bitte schauen Sie später nochmal vorbei" width="200" height="187" /></div>
<h1 style="font-size: 95%; text-align: center;">Sorry!<br />
Es gibt ein Problem mit der Verbindung zur Datenbank. Bitte haben Sie ein wenig Geduld, bis wir das Problem behoben haben und schauen Sie etwas später wieder vorbei. Danke.</h1>
<br />
<br />
<div style="font-size: 90%; text-align: center;">Status überprüfen ... <a href="index.php?main_page=index">Klicken Sie hier</a></div>
</div>
</body></html>