<?php
require_once("willow-verify.php");
/*
------------------------------------
Willow Management System
copyright 2012 Gerry
author Gerry Peng <kkgerry@163.com>
version 1.0
------------------------------------
*/
?>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style type="text/css">
body,td,th {font:11px/1.6 Verdana, "宋体";color: #666;}
body {
	background-color: #d9d9d9;
	margin: 0px;
}
a:link {color: #007BB7;}
a:visited {color: #007BB7;}
a:hover, a:active, a:focus  {color: #FF6600;}
ul, ol, dl,li {padding: 0;margin: 0; list-style:none;}
a img,form {border: none;}
.div_ifrname{ width:100%; height:53px; border-bottom:2px solid #CCC;}
.title{
	font:18px Verdana, "宋体";
	font-weight:bold;
	color:#069;
}
</style>
</head>

<body>
<div class="div_ifrname">
  <table width="100%" height="50" border="0" cellspacing="0" cellpadding="0">
	  <tr>
	    <td width="1%">&nbsp;</td>
	    <td width="17%">&nbsp;<span class="title">#SITE_TITLE#</span></td>
	    <td width="35%"><a href="/" target="_blank">HomePage</a></td>
	    <td width="45%" align="right"><?php echo 'Welcome '.$users_name; ?>&nbsp;&nbsp;&nbsp;<a href="willow-logout.php">Logout</a></td>
<td width="2%">&nbsp;</td>
    </tr>
  </table>
</div>
</body>
</html>
