Просмотр файла temes/light/verh.dat

Размер файла: 1.64Kb
<?
// http://vet-site.h2m.ru

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 {background-repeat:repeat-x;
font-size: 11px;
background-color: #fff;
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/light/bg.gif");
repeat-x fixed 0 top;  color: #666;}

div          { background-color: #fff; padding: 2px;}
div.verh {
background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/light/verh.gif");
border: 1px solid #dadada;  background-color: #ececec;margin-top: 1px;
margin-bottom: 1px;
text-align: center;}

div.razd {background-color: #f0f0f0;
border: 1px solid #dadada;margin-top: 1px;
margin-bottom: 1px;
text-align: center;}


div.sob {background-color: #f0f0f0
;
border: 1px solid #dadada;margin-top: 1px;
margin-bottom: 1px;
text-align: left;}

div.niz {  background-image: url("http://'.htmlspecialchars($_SERVER['HTTP_HOST']).'/temes/light/verh.gif");
border: 1px solid #dadada;margin-top: 1px;
margin-bottom: 1px;
text-align: center;}

a {
text-decoration:none;
}
a:link {
color: #999;
}
a:active {
color: #999;
}
a:visited {
color: #999;
}
a:hover {
color: #666;
}

input,select,textarea {
   border: 1px solid #dadada;
   text-align: left;
   color: #999;
   margin: 1px;
   padding: 1px;
   background-color: #ffffff;}

hr { background: #dadada; color: #dadada; border: none; height: 1px; margin: 2px 0; }

</style>
</head>
<body>
<div class="verh"><B>'.$zagolovok.'<br><br></B></div>';
?>