Vorlage:Entwicklertreffen Chronik

Version vom 7. März 2017, 14:16 Uhr von Maexxchen (Diskussion | Beiträge) (06.03.2017 hinzugefügt)

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

Kein Jahr ausgewählt.

Keinen Monat ausgewählt.

</html>