Vorlage:Entwicklertreffen Chronik

<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:

<a href="javascript:year('J2017');">2017</a> | <a href="javascript:year('J2018');">2018</a>


Kein Jahr ausgewählt.

Keinen Monat ausgewählt.

</html>