X-Git-Url: https://git.toastfreeware.priv.at/philipp/winterrodeln/wradmin.git/blobdiff_plain/bcab5116be5f7b6b3cf197597ade52dba4115831..931867c3a0a3842dd9cad2a204ec79686deaf952:/wradmin/templates/rodelbahn_list.html diff --git a/wradmin/templates/rodelbahn_list.html b/wradmin/templates/rodelbahn_list.html index bb73360..f011f39 100644 --- a/wradmin/templates/rodelbahn_list.html +++ b/wradmin/templates/rodelbahn_list.html @@ -1,71 +1,64 @@ - - - - +{% extends "master.html" %} +{% block title %}Rodelbahnen{% endblock %} - - Rodelbahnen - - - +{% block content %}

Rodelbahnen

-

Die folgende Lise wurde automatisiert von den Rodelbahnboxen gesammelt. Da dies nicht automatisch passiert, kann es sein, dass die Liste "veraltete" Information enthält.

+

Die folgende Lise wurde automatisiert von den Rodelbahnboxen gesammelt. Da dies nicht automatisch passiert, kann es sein, dass die Liste "veraltete" Information enthält.

-(1) Rodelbahnboxen auslesen und DB aktualisieren -(2) Rodelbahnen in den Regionslisten aktualisieren +(1) Rodelbahnboxen auslesen und DB aktualisieren +(2) Rodelbahnen in den Regionslisten aktualisieren +(3) Landkarten aktualisieren -

${c.paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last', controller='rodelbahn', action='list')}

+

{{paginator.pager('$link_first $link_previous $first_item bis $last_item von $item_count $link_next $link_last') | safe}}

- + - - - + + + - + - + - - - - - - - - - - - - - - - - - - - - + {% for s in paginator %} + + + + + + + + + + + + + + + + + + + + + {% endfor %}
ID NameLängeLänge GehzeitHöhe (oben)Höhe (unten)Aufstieg möglichHöhe (oben)Höhe (unten)Aufstieg möglich Aufstieg getrennt Lift Licht RodelverleihÖffentl. AnreiseÖffentl. Anreise Bild Latitude Longitude Information Forum-ID In ArbeitIn ÜbersichtIn Übersicht
${s.page_id}${s.page_title}${s.length}${s.walkup_time}${s.top_elevation}${s.bottom_elevation}${h.bool(s.walkup_possible)}${h.tristate_float(s.walkup_separate)}${h.bool(s.lift)}${h.tristate_float(s.night_light)}${h.bool(s.sled_rental)}${h.public_transport(s.public_transport)}${s.image}${s.position_latitude}${s.position_longitude}${s.information_phone}${s.forum_id}${h.bool(s.under_construction)}${h.bool(s.show_in_overview)}
{{s.page_id}}{{s.page_title}}{{s.length}}{{s.walkup_time}}{{s.top_elevation}}{{s.bottom_elevation}}{{h.bool(s.walkup_possible)}}{{h.tristate_float(s.walkup_separate)}}{{h.bool(s.lift)}}{{h.tristate_float(s.night_light)}}{{h.bool(s.sled_rental)}}{{h.public_transport(s.public_transport)}}{{s.image}}{{s.position_latitude}}{{s.position_longitude}}{{s.information_phone}}{{s.forum_id}}{{h.bool(s.under_construction)}}{{h.bool(s.show_in_overview)}}
-

${c.paginator.pager('~2~', controller='rodelbahn', action='list')}

+

{{paginator.pager('~2~') | safe}}

- - +{% endblock %}