<?php require_once('passpro.php'); ?>
<?php
include("adco.php");
if (!isset($_POST['submit'])) {
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "DTD/xhtml1-transitional.dtd">
<html>
<head>
<title><?php echo $title ?></title>
<link href='style/style.css' rel='stylesheet' type='text/css' />
<script language="javascript" type="text/javascript" src="js/tiny_mce.js"></script>
<script language="javascript" type="text/javascript">
tinyMCE.init({
mode : "textareas",
theme : "advanced",
theme_advanced_buttons3 : "",
theme_advanced_toolbar_location : "top",
theme_advanced_toolbar_align : "left",
});
</script>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
a:link {
color: #CCC;
text-decoration: none;
}
a:visited {
text-decoration: none;
color: #999;
}
a:hover {
text-decoration: none;
color: #CCC;
}
a:active {
text-decoration: none;
color: #CCC;
}
</style>
</head>
<!-- START OF HIDDEN HTML - PLACE YOUR CONTENT HERE -->
<body>
<div id="main">
<div id="caption">Administration</div><div id="caption2">
Choose your Option
</div>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
<tr>
<td align="center"> </td>
<td align="center"> </td>
<td align="center"> </td>
</tr>
<tr>
<td align="center"><div class="headline"><a href="post.php">Blog now</a></div></td>
<td align="center"><div class="headline"><a href="style.php">Style</a></div></td>
<td align="center"> </td>
</tr>
</table>
<p> </p>
<div id="source"><a href="index.php">BACK TO ADMINISTRATION PAGE</a> | simple blogging system by <a href="http://crelab.de">crelab.de</a></div>
</div>
</div>
</body>
<?php } else {
header('Location:index.php');
}
?>