]> ToastFreeware Gitweb - philipp/winterrodeln/wradmin.git/blob - wradmin/templates/index.html
Fix: Add missing closing bracket in rodelbahn_view.html.
[philipp/winterrodeln/wradmin.git] / 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(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='coordtool', action='index')}">Koordinaten-Rechner</a></li>
23     <!-- <li><a href="${h.url(controller='wrgpxtool', action='index')}">Winterrodeln-GPX Datei Werkzeuge</a></li> -->
24 </ul>
25
26 <ul>
27     <li><a href="${h.wiki()}">Winterrodeln-Hauptseite</a></li>
28     <li><a href="${h.forum()}">Forum</a></li>
29 </ul>
30
31 </body>
32 </html>