Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(6 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<html> | <html> | ||
<script type="text/javascript"> | <script type="text/javascript"> | ||
function yearreset(){ | function yearreset(){ | ||
$(".year").hide(); | |||
} | } | ||
function year(year){ | function year(year){ | ||
yearreset(); | yearreset(); | ||
$("." + year).show(); | |||
} | } | ||
function monthreset(){ | function monthreset(){ | ||
$(".month").hide(); | |||
} | } | ||
function month(month){ | function month(month){ | ||
monthreset(); | monthreset(); | ||
$("." + month).show(); | |||
} | } | ||
</script> | </script> | ||
<body> | <body> | ||
<div style="Background-color:#EEEEEE;border:1px#AB030F solid;padding:5px;"> | <div style="Background-color:#EEEEEE;border:1px#AB030F solid;padding:5px;"> | ||
Zeile 43: | Zeile 27: | ||
<hr> | <hr> | ||
<div style="padding:10pt;"> | <div style="padding:10pt;"> | ||
<div | <div class="J0 year">Kein Jahr ausgewählt.<br></div> | ||
<div style="display:none;" | <div style="display:none;" class="J2017 year"><b>2017</b><br> | ||
<div style="padding:5pt;padding-left:0pt;"> | <div style="padding:5pt;padding-left:0pt;"> | ||
<center><font size="2"> | <center><font size="2"> | ||
<a href="javascript:month('Jan');">Januar</a> | | <a href="javascript:month('Jan');">Januar</a> | | ||
<a href="javascript:month('Feb');">Februar</a> | <a href="javascript:month('Feb');">Februar</a> | ||
</center></ | </font></center> | ||
</div> | |||
</div> | </div> | ||
<hr> | <hr> | ||
<div style="padding:10pt;"> | <div style="padding:10pt;"> | ||
<div | <div class="M0 month">Keinen Monat ausgewählt.<br></div> | ||
<div | <div style="display:none;" class="Jan month"><b>Januar</b><br> | ||
</html> | </html> | ||
[[Entwicklertreffen vom 09.01.2017|09.01.2017]] | | |||
[[Entwicklertreffen vom 16.01.2017|16.01.2017]] | | |||
[[Entwicklertreffen vom 23.01.2017|23.01.2017]] | | |||
[[Entwicklertreffen vom 30.01.2017|30.01.2017]] | |||
<html> | <html> | ||
</div> | </div> | ||
<div style="display:none;" | <div style="display:none;" class="Feb month"><b>Februar</b><br> | ||
</html> | </html> | ||
[[Entwicklertreffen vom 06.02.2017|06.02.2017]] | |||
<html> | <html> | ||
</div> | </div> | ||
</div> | </div> | ||
</div> | |||
</div> | </div> | ||
</html> | </html> |
Aktuelle Version vom 6. Februar 2017, 17:32 Uhr
<html> <script type="text/javascript"> function yearreset(){ $(".year").hide(); }
function year(year){ yearreset(); $("." + year).show(); }
function monthreset(){ $(".month").hide(); }
function month(month){ monthreset(); $("." + month).show(); } </script> <body>
Entwicklertreffen Übersicht:
Kein Jahr ausgewählt.
Keinen Monat ausgewählt.
</html>