View file radio/Tpl/header.tpl.html

File size: 1.69Kb
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
	<head>
		<title>RadioCMS</title>
		<link rel="stylesheet" href="files/admin_style.css" type="text/css">
		<script src="files/playlist_edit.js"></script>
		<script src="files/meneger.js"></script>
		<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
	</head>

	<body topmargin="0" leftmargin="0" rightmargin="0" bottommargin="0" marginwidth="0" marginheight="0">
		<table border="0" width="100%" cellspacing="0" cellpadding="0">
			<tr>
				<td width="2" align="right"><img border="0" src="images/navi_01.jpg" width="1" height="122"></td>
				<td>
				<table border="0" width="100%" cellspacing="0" cellpadding="0">
					<tr>
						<td>
						<table border="0" width="100%" cellspacing="0" cellpadding="0">
							<tr>
								<td width="324">
								<a href="/radio/"><img border="0" src="images/navi_02.jpg" width="588" height="38"></a></td>
								<td background="images/navi_03.jpg" valign="top"><div class="navi_text">
		<?php
			if (strpos(URL,'http://') === false) {
				$adres2 = 'http://'.URL;
			} else {
				$adres2 = URL;
			}
		?>
									<a href="<?=$adres2?>" target="_blank"><?=IP?></a> | <?=date("H:i")?> | <a href="top.php?exit=yes">Выход</a><br>Вы зашли как <?=$prava?></div></td>
							</tr>
						</table>
						</td>
					</tr>
					<tr>
						<td background="images/navi_16.jpg" class="mainMenu">
<?php
	include('Tpl/mainMenu.tpl.html');
?>
		                </td>
					</tr>
				</table>
				</td>
				<td width="2" align="left"><img border="0" src="images/navi_04.jpg" width="1" height="122"></td>
			</tr>
		</table>