File size: 2.77Kb
<?
$set['web'] = false;
//header("Content-type: application/vnd.wap.xhtml+xml");
//header("Content-type: application/xhtml+xml");
header("Content-type: text/html");
echo '<?xml version="1.0" encoding="utf-8"?>';
?>
<!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="ru">
<head>
<meta name="msapplication-TileColor" content="#247CB3">
<meta name="theme-color" content="#247CB3">
<title>
<?=$set['title']?>
</title>
<link rel="shortcut icon" href="/style/themes/<?=$set['set_them']?>/favicon.ico" />
<link rel="stylesheet" href="/style/themes/<?=$set['set_them']?>/style.css" type="text/css" />
<link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/css/main.css">
<script src="/js/particles.min.js"></script>
<script src="/js/script.js" defer></script>
<script type="text/javascript" language="javascript" src="/ajax/js/jquery-1.5.1.min.js"></script>
<style type="text/css">
#garland {position:absolute;top:0;left:0;background-image:url('http://uguide.ru/js/script/christmas.png');height:36px;width:100%;overflow:hidden;z-
index:99}
#nums_1 {padding:100px}
.garland_1 {background-position: 0 0}
.garland_2 {background-position: 0 -36px}
.garland_3 {background-position: 0 -72px}
.garland_4 {background-position: 0 -108px}
</style>
<div id="garland" class="garland_4"><div id="nums_1">1</div></div>
<script type="text/javascript">
function garland() {
nums = document.getElementById('nums_1').innerHTML
if(nums == 1) {document.getElementById('garland').className='garland_1';document.getElementById('nums_1').innerHTML='2'}
if(nums == 2) {document.getElementById('garland').className='garland_2';document.getElementById('nums_1').innerHTML='3'}
if(nums == 3) {document.getElementById('garland').className='garland_3';document.getElementById('nums_1').innerHTML='4'}
if(nums == 4) {document.getElementById('garland').className='garland_4';document.getElementById('nums_1').innerHTML='1'}
}
setInterval(function(){garland()}, 600)
</script>
<nolayer>
<div style="position:absolute; top:0; left:0;">
</nolayer>
<script src="http://uguide.ru/js/script/table1.js" type="text/javascript"></script>
<nolayer>
</div>
</nolayer>
<script type="text/javascript" src="http://uguide.ru/js/script/snow1.js"></script>
</head>
<body>
<div class="body"><div id="particles-js"></div>
<?
if (isset($_SESSION['message']))
{
echo '<div class="msg">' . $_SESSION['message'] . '</div>';
$_SESSION['message'] = NULL;
}
echo "<div class='head'><div class='logo'><a href='/#'><img src='/style/themes/$set[set_them]/logo_z.png' alt='logo'/></a></div></div>";
?>