Файл: badbrowser.php
Строк: 61
<?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="ru" lang="ru">
<head>
<title>Вы используете устаревший браузер.</title>
<meta http-equiv="content-type" content="text/html; charset=windows-1251" />
<style type="text/css" media="all">
html, body {
width: 100%;
height: 100%;
background: #F7F7F7;
padding: 0px;
margin: 0px;
font-size:11px;
font-family:Tahoma;
}
a{text-decoration:none;color:#21578b;margin:0px;padding:0px}
a:hover{text-decoration:underline;outline:none}
#bad_browser {
position: absolute;
left: 50%;
top: 50%;
text-align: center;
width: 530px;
margin: -200px 0px 0px -250px;
background: #FFF;
line-height: 250%;
border-bottom: 1px solid #E4E4E4;
}
#content {
border: solid #B8C7D3;
border-width: 0px 1px 1px;
padding: 20px;
}
#head {
width: 100%;
}
#head tr, .head td {
padding: 0px;
margin: 0px;
}
#head1{
width: 145px;
height: 40px;
background: #5788b8 url(/templates/Default/images/logo.png) no-repeat -5px;
background-position: 7px -3px;
}
#head2{
width: 100%;
height: 40px;
background: #5788b8;
}
#head3 {
width: 5px;
height: 40px;
background: #5788b8;
}
#browsers{
width: 400px;
height: 115px;
margin: 10px auto 0px;
}
#browsers a{
float: left;
width: 100px;
height: 20px;
padding: 80px 0px 7px;
}
</style>
</head>
<body>
<div id="bad_browser">
<table cellspacing="0" cellpadding="0" id="head"><tr><td><div id="head1"></div></td><td id="head2"></td><td><div id="head3"></div></td></tr></table>
<div id="content">
Для работы с сайтом необходима поддержка Javascript и Cookies.
<div>
Чтобы использовать все возможности сайта, загрузите и установите один из этих браузеров:<br>
<div id="browsers"><a href="http://www.opera.com/" target="_blank" style="background: url(/templates/Default/images/opera.gif) no-repeat 50% 7px;">Opera</a><a href="http://www.apple.com/safari/" target="_blank" style="background: url(/templates/Default/images/safari.gif) no-repeat 50% 0px;">Safari</a><a href="http://www.google.com/chrome/" target="_blank" style="background: url(/templates/Default/images/chrome.gif) no-repeat 50% 6px;">Google Chrome</a><a href="http://www.mozilla-europe.org/" target="_blank" style="background: url(/templates/Default/images/firefox.gif) no-repeat 50% 7px;">Mozilla Firefox</a></div>
</div>
</div>
</div>
</body>
</html>
?>