(Die Seite wurde neu angelegt: „<html> <script type="text/javascript"> function yearreset(){ $(".year").hide(); } function year(year){ yearreset(); $("." + year).show(); } function monthres…“) |
K (Kleine Anpassung.) |
||
Zeile 28: | Zeile 28: | ||
<div style="padding:10pt;"> | <div style="padding:10pt;"> | ||
<div class="J0 year">Kein Jahr ausgewählt.<br></div> | <div class="J0 year">Kein Jahr ausgewählt.<br></div> | ||
<div style="display:none;" class="J2017 year"><b>2017</b><br> | <div style="display:none;" class="J2017 year"><center><b>2017</b><br> | ||
<div style="padding:5pt;padding-left:0pt;"> | <div style="padding:5pt;padding-left:0pt;"> | ||
<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> | ||
Zeile 39: | Zeile 39: | ||
<div style="padding:10pt;"> | <div style="padding:10pt;"> | ||
<div class="M0 month">Keinen Monat ausgewählt.<br></div> | <div class="M0 month">Keinen Monat ausgewählt.<br></div> | ||
<div style="display:none;" class="Jan month"><b>Januar</b><br> | <div style="display:none;" class="Jan month"><center><b>Januar</b><br> | ||
</html> | </html> | ||
[[Entwicklertreffen vom 09.01.2017|09.01.2017]] | | [[Entwicklertreffen vom 09.01.2017|09.01.2017]] | | ||
Zeile 45: | Zeile 45: | ||
[[Entwicklertreffen vom 23.01.2017|23.01.2017]] | | [[Entwicklertreffen vom 23.01.2017|23.01.2017]] | | ||
[[Entwicklertreffen vom 30.01.2017|30.01.2017]] | [[Entwicklertreffen vom 30.01.2017|30.01.2017]] | ||
<html> | <html></center> | ||
</div> | </div> | ||
<div style="display:none;" class="Feb month"><b>Februar</b><br> | <div style="display:none;" class="Feb month"><b>Februar</b><br> |
Version vom 7. Februar 2017, 16:44 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>