-
Notifications
You must be signed in to change notification settings - Fork 0
/
Begruessung.html
82 lines (76 loc) · 2.55 KB
/
Begruessung.html
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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
<html>
<head>
<meta name="GENERATOR" content="Microsoft FrontPage 6.0">
<meta name="ProgId" content="FrontPage.Editor.Document">
<meta charset="utf-8" />
<title> </title>
<base target="_self">
</head>
<body>
<table border="0" cellpadding="0" cellspacing="0" style="border-collapse: collapse" bordercolor="#111111" width="80%"
id="AutoNumber1" height="55" bgcolor="#FFFFFF">
<tr>
<td width="12%" height="1"></td>
<td width="74%" height="1"></td>
<td width="7%" height="1"></td>
</tr>
<tr>
<td width="12%" height="19"> </td>
<td width="74%" align="center" height="19">
<font face="Arial" size="4" color="#0000FF">
<!--webbot bot="HTMLMarkup" startspan -->
<font class="stn"><b>
<script language="JavaScript">
< !--
today = new Date()
if (today.getMinutes() < 10) {
pad = "0"
}
else
pad = "";
document.write;
if ((today.getHours() >= 6) && (today.getHours() <= 9)) {
document.write("Guten morgen!")
}
if ((today.getHours() >= 10) && (today.getHours() <= 11)) {
document.write("Guten Morgen! ")
}
if ((today.getHours() >= 12) && (today.getHours() <= 16)) {
document.write("Guten Tag! ")
}
if ((today.getHours() >= 17) && (today.getHours() <= 23)) {
document.write("Guten Abend! ")
}
if ((today.getHours() >= 0) && (today.getHours() <= 4)) {
document.write("Guten Morgen lieber Nachtschwärmer !")
}
if ((today.getHours() >= 4) && (today.getHours() <= 6)) {
document.write("Guten Morgen sind Sie noch oder schon auf?")
}
// -->
</script>
</b>
<!--webbot bot="HTMLMarkup" endspan i-checksum="4423" -->
</font>
</td>
<td width="7%" height="19"> </td>
</tr>
<tr>
<td width="12%" height="38">
<blockquote>
</blockquote>
</td>
<td width="74%" align="center" height="38">
<b>
<font face="Arial" size="5" color="#0000FF">
Willkommen beim NordOstCup</font>
</b>
</td>
<td width="7%" height="38"> </td>
</tr>
<tr>
<td width="94%" height="1" colspan="3" align="center"></td>
</tr>
</table>
</body>
</html>