Просмотр файла telinfo/head.php

Размер файла: 1.99Kb
<?
header("Content-Type: text/html; charset=utf-8");
print '<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head><meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<title>PoRtAl SoftMob</title>
<style type="text/css">
body { font-weight: normal;
font-family: Verdana; font-size: 11px;
color: #8CCD00; background-color: #FFF; }
a:hover { text-decoration: none; position: relative; top: 1px; left 2px; color : #B1FD0C }

a:link,a:active,a:visited { text-decoration: none; color : white }
a:hover 	{ text-decoration: none; position: relative; top: 1px; left 2px; color : #000000 }

p {margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px; font-size: 11px;}

.cf {  border: 1px ridge #FFF; border-left: 2px solid #FE6600; border-right: 2px solid #FE6600; margin: 0px; padding: 1px; vertical-align: center; background-color: #FFD19A;  font-size: 11px; color: #000000 }

div { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px; font-size: 11px;}
table { margin: 1px 0px 1px 0px; padding: 1px 1px 1px 1px;}
.b {margin: 0px; border-top: 1px solid white; border-left: 1px solid white; border-right: 1px solid white; border-bottom: 1px solid white; padding: 2px; vertical-align: middle;  background-color: white;}
.c {  border: 1px ridge #FFF; border-left: 2px solid #FE6600; border-right: 2px solid #FE6600; margin: 0px; padding: 1px; vertical-align: center; background-color: #FE6600;  font-size: 11px; color: #000;}
.d {border:2px solid white;}

div.row1  { background-color: #697387; border-bottom: 1px solid #FFF; border-top: 1px solid #FFF; border-left: 2px solid #FE6600; border-right: 2px solid #FE6600; font-size : 11px; }

</style>
</head>
<body>
';
echo '<div class="cf" align="center" >Мобильный Портал</div>';
echo '<div class="c" align="center"><img src="http://softmob.pp.ru/logo.png" alt=""/></div>';
echo '<div class="cf" align="center" >Тех. Данные</div>';

echo '<div class="row1">';

?>