Файл: apwa/styles/red-gold/template/errors.html
Строк: 113
<?php
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="{S_USER_LANG}">
<head>
<meta http-equiv="content-type" content="text/html; charset={S_CONTENT_ENCODING}" />
<meta http-equiv="content-language" content="{S_USER_LANG}" />
<meta http-equiv="content-style-type" content="text/css" />
{META}
<title><!-- IF PAGE_TITLE -->{PAGE_TITLE}<!-- ELSE -->{SITENAME}<!-- ENDIF --></title>
<link rel="stylesheet" href="{T_STYLESHEET_LINK}" type="text/css" />
<!-- font icons start-->
<link href="{T_THEME_PATH}/icons-set.css" rel="stylesheet" type="text/css" media="screen, projection" />
<link href="{T_THEME_PATH}/font-awesome.min.css" rel="stylesheet" type="text/css" media="screen, projection" />
<!-- icons font end-->
<style type="text/css">
body { min-width: 370px; }
.erroring {
background: #333 url('{T_THEME_PATH}/images/background.gif') top repeat-x;
border: 25px groove #111;
border-radius: 8px;
height: 203px;
width: 363px;
margin: 5px auto;
}
.erroring span {
position: absolute;
margin-bottom: -12px;
}
.notfound {
background-image: url('{T_THEME_PATH}/images/ashibka.png');
background-position: top;
background-repeat: no-repeat;
border: 2px solid #888;
opacity: 0.9;
height: 200px;
width: 360px;
}
.notfound:hover {
opacity: 1;
}
.notfound img {
padding: 6px;
border: 0;
-o-transition:all 1s cubic-bezier(0, 0, 1, 1) 0;
-moz-transition:all 1s linear 0s;
-webkit-transition:all 1s linear 0s
}
.notfound img:hover {
-o-transform:scale(1) rotate(-2750deg) translate(1px, 1px);
-moz-transform:scale(1) rotate(-2750deg) translate(1px, 1px);
-webkit-transform:scale(1) rotate(-2750deg) translate(1px, 1px)
}
.notfound h3 {
color: #fff;
padding: 0 2px;
text-align: center;
font-size: 14px;
}
.notfound h3:hover {
color: green;
}
</style>
</head>
<body>
<div id="wrapcentre">
<div class="bg-pic-holder"><div style="background:url('{T_THEME_PATH}/images/bg1.jpg');width:100%;height:100%;position:fixed"></div></div>
<div id="page-body">
<div class="panel">
<div class="column1" style="width:50%;min-width:420px">
<h3 class="panel-header"><span class="panel-icon"><i class="icon-home"></i></span>
<a href="/">{SITENAME}</a> - <a href="{U_INDEX}">{SITE_DESCRIPTION}</a></h3>
<div class="erroring">
<div class="notfound">
<a href="{U_INDEX}"><img src="{T_THEME_PATH}/images/kuler.png" alt="{SITENAME}" title="{SITE_DESCRIPTION}" /></a>
<h3>Извените! Запрошенная страница не найдена.</h3>
</div>
<span>
<!-- IF U_GALLERY_MOD -->
<a href="{BOARD_URL}{U_GALLERY_MOD}" title="{L_GALLERY_EXPLAIN}"><i class="icon-picture"></i></a>
<!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED -->
<a href="{U_REGISTER}" title="{L_REGISTER}"><i class="icon-pencil-alt"></i></a> <!-- ENDIF -->
<a href="{U_LOGIN_LOGOUT}" title="{L_LOGIN_LOGOUT}"><i class="icon-right-circled"></i></a>
<a href="{U_MEMBERLIST}" title="{L_MEMBERLIST}"><i class="icon-user-male"></i></a>
<a href="{BOARD_URL}{U_SEARCH}" title="{L_SEARCH}"><i class="icon-zoom-in"></i></a>
</span>
</div>
<div class="copyright">{SITE_DESCRIPTION} (c) <a href="http://apwa.ru">{SITENAME}</a></div>
</div>
<div class="column2">
<h3 class="panel-header"><span class="panel-icon"><i class="icon-chat"></i></span><a href="{BOARD_URL}{U_SEARCH_ACTIVE_TOPICS}">{L_SEARCH_ACTIVE_TOPICS}</a></h3>
<ul class="topiclist forums">
<!-- BEGIN topicrow -->
<li class="row"><dl style="height:18px">
<dt title="{topicrow.MESSAGE}"><a href="{topicrow.U_TOPIC}">{topicrow.TOPIC_TITLE}</a></dt>
<dd class="posts" style="padding:0">{topicrow.TOPIC_REPLIES}</dd>
<dd class="lastpost"><a href="{topicrow.U_LAST_POST}">{L_LAST_POST}</a></dd></dl></li>
<!-- END topicrow -->
</ul>
</div>
</div>
</div>
</div>
</body></html>
?>