Размер файла: 1.75Kb
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.2//EN" "http://www.openmobilealliance.org/tech/DTD/xhtml-mobile12.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Access Denied</title>
<link rel="shortcut icon" href="/design/themes/touch/default/favicon.ico" type="image/x-icon">
<link rel="stylesheet" href="/design/themes/touch/default/style.css" type="text/css">
<meta name="description" content="PerfCMS - Free mobile optimized Content Management System with open source code"/>
<meta name="keywords" content="PerfCMS, CMS, mobile, wap, web, php, pdo"/>
<style type="text/css">
/*<![CDATA[*/
body {font-family:"Verdana";font-weight:normal;color:black;background-color:white;}
h1 { font-family:"Verdana";font-weight:normal;font-size:18pt;color:red }
h2 { font-family:"Verdana";font-weight:normal;font-size:14pt;color:maroon; }
h3 {font-family:"Verdana";font-weight:bold;font-size:11pt}
p {font-family:"Verdana";font-weight:normal;color:black;font-size:9pt;}
.version {color: gray;font-size:8pt;border-top:1px solid #aaaaaa;}
/*]]>*/
</style>
<body>
<div class="main">
<div class="logo"><img src="/design/themes/touch/default/images/logo.png" alt="logo" /></div>
<div class="title">Access denied</div>
<div class="post">
<h2><?php echo nl2br(CHtml::encode($data['message'])); ?></h2>
<p>
You do not have the proper credential to access this page.
</p>
<p>
If you think this is a server error, please contact <?php echo $data['admin']; ?>.
</p>
<div class="version">
<?php echo date('Y-m-d H:i:s',$data['time']) .' '. $data['version']; ?>
</div>
</div>
<div class="block">
<a class="panel" href="javascript:history.back(-1);">Back</a>
</div>
</div>
</body>
</html>