<?php
require "orm3/head.php";
?><html>
<head>
<title>Orca Ringmaker <?php echo $_SDATA['version']; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=<?php echo $_VDATA['display.charset']; ?>" />
<style type="text/css">
body {
background-color:#ffffff;
font:normal 100% Arial,sans-serif;
}
</style>
</head>
<body>
<h1>Orca Ringmaker <?php echo $_SDATA['version']; ?></h1>
<?php include "orm3/body.php"; ?>
</body>
</html>