View file temes/zonart/verh.dat

File size: 4.75Kb
<?
//автор - figura
//сайт - http://f-pt.ru
//иконки главной страници

//в загрузцентре
$img_dir_dounload = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/dir.gif" alt="">';
$img_file_dounload = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/file.gif" alt="">';
$img_down_dounload = '<img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/down.gif" alt="">';



echo '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>'.$title.'</title>
<style type="text/css">
body{
font-size: 9px;
font-family: verdana, arial, helvetica, sans-serif;
margin: auto;
max-width: 450px;
background-color: #ffffff;
color: #000000;
}

div.altmini {
margin: 1px;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/altmini.png");
Background-repeat: repeat-x;
height: 3px;
background-color: #A5DB01;
}

div.verh {
text-align: center;
margin-top: 1px;
margin-bottom: 1px;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/alt.png");
Background-repeat: repeat-x;
height: 34px;
}

div.ramka {
margin: 1px;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #e8e8e8;
border-right-style: solid;
border-right-width: 1px;
border-right-color: #e8e8e8;
border-top-style: solid;
border-top-width: 1px;
border-top-color: #e8e8e8;
border-left-style: solid;
border-left-width: 3px;
border-left-color: #e8e8e8;
}

div.blue {
text-align: center;
margin: 1px;
border-style: solid;
border-width: 1px;
border-color: #2DCDFF;
background-color: #2DCDFF;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/alt2.png");
Background-repeat: repeat-x;
height: 30px;
}

div.fon {
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: #e2e2e2;
margin: 1px;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/alt3.png");
Background-repeat: repeat-x;
}

div.razd {
border-top-style: solid;
border-top-width: 1px;
border-top-color: #e2e2e2;
text-align: left;
background-color: #000000;
padding-left: 3px;
margin-top: 1px;
margin-bottom: 1px;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/alt3.png");
Background-repeat: repeat-x;
height: 20px;
color: #000000;
font-size: 10px;
}

div.ramk {
text-align: left;
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
background-color: #A5DB01;
}

div.sob {
text-align: left;
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
border-bottom: 1px solid #c9c9c9;
background-color: #2DCDFF;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/alt2.png");
Background-repeat: repeat-x;
}

div.niz {
border-style: solid;
border-width: 1px;
border-color: #2DCDFF;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
text-align: center;
background-color: #2DCDFF;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/alt2.png");
Background-repeat: repeat-x;
margin-top: 1px;
}

div.niz2 {
margin-left: 1px;
margin-right: 1px;
margin-top: 1px;
margin-bottom: 1px;
padding-left: 1px;
padding-right: 1px;
padding-top: 1px;
padding-bottom: 1px;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/niz.png");
Background-repeat: repeat-x;
background-color: #A5DB01;
}

div.niz2 a, div.niz2 a:visited {
color : #008fcb;
text-decoration : none;
}

div.niz2 a, div.niz2 a:link {
color : #008fcb;
text-decoration : none;
}

span.a {
color : #ffffff;
font-size : 16px;
font-weight : bold;
}

a {
text-decoration:none;
margin-left: 2px;
}
a:link {
color: #00A1E5;
}
a:active {
color: #00A1E5;
}
a:visited {
color: #00A1E5;
}
a:hover {
color: #749B00;
font-size: 9px;
}


input{
text-align: left;
}

textarea{
width: 100%;
text-align: left;
}


</style>
</head>
<body>

<br><div class="altmini"></div>
<div class="verh"><img src="http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/'.$teme.'/logo.png"></div>';

echo'<div class="ramka">';
include("$koren_dir/sistem/data_time.dat");//Включили дату и время
echo'</div>
<div class="ramka">';
include("$koren_dir/reklama.txt");//Включили рекламу
echo'</div>';
echo'<div class="blue"><B><span class="a">'.$zagolovok.'</span></B></div>';
echo'<div class="fon">';
include("$koren_dir/sistem/menu.dat");//Включили главное меню


?>