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