Файл: apwa/styles/mobile/template/errors.html
Строк: 89
<?php
<!DOCTYPE html PUBLIC "-//WAPFORUM//DTD XHTML Mobile 1.0//EN" "http://www.wapforum.org/DTD/xhtml-mobile10.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" />
<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="wrap">
<div id="head"><div class="cat"><b>{SITE_DESCRIPTION}</b></div></div>
<div id="page">
<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}"><img src="{T_THEME_PATH}/images/icon_mini_gallery.gif" alt="" title="{L_GALLERY_EXPLAIN}" /></a>
<!-- ENDIF -->
<!-- IF not S_USER_LOGGED_IN and S_REGISTER_ENABLED -->
<a href="{U_REGISTER}"><img src="{T_THEME_PATH}/images/icon_mini_register.gif" alt="" title="{L_REGISTER}" /></a> <!-- ENDIF -->
<a href="{U_LOGIN_LOGOUT}"><img src="{T_THEME_PATH}/images/icon_mini_login.gif" alt="" title="{L_LOGIN_LOGOUT}" /></a>
<a href="{U_MEMBERLIST}"><img src="{T_THEME_PATH}/images/icon_mini_members.gif" alt="" title="{L_MEMBERLIST}" /></a>
<a href="{BOARD_URL}{U_SEARCH}"><img src="{T_THEME_PATH}/images/icon_mini_search.gif" alt="" title="{L_SEARCH}" /></a>
</span>
</div>
<div class="tab">
<a href="{BOARD_URL}{U_SEARCH_ACTIVE_TOPICS}"><img src="{T_THEME_PATH}/images/icon_mini_actives.gif" alt="" /> {L_SEARCH_ACTIVE_TOPICS}</a></div>
<!-- BEGIN topicrow -->
<div class="row1"><a href="{topicrow.U_TOPIC}">{topicrow.TOPIC_TITLE} <span class="rt">[{topicrow.TOPIC_REPLIES}]</span></a></div>
<!-- END topicrow -->
</div>
</div>
<div style="text-align:center">{SITE_DESCRIPTION} (c) <a href="http://apwa.ru">{SITENAME}</a></div>
</body></html>
?>