wizard.tpl
911 Bytes
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html>
<head>
<title>KnowledgeTree Installer</title>
<link rel="stylesheet" type="text/css" href="resources/wizard.css" />
<script type="text/javascript" src="resources/wizard.js"></script>
</head>
<body onload="w.doFormCheck();">
<div id="outer-wrapper">
<div id="header">
<div class="logo"></div>
</div>
<div id="wrapper">
<div id="container">
<div id="content">
<?php echo $content; ?>
</div>
</div>
<div id="sidebar">
<?php echo $left; ?>
</div>
<div class="clearing"> </div>
</div>
<div id="footer">
<div class="powered-by"></div>
</div>
</div>
</body>
</html>
<script>
var w = new wizard();
</script>