- Firmenname wird bei den Adressen jetzt angezeigt

- Encodingproblem beim Anzeigen der StudentenStati behoben
This commit is contained in:
Andreas Österreicher
2008-11-10 14:37:16 +00:00
parent 2a3a485db2
commit 4468685aaf
4 changed files with 33 additions and 2 deletions
+12
View File
@@ -0,0 +1,12 @@
<html>
<head>
<title>Koordinatorstunden</title>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<script language="Javascript">
window.location.href='../cis/index.html';
</script>
</head>
<body>
Sollten Sie nicht automatisch weitergeleitet werden, druecken sie bitte <a href="../cis/index.html">hier</a>
</body>
</html>