<?php
require_once("willow-verify.php");
/*
------------------------------------
Willow Management System
copyright 2012 Gerry
author Gerry Peng <kkgerry@163.com>
version 1.0
------------------------------------
*/
echo '<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-frameset.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>#SITE_TITLE# - Willow Management System</title>
</head>
<frameset rows="55,*" cols="*" frameborder="no" border="0" framespacing="0">
  <frame src="#WILLOW_M_DEFAULT_TOP#" name="Willow_Top" scrolling="No" noresize="noresize" id="topFrame" />
  <frameset cols="200,*" frameborder="no" border="0" framespacing="0">
    <frame src="#WILLOW_M_DEFAULT_LEFT#" name="Willow_Left" scrolling="auto" noresize="noresize" id="leftFrame" />
    <frame src="#WILLOW_M_DEFAULT_RIGHT#" name="Willow_Right" id="mainFrame" />
  </frameset>
</frameset>
<noframes><body>
</body></noframes>
</html>';
?>