Skip to content

Commit

Permalink
Merge test
Browse files Browse the repository at this point in the history
  • Loading branch information
ChriZ982 committed Dec 4, 2014
2 parents 0bce05d + 69e7e68 commit 26df53c
Show file tree
Hide file tree
Showing 94 changed files with 18,609 additions and 902 deletions.
18 changes: 9 additions & 9 deletions Data/TEMPLATE heute morgen.html
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,11 @@
else
{
window.scrollTo(0, 0);
if (reloadcounter < 4)
if (reloadcounter < 5)
reloadcounter = reloadcounter + 1;
else
{
window.history.go(0);
location.reload(true);
reloadcounter = 0;
}
}
Expand All @@ -35,18 +35,18 @@

<title>Vertretungsplan</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta charset="ISO-8859-1">
</head>
<body class="body1" onLoad="start()">

<script type="text/javascript">
body();
window.scrollBy(0,10);
if(window.pageYOffset != 0)

window.scrollBy(0, 10);

if (window.pageYOffset != 0)
body();

function body()
{
document.open();
Expand All @@ -58,7 +58,7 @@
'</table>' +
'' +
VERTRETUNGEN
'generated of a program made by Christopher Zinda and Mirko Rüther <br/><br/>' +
'generated of a program made by Christopher Zinda and Mirko Rüther <br/><br/>' +
'');
document.close();
}
Expand Down
2 changes: 1 addition & 1 deletion Data/TEMPLATE laufschrift.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>Vertretungsplan - Laufschrift</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta charset="ISO-8859-1">
</head>
<body class="body2">
<marquee scrollamount="GESCHW" scrolldelay="1">
Expand Down
2 changes: 1 addition & 1 deletion Data/VERTRETUNGSPLAN.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<head>
<title>Vertretungsplan - Gymnasium Antonianum</title>
<link rel="stylesheet" type="text/css" href="style.css">
<meta charset="utf-8">
<meta charset="ISO-8859-1">
</head>
<frameset class="frames" frameborder="0" rows="90%,10%">
<frameset cols="50%,50%">
Expand Down
Loading

0 comments on commit 26df53c

Please sign in to comment.