Newer
Older
Andrew Rudenets
committed
<html>
<head>
<title>{% block pagename %}Ошибка{% endblock %} | {{ System.Title }}</title>
<link href='http://fonts.googleapis.com/css?family=PT+Sans&subset=cyrillic-ext,latin' rel='stylesheet' type='text/css'>
{{ HTML.style('static/css/common.css')|raw }}
{{ HTML.style('static/css/sign/sign.css')|raw }}
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
</head>
<body>
<div id="wrap" class="page">
<div id="errButton">
<div id="errButton_img"></div>
</div>
<div class="header_wrapper">
<div class="logotype alignLeft">
{{ HTML.anchor('/', System.Title, {'title': 'Перейти на главную'})|raw }}
</div>
<div class="navigation">
Ooops!
</div>
</div>
Andrew Rudenets
committed
<div class="main_layer" style="width: 500px;">
<div class="main">
<div class="main_content sidePadding" style="overflow: hidden; text-align: center; padding: 10px">
<h2 style="margin:0">{% if title != '' %} {{ title }} {% else %} Ошибка! {% endif %}</h2>
<div style="font-size: 8em;">{{ code }}</div>
<div style="color: #999; font-size: 1em;">{{ message }}</div>
<div><a href="{{ link }}" style='font-size: 1em; color: #0183ce; text-decoration: none;'>Вернуться на главную страницу</a></div>
Andrew Rudenets
committed
</div>