-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathoffline.php
41 lines (37 loc) · 946 Bytes
/
offline.php
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
38
39
40
41
<?
require_once("mainfile.php");
?>
<!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">
<head>
<title><?=WEB_URL;?>-Offline</title>
<meta http-equiv="Content-Type" content="text/html; charset=<?=$iso;?>">
<link rel="shortcut icon" href="images/favicon.ico" />
<link rel="stylesheet" href="css/template_css.css" type="text/css" />
<meta http-equiv="Content-Type" content="text/html;" />
</head>
<body>
<p> </p>
<table width="650" align="center" style="background-color: #ffffff; border: 1px solid">
<tr>
<td width="60%" height="50" align="center">
<img src="images/dangerous.png" alt="dangerous" align="middle" />
</td>
</tr>
<tr>
<td align="center">
<h1>
<?=WEB_URL;?>
</h1>
</td>
</tr>
<tr>
<td width="39%" align="center">
<h2>
<?php echo _INSTALL_WARN; ?>
</h2>
</td>
</tr>
</table>
</body>
</html>