Просмотр файла top.php

Размер файла: 1.48Kb
<?php
##########################################
###### StanisovMail
###### автор Stanisov aka Stanislav M. (Stasmen)
###### icq 476119667
###### [email protected]
##########################################
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Статус</title>
<style type="text/css">
body { 
font-weight: normal; 
font-size: normal; 
font-family: "Currier New", Verdana, Georgia; background-color: '.$ft_body.';
}
.top { 
background-color: '.$ft_top.'; 
padding-top: 3px;
padding-bottom: 3px;
padding-left: 4px;
border: 1px solid; 
text-align: center; 
color: '.$ft_top_text.'; 
}
.center { 
background-color: '.$ft_center.'; 
padding-top: 3px; 
padding-bottom: 3px; 
padding-left: 4px;
border: 1px solid;
text-align: left;
color: '.$ft_center_text.';
}
.line { 
background-color: '.$ft_line.'; 
padding-top: 3px;
padding-bottom: 3px;
padding-left: 4px;
border: 1px solid; 
text-align: center; 
color: '.$ft_line_text.'; 
}
.bottom { 
background-color: '.$ft_bottom.'; 
padding-top: 3px; 
padding-bottom: 3px; 
padding-left: 4px;
border: 1px solid;
text-align: center;
color: '.$ft_bottom_text.';
}
a:link {
font-weight: bold; text-decoration: none;
color: '.$ft_link.';
background: transparent;
}
</style>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>';
?>