Файл: public_html/tpl/page/dbcrash/index.html
Строк: 108
<?php
<script>jQuery('body').css('background', '#222');</script>
<style type="text/css">
.window {
background: #fff;
width: 410px;
margin: 0 auto;
margin-top:100px;
border-radius: 5px;
box-shadow:inset 0 1px 0 rgba(255,255,255,.6), 0 22px 70px 4px rgba(0,0,0,0.56), 0 0 0 1px rgba(0, 0, 0, 0.3);
padding: 3px 5px;
text-align: left;
position:relative;
}
.container {
padding:15px
}
h1 {
font: normal normal 13px/20px "Open Sans", sans-serif;
text-align: center;
position:relative;
z-index:2;
top:-30px;
text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.6);
color:#444;
}
h2 {
font: normal bold 13px/20px "Open Sans", sans-serif;
margin-bottom:3px;
}
p {
font: normal normal 11px/14px "Open Sans", sans-serif;
padding-top: 3px;
}
h2, p {
margin-left: 100px;
}
p a,
p a:link,
p a:visited,
p a:hover,
p a:active {
border-bottom: 1px dotted #888;
text-decoration: none;
color: #000;
}
nav{
height:19px;
}
nav a {
display: inline-block;
margin: 5px 2px 3px 2px;
width: 12px;
height: 12px;
border-radius: 100%;
background: #f36;
box-shadow: 0px 1px 0px rgba(255,255,255,.5);
text-indent: -9999px;
position: relative;
}
nav a:before {
content: '';
display: block;
position: absolute;
border-radius: 100%;
top: 0px;
left: 0px;
bottom: 0px;
right: 0px;
}
nav a:after {
content: '';
display: block;
position: absolute;
top: 2px;
left: 1px;
bottom: 1px;
right: 1px;
border-radius: 100%;
background: -webkit-linear-gradient(white, rgba(255, 255, 255, .9) 2%, white, rgba(255, 255, 255, .4) 16%, rgba(255, 255, 255, 0) 43%, rgba(255, 255, 255, .74), rgba(255, 255, 255, .7) 122%, rgba(255, 255, 255, .7));
}
nav a.close {
background: #FD4E4E;
}
nav a.minimize {
background: #F3BB55;
}
nav a.maximize {
background: #96D16F;
}
.button {
font: normal normal 13px/20px "Open Sans", sans-serif;
height: 21px;
width:79px;
background:linear-gradient(white 2px,#FCFCFC, #F3F3F3 11px, #ECECEC 4px, #FCFCFC 54px);
display:block;
float:right;
margin-top:5px;
cursor: pointer;
text-align: center;
border-radius:4px;
box-shadow:inset 0px 0px 0px 1px #909090, 0px 1px 0px 0px #DFDFDF;
color:#000;
text-decoration:none;
}
.profile{
border-radius: 100%;
-webkit-border-radius: 100%;
-moz-border-radius: 100%;
display:block;
position:relative;
width:60px;
height:60px;
float:left;
margin-left:10px;
margin-top:15px;
}
</style>
<div style="float:left; width:100%;" class="mobile">
<div style="position:relative; width:600px; margin:0 auto;">
<div class="window drag">
<nav>
<a href="#" class="close"></a>
<a href="#" class="minimize"></a>
<a href="#" class="maximize"></a>
<h1>Kogao Database Crashreport</h1>
</nav>
<div class="container">
<div class="profile">
<img src="../../img/data_error.png">
</div>
<h2>Database crashed</h2>
<p>Database connection lost, please check your SQL Database Status. Or open /inc/db.php and type the correct Database Settings in this file.</p>
<p>Report: {function="base64_decode($_GET['e'])"}</p>
</div>
</div>
</div>
</div>
?>