Просмотр файла guest/mod/cfg.php

Размер файла: 2.48Kb
<?php
/*
///////////////////////////////////////
 Author : EuroDesign (iNeeXT)
 URL : http://design.h2m.in
 Support : [email protected]
 Guest v1.0
//////////////////////////////////////
*/

//////////////////////////////////////////////Верхушка////////////////////////////////////////////////////////

echo '<!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">
<head><title>Guest v 1.0</title>
<link rel="SHORTCUT ICON" href="../images/favicon.ico">
<style type="text/css">
		a:link, a:visited  { color: #0078CE; font-weight : bold; text-align : justify;  text-decoration : none; }
	a:hover { color: #000000; }
	a:active { color: #000000; text-decoration: underline }
	.footer a:link, .footer a:visited { color: #0078CE; text-decoration: none }

body  { color: #000000; font-size: 10px; font-family: Arial, Tahoma, sans-serif; background-color: #FFFFFF; background-repeat: repeat-x; background-position: 0 top; margin: auto; max-width: 400px; border: solid 1px #808080;}
hr {
	margin: 0;
	border: 0;
	border-top: 1px solid black;
}
.basd {background-color: #ffffff; background-position: 0 top; border-bottom: 1px solid #e1e1e1 }

.header  {border-left: 4px solid #0078CE; border-bottom: 1px solid #808080; color: #000000; background-color: #ffffff; background-image: url(../../st/hf.gif); margin: 0; padding: 3px 0 4px 4px; border-top: 1px solid #c0c0c0; border-bottom: 1px solid #808080 }

.block { background-color: #fff; margin: 3px 0px 3px 0px; padding: 4px; border-right: 1px white;
	border-left: 4px solid #0078CE; border-bottom: 1px solid #808080; border-top: 1px solid #808080; }

.basd {
	font-size: x-small;
	padding: 2px 0px 2px 4px;
	color: #878787;
}
.foot {
	font-size: x-small;
	padding: 2px 0px 2px 4px;
	color: #ffffff;
}
.quote{
	background-color: #ffffff;
	color: #000000;
	padding: 2px 0px 2px 4px;

}
form, input, chekbox, select, textarea {
 color: #000000;
 border: 1px solid gray;
 margin: 1px;
 font-size: 10px;
}
</style>
<div class="basd"><img src="images/logo.png"></div>';
session_name('SID');
//session_start();


////////////////////////Низ///////////////////////////////
 function footer() {
echo'<div class="header">
<a href="/index.php">Guest v1.0</a> /'; ?> <?php
 require("mod/online.php");
$time = round ( microtime () - $start_time, 4 );
$time = str_replace("-","",$time);
echo"</div>" . $time . " cek.";
echo'</body></html> '; }
?>