Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
(24 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
Zeile 1: | Zeile 1: | ||
<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;"> | ||
<b>Entwicklertreffen Übersicht</b>: | |||
<div style="padding:5pt;padding-left:0pt;"> | <div style="padding:5pt;padding-left:0pt;"> | ||
<big> | <big><center><font size="2"><a href="javascript:year('J2017');">2017</a></center></font></big> | ||
<center><font size="2"><a href="javascript:year('J2017');">2017</a> | </div> | ||
</center></font></big> | <hr> | ||
</div> | <div style="padding:10pt;"> | ||
<hr> | <div class="J0 year">Kein Jahr ausgewählt.<br></div> | ||
<div style="padding:10pt;"> | <div style="display:none;" class="J2017 year"><b>2017</b><br> | ||
<div | <div style="padding:5pt;padding-left:0pt;"> | ||
<div style="display:none;" | <center><font size="2"> | ||
<div style="padding:5pt;padding-left:0pt;"> | <a href="javascript:month('Jan');">Januar</a> | | ||
<center><font size="2"><a href="javascript:month('Januar');"> | <a href="javascript:month('Feb');">Februar</a> | ||
</center></ | </font></center> | ||
</div> | |||
</div> | |||
<hr> | |||
<div style="padding:10pt;"> | |||
<div class="M0 month">Keinen Monat ausgewählt.<br></div> | |||
<div style="display:none;" class="Jan month"><b>Januar</b><br> | |||
</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> | |||
</div> | |||
<div style="display:none;" class="Feb month"><b>Februar</b><br> | |||
</html> | |||
[[Entwicklertreffen vom 06.02.2017|06.02.2017]] | |||
<html> | |||
</div> | |||
</div> | |||
</div> | |||
</div> | </div> | ||
</html> | </html> | ||
<includeonly>[[Kategorie:Entwicklertreffen]]</includeonly> | |||
<includeonly> | |||
[[Kategorie: | |||
</includeonly> | |||
<noinclude>[[Kategorie:Vorlage]]</noinclude> | <noinclude>[[Kategorie:Vorlage]]</noinclude> |
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>