-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdownindex.php
More file actions
26 lines (23 loc) · 1.61 KB
/
downindex.php
File metadata and controls
26 lines (23 loc) · 1.61 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<?php include ('../school.php');?>
<?php include ('classdata.php');?>
<?php echo "<?xml version=\"1.0\" encoding=\"iso-8859-1\"?".">"; ?>
<!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>
<title><?php print $sitename; ?></title>
<meta http-equiv="content-type" content="application/xhtml+xml" />
<meta http-equiv="Content-Script-Type" content="text/JavaScript" />
<meta name="description" content="Classis is a complete school-wide student tracking, reporting and information system. It is integrated with a curriculum content management and publishing system. All interaction is through a web-browser, using authenticated login to a central server based on Linux, Apache, MySQL and PHP technologies." />
<meta name="keywords" content="education, school, college, database, student tracking, student information, automated reports, markbook, teacher publishing" />
<meta name="copyright" content="Copyright 2002-2016 S T Johnson. All trademarks acknowledged. All rights reserved" />
<meta name="version" content='<?php print "$version"; ?>' />
<meta name="licence" content="GNU General Public License version 2" />
<meta name="author" content="Stuart Johnson" />
<meta name="coauthor" content="Julian Lea" />
<link id="hoststyle" href="stylesheets/hosttstyle.css" rel="stylesheet" type="text/css" />
<script language="JavaScript" type="text/javascript" src="javascripts/host.js"></script>
<body>
<p>The site is temporarily unavailable due to maintenance.</p>
<p>Please check back again in a few hours.</p>
</body>
</html>