-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlite.php
58 lines (57 loc) · 2.75 KB
/
lite.php
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
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?php
header('content-type: text/html; charset=utf-8');
include_once('code/replacements.inc.php');
?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>Der Ver­tre­tungs­plan</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta name="description" content="Der Vertretungsplan des Albert-Schweitzer-Gynmnasiums Erlangen" />
<meta name="keywords" content="Vertretungsplan ASG Albert Schweitzer Gymnasium Erlangen Schule Ausfall Lehrer Schüler Information" />
<meta name="robots" content="index, follow" />
<link rel="shortcut icon" href="---" type="image/x-icon" />
<link rel="stylesheet" type="text/css" href="style/fonts.css" />
<link rel="stylesheet" type="text/css" href="style/layoutlite.css" />
<link rel="stylesheet" type="text/css" href="style/menu.css" />
<link rel="stylesheet" type="text/css" href="style/designlite.css" />
<script type="text/javascript" src="targetblank.js"></script>
</head>
<body>
<div id="header">
<a href="http://der-vertretungsplan.de.vu"><h1>Der Vertretungsplan</h1></a>
</div>
<div class="content bgreplacements replacements">
<?php
echo replacements_getHTML();
?>
</div>
<div id="footer">
<p>Zuletzt aktualisiert:
<?php
$wtage = array("Sonntag",
"Montag",
"Dienstag",
"Mittwoch",
"Donnerstag",
"Freitag",
"Samstag");
echo $wtage[date("w", time())] . ", " . date('j.m.Y H:i', time());
?></p>
<p>
<script type="text/javascript" src="http://logging.ourstats.de/js.php?ID=719764&style=blue">
</script>
</p>
<noscript>
<p>
<a href="http://stats.ourstats.de/?ID=719764">
<img alt="ourSTATS.de - kostenloser Statistik Counter" src="http://logging.ourstats.de/logging.php?ID=719764&style=blue&js=1&cookie=y&lang=de&ref=http%253A%2F%2Fwww.yousa.de%2F14plus1%2Fasg%2F&screen=1280x1024&ac=1321136746736"/>
</a>
</p>
</noscript>
<p>
Bit­te be­ach­ten Sie die An­ga­ben zu Haf­tung, Da­ten­schutz, Be­trei­ber und Gül­tig­keit auf <a href="http://der-vertretungsplan.de.vu">http://der-vertretungsplan.de.vu</a>.
</p>
</div>
</body>
</html>