52 lines
1.5 KiB
PHP
52 lines
1.5 KiB
PHP
|
|
<?
|
||
|
|
|
||
|
|
/*
|
||
|
|
* Application Database - Header
|
||
|
|
*
|
||
|
|
*/
|
||
|
|
|
||
|
|
?>
|
||
|
|
|
||
|
|
<!-- start of header.inc -->
|
||
|
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||
|
|
<html>
|
||
|
|
|
||
|
|
<head>
|
||
|
|
<title>Wine Application DB <?=$title?></title>
|
||
|
|
<meta HTTP-EQUIV="Expires" CONTENT="Mon, 06 Jan 1990 00:00:01 GMT">
|
||
|
|
<meta HTTP-EQUIV="Pragma" CONTENT="no-cache">
|
||
|
|
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
|
||
|
|
<link rel="stylesheet" href="<?=$apidb_root?>apidb.css" type="text/css">
|
||
|
|
<script language="JavaScript" src="<?=$apidb_root?>scripts.js" type="text/javascript"></script>
|
||
|
|
</head>
|
||
|
|
|
||
|
|
<body bgcolor="#E2E2E2" text="#000000">
|
||
|
|
|
||
|
|
<table width="100%" border=0 cellpadding=0 cellspacing=0>
|
||
|
|
<tr>
|
||
|
|
<td>
|
||
|
|
<table width="100%" border=0 cellpadding=0 cellspacing=0>
|
||
|
|
<tr>
|
||
|
|
<td width="100%"><a href="<?=$apidb_root?>"><img src="<?=$apidb_root?>images/winehq_top_logo.gif" width=300 height=99 border=0 alt="Wine HQ"></a></td>
|
||
|
|
<td>
|
||
|
|
<img src="<?=$apidb_root?>images/blank.gif" border=0 width=10 height=1 alt="">
|
||
|
|
</td>
|
||
|
|
<td width="100%" align="center" valign="middle">
|
||
|
|
<!-- BANNER AD -->
|
||
|
|
<table border=0 cellpadding=1 cellspacing=0>
|
||
|
|
<tr><td valign="middle" align="center" class="black"
|
||
|
|
><?=$banner_ad?></td
|
||
|
|
></tr>
|
||
|
|
</table>
|
||
|
|
<!-- END BANNER AD -->
|
||
|
|
</td>
|
||
|
|
<td>
|
||
|
|
<img src="<?=$apidb_root?>images/blank.gif" border=0 width=10 height=1 alt="">
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
</td>
|
||
|
|
</tr>
|
||
|
|
</table>
|
||
|
|
<!-- end of header.inc -->
|