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>Rodelbahn</title>
14 <h2>Rodelbahn #${c.sledding.page_id}: ${c.sledding.page_title}</h2>
16 <h3>Inhalt der Rodelbahnbox</h3>
20 <td>${c.sledding.page_id}</td>
24 <td>${c.sledding.page_title}</td>
28 <td>${c.sledding.length}</td>
32 <td>${c.sledding.walktime}</td>
36 <td>${c.sledding.height_top}</td>
40 <td>${c.sledding.height_bottom}</td>
43 <th>Aufstieg getrennt</th>
44 <td>${h.bool(c.sledding.walkup_separate)}</td>
48 <td>${h.bool(c.sledding.lift)}</td>
52 <td>${h.bool(c.sledding.night_light)}</td>
56 <td>${h.bool(c.sledding.sledge_rental)}</td>
59 <th>Öffentliche Anreise</th>
60 <td>${h.bool(c.sledding.public_transport)}</td>
64 <td>${c.sledding.image}</td>
68 <td>${c.sledding.position_latitude}</td>
72 <td>${c.sledding.position_longitude}</td>
76 <td>${c.sledding.information}</td>
80 <td>${c.sledding.forum_id}</td>
84 <td>${h.bool(c.sledding.under_construction)}</td>
88 <td>${h.bool(c.sledding.show_in_overview)}</td>
93 <li><a href="${h.wiki(c.sledding.page_title)}">Zeige bei <tt>www.winterrodeln.org</tt></a></li>
94 <li py:if="c.sledding.position_latitude and c.sledding.position_longitude"><a href="${h.google_maps(c.sledding.position_latitude, c.sledding.position_longitude)}">Zeige bei Google Maps</a></li>
95 <li py:if="c.sledding.forum_id"><a href="${h.forum(c.sledding.forum_id)}">Zeige im Forum</a></li>
99 <h3>Rodelbahnberichte</h3>
101 <py:if test="len(c.paginator) > 0">
102 <p>${c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last', controller='rodelbahn', action='view', id=c.id)}</p>
107 <th>Datum Eintrag</th>
108 <th>Datum Ungültig</th>
109 <th>Datum für Bericht</th>
110 <th>Zustand (1 bis 5)</th>
111 <th>Beschreibung (WikiText)</th>
115 <tr py:for="r in c.paginator">
116 <td><a href="${h.url_for(controller='bericht', action='view', id=r.id)}">${r.id}</a></td>
117 <td>${r.date_entry}</td>
118 <td>${r.date_invalid}</td>
119 <td>${r.date_report}</td>
120 <td>${r.condition}</td>
121 <td>${r.description}</td>
122 <td>${r.author_name}</td>
123 <td>${r.delete_date}</td>
127 <p>${c.paginator.pager('~2~', controller='rodelbahn', action='view', id=c.id)}</p>
129 <py:if test="len(c.paginator) == 0">
130 <p><em>Es sind keine Rodelbahnberichte zu dieser Rodelbahn vorhanden.</em></p>