Radio Seite hinzugefügt #11

Merged
Jason merged 3 commits from kalender into master 2021-01-07 06:26:01 +01:00
24 changed files with 295 additions and 252 deletions
Showing only changes of commit ebeecd6776 - Show all commits

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.3 MiB

BIN
inc/teet/123.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.3 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 315 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 878 KiB

View File

@@ -9,10 +9,13 @@ if ($tab == "") {$tab = "home";}
<head> <head>
<title>Mellys Weihnachts Kalender</title> <title>Mellys Weihnachts Kalender</title>
<meta charset="UTF-8"> <meta charset="UTF-8">
<meta name="theme-color" content="#dde7ea">
<meta name="viewport" content="width=device-width, initial-scale=0.7">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.0/jquery.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/main.css">
<script src="js/nav.js"></script> <script src="js/nav.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=0.7"> <link rel="stylesheet" type="text/css" href="css/main.css">
</head> </head>
<header> <header>
@@ -20,11 +23,11 @@ if ($tab == "") {$tab = "home";}
Mellys Weihnachts Kalender Mellys Weihnachts Kalender
</h1> </h1>
</header> </header>
<!-- <nav> <nav>
<ul> <ul>
<li><a href="?tab=home" <?php if ($tab == "home")?>>Home</a></li> <li><a href="?tab=home" <?php if ($tab == "home")?>>Home</a></li>
<li><a href="?tab=bilder" <?php if ($tab == "bilder")?>>Galerie</a></li> <li><a href="?tab=bilder" <?php if ($tab == "bilder")?>>Galerie</a></li>
<li><a href="?tab=gästebuch" <?php if ($tab == "gästebuch")?>>Gästebuch</a></li> <li><a href="?tab=radio" <?php if ($tab == "radio")?>>Musik</a></li>
<!-- <li class="mainMenu"><a href="#">Über</a> <!-- <li class="mainMenu"><a href="#">Über</a>
<ul class="submenu"> <ul class="submenu">
<li><a href="?tab=impressum">Impressum</a></li> <li><a href="?tab=impressum">Impressum</a></li>

View File

@@ -8,13 +8,4 @@ function setActive() {
} }
} }
window.onload = setActive; window.onload = setActive;
function showMessage(msg, color="white", time=5000) {
$('<div />', {
"class": 'popupNachricht',
text: msg
}).appendTo("#popupBox")
.delay(time)
.fadeOut(1000);;
}

Binary file not shown.

View File

@@ -1,18 +1,23 @@
$navInPadding: 0.5rem $navInPadding: 0.5rem
$ulBorder: 2px ridge darkgreen
$ulRadios: 0.5rem
/* ****************** /* ******************
nav nav
ul ul
list-style-type: none list-style-type: none
margin: -0.13rem auto margin: 0 auto
padding: 0 padding: 0
background-color: hsla(0, 0%, 100%, 0.8) background-color: hsla(0, 0%, 100%, 0.8)
border: 2px solid darkred border-bottom: $ulBorder
border-left: $ulBorder
border-right: $ulBorder
border-radius: 0 0 $ulRadios $ulRadios
display: inline-block display: inline-block
transition: all 60ms transition: all 60ms
box-shadow: inset -2px -2px 10px lightblue, inset 2px 2px 10px lightblue box-shadow: inset -2px -2px 10px lightblue, inset 2px 2px 10px lightblue
height: 2rem height: 1.5rem
li li
float: left float: left
@@ -26,17 +31,14 @@ nav
display: block display: block
color: darkred color: darkred
text-align: center text-align: center
padding: 0.4rem $navInPadding $navInPadding 0 padding: 0.3rem $navInPadding $navInPadding 0
text-decoration: none text-decoration: none
font-weight: bold font-weight: bold
font-size: 0.8rem
&:active, &:hover, &:focus, &.active &:active, &:hover, &:focus, &.active
/*background: none;
color: red color: red
text-decoration: underline text-decoration: underline
&:active, &:hover, &:focus
transition: 1s
transform: scale(1.1) transform: scale(1.1)
ul li ul li ul li ul li

15
sass/_other.sass Normal file
View File

@@ -0,0 +1,15 @@
#titel
color: red
text-decoration: underline
.euber
display: inline-block
color: black
font-size: 0.7rem
font-weight: normal
border: 0px solid red
max-width: 700px
span
text-decoration: underline
font-weight: bold

View File

@@ -2,5 +2,23 @@
margin-top: $navtop margin-top: $navtop
h3 h3
color: darkred
text-decoration: underline
margin-top: 3rem
#txt
display: inline-block
color: darkred
font-family: Verdana, Arial, Helvetica, sans-serif
border: 4px ridge red
background: hsla(0, 0%, 100%, 0.4) url("../inc/teet/20201222_065407.png") -1px -5px no-repeat
background-size: 101%
padding: 0 1.5rem 1.5rem 1.5rem
width: 75%
p
font-weight: 500
#false
color: red color: red
text-decoration: underline font-weight: 500

View File

@@ -1,46 +1,42 @@
$navtop: 20px $navtop: 20px
$txttop: 5px $headerRadios: 2rem
@import 'nav', 'home', 'kalender', 'tueren'
@import 'nav', 'home', 'kalender', 'tueren', 'other'
/* ************************************** /* **************************************
body body
text-align: center text-align: center
margin: 0
background-image: url("../inc/bg/snow3.png") background-image: url("../inc/bg/snow3.png")
background-size: 90% background-size: 90%
/*background-color: #E2EAEC /*background-color: #e2e4e6
background-color: #dde7ea background-color: hsla(190, 50%, 80%, 0.7)
header header
margin: auto margin: auto
/*background-color: Lightgrey /*background-color: Lightgrey
background-image: url("../inc/bg/christmas background.jpg") background: url("../inc/bg/christmas background.jpg") 0 90% no-repeat
background-size: 100% background-size: 100%
background-position: 0% 88% border-bottom: 4px ridge darkgreen
background-repeat: no-repeat border-radius: 0 0 $headerRadios $headerRadios
overflow: hidden
margin-top: 3px
border: 3px solid darkred
border-radius: 40px 40px
text-align: center text-align: center
padding: 25px padding: 20px
box-shadow: -1px -1px 5px silver, 1px 1px 5px silver box-shadow: -1px -1px 5px silver, 1px 1px 5px black
h1 h1
color: red color: red
text-decoration: underline text-decoration: underline
font-size: 30px font-size: 1.5rem
font-weight: bold font-weight: bold
text-shadow: 1px 1px 1px black
footer footer
position: fixed position: fixed
bottom: -0rem bottom: -0rem
margin: 0 auto
border: 0px solid red
height: 2rem height: 2rem
width: 100% width: 100%
background: linear-gradient(to bottom, #fefffd, #e7e9ea 50%, #e7e9ea) background: linear-gradient(to bottom, #fefffd, #e7e9ea 50%, #e7e9ea)
margin-left: -8px
box-shadow: -2px -2px 5px gray box-shadow: -2px -2px 5px gray
img img

View File

@@ -1,28 +1,6 @@
<style>
#teet {
display: inline-block;
color: black;
font-size: 0.7rem;
font-weight: normal;
text-decoration:;
border: 0px solid red;
max-width: 700px;
}
span {
text-decoration: underline;
font-weight: bold;
}
#titel{
color: red;
text-decoration: underline;
}
</style>
<h3 id="titel">Datenschutz Gesetzt</h3> <h3 id="titel">Datenschutz Gesetzt</h3>
<div id="teet"> <div class="euber">
<p>Diese Seite wird von mir als Einzelperson betrieben - ohne Gewinnerzielungsabsicht.</p> <p>Diese Seite wird von mir als Einzelperson betrieben - ohne Gewinnerzielungsabsicht.</p>

View File

@@ -66,87 +66,6 @@
} }
} }
if (days > 0) {
textmessage = "Noch " + days + " Mal Schlafen, dann ist es soweit.";
}
/* if (days == 30) {
extmessage = "Was schon 30. Nein, dafür ist noch Zeit,<br>30 Tage noch, bis zu dein Tag";
}
if (days <= 28) {
textmessage =
"Heller als die Sonnen scheinst du allein,<br> selbst Mond und Sterne verneigen sich,<br>Weil du Geburtstag hast";
}
if (days <= 26) {
textmessage ="...";
}
if (days <= 24) {
textmessage="";
$("#imgmessage").attr("src", "img/txt1.jpg").show();
}
if (days <= 22) {
textmessage = "Jeder, der sich die Fähigkeit erhält,<br> Schönes zu erkennen, wird nie alt werden.";
}
if (days <= 20) {
textmessage =
"Frohsinn und Glück, Liebe und Spaß,<br> Tage ohne Stress und Freude ohne Kummer,<br> das wünschen wir dir heute und für immer.";
}
if (days <= 18) {
textmessage =
"Heute denke ich an dich, weil du Geburtstag hast.<br> Morgen denke ich an dich, weil ich dich mag.<br> In einer Woche denke ich an dich, weil ich dich vermisse.<br> In einem Monat denke ich an dich,<br> weil ich froh bin, dass du da bist.<br> So denke ich immer an dich, nicht nur heute.";
}
if (days <= 16) {
textmessage = "Bleib gesund und stets vergnügt,<br> weil uns das sehr am Herzen liegt";
}
if (days <= 14) {
textmessage =
"Ich wünsche dir 12 Monate Glück, 52 Wochen Zufriedenheit,<br> 365 Tage voller Liebe, 8.760 Stunden ohne Stress,<br> 525.600 Minuten Frohsinn und<br> 31.536.000 Sekunden mit deinen Liebsten.<br> Kurz gesagt: ein unvergleichbares Jahr!";
}
if (days <= 12) {
textmessage =
"Feiere jeden Geburtstag als ob es der letzte wäre und bedenke,<br> daß Liebe das einzige Geschenk ist,<br> das wirklich die Mühe wert ist, zu geben.";
}
if (days <= 10) {
textmessage = "Mögest du alle Tage deines Lebens, freude und glück haben.";
}
if (days <= 8) {
textmessage = "Geburtstagsfunken und Kerzenschein,<br>leuchtend soll dein Geburtstag sein!";
}
if (days <= 6) {
textmessage = "Und wieder mal wirst du nur so alt,<br> wie du dich fühlst!";
}
if (days <= 4) {
textmessage =
"Wer alle Kerzen mit einem Atemzug ausbläst,<br>wird auch noch unzählige weitere tun!";
}
if (days == 3) {
textmessage = "Noch 3 mal Schlafen dan ist es so weit!";
}
if (days <= 0) {
textmessage = "Der letzte Tag hat begonnen";
if (hours <= 12) {
textmessage = "Die Häfte vom Tag ist Geschaft";
}
if (hours <= 6) {
textmessage = "Die Letzten Stunden laufen";
}
if (hours <= 3) {
textmessage = "Bald ist es soweit";
}
if (hours <= 1) {
textmessage = "Eine Stunde noch und wir lassen es Krachen";
}
}
if (hours == 0) {
if (minutes <= 30) {
textmessage = "30 min ist keine Ewigkeit, ist alles Vorbereitet?";
}
if (minutes <= 10) {
textmessage = "Füllt die Gläser mit Sekt";
}
if (minutes <= 5) {
textmessage = "Haltet euch bereit,<br> für den Großen Moment!";
}
}*/
document.getElementById("textmessage").innerHTML = textmessage; document.getElementById("textmessage").innerHTML = textmessage;
if (t <= 0) { if (t <= 0) {
@@ -174,8 +93,6 @@ border: 2px solid #C21514;
<h2>Bis der Kalender Startet !!!</h2> <h2>Bis der Kalender Startet !!!</h2>
</div> </div>
<div class=""> <p>
<h3></h3>
</div>
<?php include ("kalender.php") ?> <?php include ("kalender.php") ?>

View File

@@ -1,34 +1,12 @@
<style>
#teet {
display: inline-block;
color: black;
font-size: 0.7rem;
font-weight: normal;
text-decoration:;
border: 0px solid red;
max-width: 700px;
}
span {
text-decoration: underline;
font-weight: bold;
}
#titel{
color: red;
text-decoration: underline;
}
</style>
<h3 id="titel">Impressum</h3> <h3 id="titel">Impressum</h3>
<div id="teet"> <div class="euber">
<p>Jason Lüthje</p> <p>Bärlauchstraße 7<br> <p>Jason Lüthje</p> <p>Bärlauchstraße 7<br>
D-22850 Norderstedt</p> <p>E-Mail: <a href="mailto:illg@illg.xyz?subject=HochzeitWeb" target="_blank">illg@illg.xyz</a></p> D-22850 Norderstedt</p> <p>E-Mail: <a href="mailto:illg@illg.xyz?subject=HochzeitWeb" target="_blank">illg@illg.xyz</a></p>
<h2>Disclaimer rechtliche Hinweise</h2> <h2>Disclaimer rechtliche Hinweise</h2>
<p><span>§ 1 Warnhinweis zu Inhalten</span></p> <p id="absatz"><span>§ 1 Warnhinweis zu Inhalten</span></p>
<p>Die kostenlosen und frei zugänglichen Inhalte dieser Webseite wurden mit größtmöglicher <p>Die kostenlosen und frei zugänglichen Inhalte dieser Webseite wurden mit größtmöglicher
Sorgfalt erstellt. Der Anbieter dieser Webseite Sorgfalt erstellt. Der Anbieter dieser Webseite

View File

@@ -1,145 +1,145 @@
<div class="kalender"> <div class="kalender">
<div class="inactive" id="ak1"> <div class="active" id="ak1">
<a href="?tab=tür01" <?php if ($tab == "tür01")?>> <a href="?tab=tuer&nr=1">
<h3 id="hiddenTuer">Tür 01</h3> <h3 id="hiddenTuer">Tür 01</h3>
<div class="left"><span>1</span></div> <div class="left"><span>1</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak2"> <div class="active" id="ak2">
<a href="?tab=tür02" <?php if ($tab == "tür02")?>> <a href="?tab=tuer&nr=2">
<h3 id="hiddenTuer">Tür 02</h3> <h3 id="hiddenTuer">Tür 02</h3>
<div class="left"><span>2</span></div> <div class="left"><span>2</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak3"> <div class="active" id="ak3">
<a href="?tab=tür03" <?php if ($tab == "tür03")?>> <a href="?tab=tuer&nr=3">
<h3 id="hiddenTuer">Tür 03</h3> <h3 id="hiddenTuer">Tür 03</h3>
<div class="left"><span>3</span></div> <div class="left"><span>3</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak4"> <div class="active" id="ak4">
<a href="?tab=tür04" <?php if ($tab == "tür04")?>> <a href="?tab=tuer&nr=4">
<h3 id="hiddenTuer">Tür 04</h3> <h3 id="hiddenTuer">Tür 04</h3>
<div class="left"><span>4</span></div> <div class="left"><span>4</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak5"> <div class="active" id="ak5">
<a href="?tab=tür05" <?php if ($tab == "tür05")?>> <a href="?tab=tuer&nr=5">
<h3 id="hiddenTuer">Tür 05</h3> <h3 id="hiddenTuer">Tür 05</h3>
<div class="left"><span>5</span></div> <div class="left"><span>5</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak6"> <div class="active" id="ak6">
<a href="?tab=tür06" <?php if ($tab == "tür06")?>> <a href="?tab=tuer&nr=6">
<h3 id="hiddenTuer">Tür 06</h3> <h3 id="hiddenTuer">Tür 06</h3>
<div class="left"><span>6</span></div> <div class="left"><span>6</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak7"> <div class="active" id="ak7">
<a href="?tab=tür07" <?php if ($tab == "tür07")?>> <a href="?tab=tuer&nr=7">
<h3 id="hiddenTuer">Tür 07</h3> <h3 id="hiddenTuer">Tür 07</h3>
<div class="left"><span>7</span></div> <div class="left"><span>7</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak8"> <div class="active" id="ak8">
<a href="?tab=tür08" <?php if ($tab == "tür08")?>> <a href="?tab=tuer&nr=8">
<h3 id="hiddenTuer">Tür 08</h3> <h3 id="hiddenTuer">Tür 08</h3>
<div class="left"><span>8</span></div> <div class="left"><span>8</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak9"> <div class="active" id="ak9">
<a href="?tab=tür09" <?php if ($tab == "tür09")?>> <a href="?tab=tuer&nr=9">
<h3 id="hiddenTuer">Tür 09</h3> <h3 id="hiddenTuer">Tür 09</h3>
<div class="left"><span>9</span></div> <div class="left"><span>9</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak10"> <div class="active" id="ak10">
<a href="?tab=tür10" <?php if ($tab == "tür10")?>> <a href="?tab=tuer&nr=10">
<h3 id="hiddenTuer">Tür 10</h3> <h3 id="hiddenTuer">Tür 10</h3>
<div class="left"><span>10</span></div> <div class="left"><span>10</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak11"> <div class="active" id="ak11">
<a href="?tab=tür11" <?php if ($tab == "tür11")?>> <a href="?tab=tuer&nr=11">
<h3 id="hiddenTuer">Tür 11</h3> <h3 id="hiddenTuer">Tür 11</h3>
<div class="left"><span>11</span></div> <div class="left"><span>11</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak12"> <div class="active" id="ak12">
<a href="?tab=tür12" <?php if ($tab == "tür12")?>> <a href="?tab=tuer&nr=12">
<h3 id="hiddenTuer">Tür 12</h3> <h3 id="hiddenTuer">Tür 12</h3>
<div class="left"><span>12</span></div> <div class="left"><span>12</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak13"> <div class="active" id="ak13">
<a href="?tab=tür13" <?php if ($tab == "tür13")?>> <a href="?tab=tuer&nr=13">
<h3 id="hiddenTuer">Tür 13</h3> <h3 id="hiddenTuer">Tür 13</h3>
<div class="left"><span>13</span></div> <div class="left"><span>13</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak14"> <div class="active" id="ak14">
<a href="?tab=tür14" <?php if ($tab == "tür14")?>> <a href="?tab=tuer&nr=14">
<h3 id="hiddenTuer">Tür 14</h3> <h3 id="hiddenTuer">Tür 14</h3>
<div class="left"><span>14</span></div> <div class="left"><span>14</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak15"> <div class="active" id="ak15">
<a href="?tab=tür15" <?php if ($tab == "tür15")?>> <a href="?tab=tuer&nr=15">
<h3 id="hiddenTuer">Tür 15</h3> <h3 id="hiddenTuer">Tür 15</h3>
<div class="left"><span>15</span></div> <div class="left"><span>15</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak16"> <div class="active" id="ak16">
<a href="?tab=tür16" <?php if ($tab == "tür16")?>> <a href="?tab=tuer&nr=16">
<h3 id="hiddenTuer">Tür 16</h3> <h3 id="hiddenTuer">Tür 16</h3>
<div class="left"><span>16</span></div> <div class="left"><span>16</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak17"> <div class="active" id="ak17">
<a href="?tab=tür17" <?php if ($tab == "tür17")?>> <a href="?tab=tuer&nr=17">
<h3 id="hiddenTuer">Tür 17</h3> <h3 id="hiddenTuer">Tür 17</h3>
<div class="left"><span>17</span></div> <div class="left"><span>17</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak18"> <div class="active" id="ak18">
<a href="?tab=tür18" <?php if ($tab == "tür18")?>> <a href="?tab=tuer&nr=18">
<h3 id="hiddenTuer">Tür 18</h3> <h3 id="hiddenTuer">Tür 18</h3>
<div class="left"><span>18</span></div> <div class="left"><span>18</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak19"> <div class="active" id="ak19">
<a href="?tab=tür19" <?php if ($tab == "tür19")?>> <a href="?tab=tuer&nr=19">
<h3 id="hiddenTuer">Tür 19</h3> <h3 id="hiddenTuer">Tür 19</h3>
<div class="left"><span>19</span></div> <div class="left"><span>19</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak20"> <div class="active" id="ak20">
<a href="?tab=tür20" <?php if ($tab == "tür20")?>> <a href="?tab=tuer&nr=20">
<h3 id="hiddenTuer">Tür 20</h3> <h3 id="hiddenTuer">Tür 20</h3>
<div class="left"><span>20</span></div> <div class="left"><span>20</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak21"> <div class="active" id="ak21">
<a href="?tab=tür21" <?php if ($tab == "tür21")?>> <a href="?tab=tuer&nr=21">
<h3 id="hiddenTuer">Tür 21</h3> <h3 id="hiddenTuer">Tür 21</h3>
<div class="left"><span>21</span></div> <div class="left"><span>21</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak22"> <div class="active" id="ak22">
<a href="?tab=tür22" <?php if ($tab == "tür22")?>> <a href="?tab=tuer&nr=22">
<h3 id="hiddenTuer">Tür 22</h3> <h3 id="hiddenTuer">Tür 22</h3>
<div class="left"><span>22</span></div> <div class="left"><span>22</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak23"> <div class="active" id="ak23">
<a href="?tab=tür23" <?php if ($tab == "tür23")?>> <a href="?tab=tuer&nr=23">
<h3 id="hiddenTuer">Tür 23</h3> <h3 id="hiddenTuer">Tür 23</h3>
<div class="left"><span>23</span></div> <div class="left"><span>23</span></div>
</a> </a>
</div> </div>
<div class="inactive" id="ak24"> <div class="active" id="ak24">
<a href="?tab=tür24" <?php if ($tab == "tür24")?>> <a href="?tab=tuer&nr=24">
<h3 id="hiddenTuer">Tür 24</h3> <h3 id="hiddenTuer">Tür 24</h3>
<div class="left"><span>24</span></div> <div class="left"><span>24</span></div>
</a> </a>

8
tab/radio.php Normal file
View File

@@ -0,0 +1,8 @@
<h3 id="titel">Musik</h3>
<br>
<audio preload controls>
<source src="media/mp3/Computer Jockies - Golden Boy.mp3">
<source src="media/mp3/Computer Jockies - Golden Boy.mp3">
</audio>

167
tab/tuer.php Normal file
View File

@@ -0,0 +1,167 @@
<?php
$nr = $_GET["nr"];
$tag = strtotime($nr." December 202ü");
if(time()<$tag) {
$nr = -1;
}
?>
<div class="tueren">
<?php
switch ($nr) {
case 1:
echo('<div id="txt"><h3>Tag 1</h3>
<p>Lange musstest du warten und heute ist es endlich so weit und das Warten hat ein Ende. <p> Die folter der Zeit will ich nun Benden und direkt mit der ersten Tür anfangen.
<br>
</div>');
break;
case 2:
echo('<div id="txt"><h3>Tag 2</h3>
<p>test</p>
</div>');
break;
case 3:
echo('<div id="txt"><h3>Tag 3</h3>
<p>test</p>
</div>');
break;
case 4:
echo('<div id="txt"><h3>Tag 4</h3>
<p>test</p>
</div>');
break;
case 5:
echo('<div id="txt"><h3>Tag 5</h3>
<p>test</p>
</div>');
break;
case 6:
echo('<div id="txt"><h3>Tag 6</h3>
<p>test</p>
</div>');
break;
case 7:
echo('<div id="txt"><h3>Tag 7</h3>
<p>test</p>
</div>');
break;
case 8:
echo('<div id="txt"><h3>Tag 8</h3>
<p>test</p>
</div>');
break;
case 9:
echo('<div id="txt"><h3>Tag 9</h3>
<p>test</p>
</div>');
break;
case 10:
echo('<div id="txt"><h3>Tag 10</h3>
<p>test</p>
</div>');
break;
case 11:
echo('<div id="txt"><h3>Tag 11</h3>
<p>test</p>
</div>');
break;
case 12:
echo('<div id="txt"><h3>Tag 12</h3>
<p>test</p>
</div>');
break;
case 13:
echo('<div id="txt"><h3>Tag 13</h3>
<p>test</p>
</div>');
break;
case 14:
echo('<div id="txt"><h3>Tag 14</h3>
<p>test</p>
</div>');
break;
case 15:
echo('<div id="txt"><h3>Tag 15</h3>
<p>test</p>
</div>');
break;
case 16:
echo('<div id="txt"><h3>Tag 16</h3>
<p>test</p>
</div>');
break;
case 17:
echo('<div id="txt"><h3>Tag 17</h3>
<p>test</p>
</div>');
break;
case 18:
echo('<div id="txt"><h3>Tag 18</h3>
<p>test</p>
</div>');
break;
case 19:
echo('<div id="txt"><h3>Tag 19</h3>
<p>test</p>
</div>');
break;
case 20:
echo('<div id="txt"><h3>Tag 20</h3>
<p>test</p>
</div>');
break;
case 21:
echo('<div id="txt"><h3>Tag 21</h3>
<p>test</p>
</div>');
break;
case 22:
echo('<div id="txt"><h3>Tag 22</h3>
<p>test</p>
</div>');
break;
case 23:
echo('<div id="txt"><h3>Tag 23</h3>
<p>test</p>
</div>');
break;
case 24:
echo('<div id="txt"><h3>Tag 24</h3>
<p>test</p>
</div>');
break;
default:
echo('<div id="txt"><h3>Falscher Tag</h3><span id="false">
Ah Ah Ah, nicht so voreilig. <br> Dieser Tag ist noch nicht an der Reihe !!! <br> Du muss dich noch ein wenig Gedulden. </span></div>');
break;
}
?>
</div>

View File

@@ -1,15 +0,0 @@
<div class="tueren">
<h3>Tür 1</h3>
</div>

View File

@@ -1,15 +0,0 @@
<div class="tueren">
<h3>Tür 2</h3>
</div>