+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml"
+ xmlns:py="http://genshi.edgewall.org/"
+ xmlns:xi="http://www.w3.org/2001/XInclude">
+<xi:include href="master.html" />
+
+<head>
+ <title>Hauptmenü</title>
+</head>
+
+<body>
+<h2>Hauptmenü</h2>
+
+<p>Willkommen auf den Administrationsseiten von Winterrodeln.</p>
+
+<ul>
+ <li><a href="${h.url(controller='rodelbahn', action='list')}">Rodelbahnen</a></li>
+ <li><a href="${h.url(controller='bericht', action='list')}">Rodelbahnberichte</a></li>
+ <li><a href="${h.url(controller='gasthaus', action='list')}">Gasthäuser</a></li>
+ <li><a href="${h.url(controller='maptool', action='index')}">Maptool</a></li>
+ <li><a href="${h.url(controller='coordtool', action='index')}">Koordinaten-Rechner</a></li>
+ <!-- <li><a href="${h.url(controller='wrgpxtool', action='index')}">Winterrodeln-GPX Datei Werkzeuge</a></li> -->
+</ul>
+
+<ul>
+ <li><a href="${h.wiki()}">Winterrodeln-Hauptseite</a></li>
+ <li><a href="${h.forum()}">Forum</a></li>
+</ul>
+
+</body>
+</html>