Posted: Fri Jun 28, 2002 1:45 am
Code: Select all
<?php
$i = 0;
switch ($id) {
case 0:
include 'compteur.php';
?>
<html>
<head>
<title>Dales UT2K3 Database</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
</head>
<body bgcolor="#000000" text="#CCCCCC" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0" bottommargin="0" rightmargin="0" link="#CCCCCC" vlink="#CCCCCC" alink="#CCCCCC">
<table width="1005" border="0" cellspacing="0" cellpadding="0" height="100%">
<tr>
<td width="150" height="150"><img src="./images/tl.jpg" width="150" height="150"></td>
<td width="855" colspan="3">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" background="./images/tbg.jpg">
<tr>
<td><img src="./images/tl3.jpg" width="100" height="150"></td>
<td width="100%"> </td>
<td><img src="./images/tr.jpg" width="500" height="150"></td>
</tr>
</table>
</td>
</tr>
<tr>
<td rowspan="2" width="150">
<table width="100%" border="0" cellspacing="0" cellpadding="0" height="100%" background="./images/lbg.jpg">
<tr>
<td><img src="./images/tl2.jpg" width="150" height="188"></td>
</tr>
<tr>
<!--Main Menu Start-->
<?php
include 'mainmenu.php';
?>
<!--Main Menu End-->
<td valign="top" width="5"><br /></td>
<td align="center" valign="top" width="776">
<p><a href="http://www.gamer.uk.com/cgi-bin/aff_jump.cgi?uid=utdale">
<img src="http://www.gamer.uk.com/banners/pc/u2_468_pc.gif" border="0" width="468" height="60">
</a></p>
<p align="center"><font size="1" face="Verdana">News</font></p>
<p align="left">
<--News-->
</p>
<p> </p>
</td>
<td valign="top" width="5"> </td>
</tr>
<tr>
<td valign="bottom" width="855" colspan="3">
<p align="center"><font face="Verdana" size="1">Site Designed By <a href="http://www.imahosting.com/cicid/"> Ciced</a></font>
</td>
</tr>
</table>
</body>
</html>
<?php
break;
}
?>