<?php
/*
osSchool - http://www.osschoolonline.net/
Copyright (C) 2006 Julian Young
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation; either version 2 of the License, or
later version.
This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.
You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
header('Content-Type: text/html; charset=utf-8');
?>
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html"; charset="<?php echo CHARSET; ?>">
<title><?php echo TEXT_APLICATIONTITLE; ?></title>
<link rel="stylesheet" type="text/css" href="stylesheet/osschool.css">
<script language="JavaScript" type="text/javascript" src="javascript/osschool.js"></script>
</head>
<style type="text/css">
<!--
body {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 10px;
color: #282F42;
background-image: url(<?php echo DIR_IMAGES . '/' ?>ossbackground7.jpg);
background-repeat: repeat-x;
background-color: #E4EaFF;
margin: 0px;
}
-->
</style>
<body marginwidth="0" marginheight="0" topmargin="0" bottommargin="0" leftmargin="0" rightmargin="0">