23 lines
790 B
Smarty
23 lines
790 B
Smarty
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta http-equiv="content-type" content="text/html; charset=cp1251" />
|
||
|
<title>{title} Offline!</title>
|
||
|
</head>
|
||
|
<body id="login">
|
||
|
<style type="text/css" media="all">
|
||
|
html {
|
||
|
background: #777777 50% 0px repeat-x;
|
||
|
}
|
||
|
table, tr, td { font-family: Verdana, Tahoma, Arial, sans-serif; font-size: 11px; color: #000; }
|
||
|
.tablefill { border:2px solid #345487;background-color:#F5F9FD;padding:6px; }
|
||
|
</style>
|
||
|
|
||
|
<table width="100%" height="85%" align="center">
|
||
|
<tr><td valign="middle"><table align="center" cellpadding="4" class="tablefill">
|
||
|
<tr><td width="100%" align="center">
|
||
|
<table><tr><th>{reason}</th></tr></table>
|
||
|
</td></tr></table></td></tr></table>
|
||
|
|
||
|
</body>
|
||
|
</html>
|