<?php
	require "weblog.inc";
	$w = new Weblog("weblogs", "10.164.0.110", "weblog", "iamadmin","","ipsec_main");
	$include_dir=$_SERVER["DOCUMENT_ROOT"]."/ipsec/";
?>

<html>
	<head>
		<?php include($include_dir."includes/pageheader.php") ?>
	</head>
	<body>
		<p align="middle">
		<table width="80%" cellpadding="0" cellspacing="0" border="0">
			<tr>
				<td colspan="5"><!-- header -->
					<?php include($include_dir."includes/header.php") ?>
				</td>
			</tr>
			<tr><td colspan="5" class="hliner" /></tr>
			<tr>
				<td class="vliner" />
				<td class="lmenu" width="15%" valign="top">
					<!-- left navigation menu -->
					<?php include($include_dir."includes/lnavmenu.php") ?>
				</td>
				<td class="vliner" />
				<td valign="top">
					<table cellspacing="0" cellpadding="0" border="0" width="100%" height="100%">
						<tr>
							<td colspan="3" valign="top" height="100%">
								<p class="content">
									<!-- main content -->
									<?php $w->insert(); ?>
								</p>
							</td>
						</tr>
					</table>
				</td>
				<td class="vliner" />
			</tr>
			<tr><td colspan="5" class="hliner" /></tr>
			<tr>
				<td class="footer" colspan="5">
					<!-- footer -->
					<?php include($include_dir."includes/footer.php") ?>
				</td>
			</tr>
			</tr>
		</table>
		</p>
	</body>
</html>
