]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blob - wradmin/wradmin/templates/index.html
2bb064901cdcb6a25d59f2125ed9610801cd5f26
[philipp/winterrodeln/wradmin.git] / wradmin / wradmin / templates / index.html
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" />
8
9 <head>
10     <title>Hauptmenü</title>
11 </head>
12
13 <body>
14 <h2>Hauptmenü</h2>
15
16 <p>Willkommen auf den Administrationsseiten von Winterrodeln.</p>
17
18 <ul>
19     <li><a href="${h.url_for(controller='rodelbahn', action='list')}">Rodelbahnen</a></li>
20     <li><a href="${h.url_for(controller='bericht', action='list')}">Rodelbahnberichte</a></li>
21     <li><a href="${h.url_for(controller='gasthaus', action='list')}">Gasthäuser</a></li>
22     <li><a href="${h.url_for(controller='maptool', action='index')}">Maptool</a></li>
23     <li><a href="${h.url_for(controller='coordtool', action='index')}">Koordinaten-Rechner</a></li>
24         <!-- <li><a href="${h.url_for(controller='wrgpxtool', action='index')}">Winterrodeln-GPX Datei Werkzeuge</a></li> -->
25 </ul>
26
27 <ul>
28     <li><a href="${h.wiki()}">Winterrodeln-Hauptseite</a></li>
29     <li><a href="${h.forum()}">Forum</a></li>
30 </ul>
31
32 </body>
33 </html>