bibelwissen/views/nt/ev/mk/mixins.pug

107 lines
5.1 KiB
Plaintext

mixin footnote(content)
span.footnote(data-toggle="tooltip", title=content)
mixin symbol(s)
span.oi(class="oi-"+s)
span  
mixin headline
div(style="margin-top: 15px; padding-left: 1rem; padding-right: 1rem;")
table(style="font-size: 80%; font-variant: small-caps; margin-bottom: 0px; width: 100%;")
tr
td(style="padding: 0px;")
b
a(href="/") BibelWissen.Halieus.DE
td(style="padding: 0px; text-align: right;")
a(href="http://www.halieus.de/impressum_datenschutz.html" target="_blank") Impressum & Datenschutzerklärung
p(style="font-size: 130%; font-variant: small-caps; margin-bottom: 0px;")
b Einführung in das Evangelium nach Markus (Neufassung)
ol.breadcrumb(onclick="show_all_slides();", style="margin-top: .5rem; border-radius: 0;")
block
mixin headline_item_start
li.breadcrumb-item
a(href=pathoffset+"/") Start
mixin headline_item_aufbau
li.breadcrumb-item
a(href=pathoffset+"/aufbau") Aufbau und Gliederung
mixin headline_item_entstehung
li.breadcrumb-item
a(href=pathoffset+"/entstehung") Entstehung
mixin headline_item_theologische_grundgedanken
li.breadcrumb-item
a(href=pathoffset+"/theologische_grundgedanken") Theologische Grundgedanken
mixin headline_item_impulse_literatur
li.breadcrumb-item
a(href=pathoffset+"/impulse_literatur") Impulse und Literatur
mixin headline_item_active
li.breadcrumb-item
.h1(style="margin-bottom: 0px; color: #0e4f88; width: 100%;")
block
mixin bottom_nav_item(active, short, href, name)
if(active===short)
li.nav-item
a.nav-link.active !{name}
else
li.nav-item
a.nav-link(href=href) !{name}
mixin bottom_nav(active)
hr(style="margin-top: 2rem; border-top-width: 7px; border-top-color: #a4d0fd;")
ul.nav.nav-fill.nav-pills(style="padding-left: 1rem; padding-right: 1rem;")
+bottom_nav_item(active, "start", pathoffset+"/", "Start")
+bottom_nav_item(active, "gliederung", pathoffset+"/aufbau", "Aufbau und Gliederung")
+bottom_nav_item(active, "entstehung", pathoffset+"/entstehung", "Entstehung")
+bottom_nav_item(active, "theologische_grundgedanken", pathoffset+"/theologische_grundgedanken", "Theologische Grundgedanken")
+bottom_nav_item(active, "impulse_literatur", pathoffset+"/impulse_literatur", "Impulse und Literatur")
mixin bottom_aufbau(active)
hr(style="margin-top: 75px; border-top-width: 2px;")
a(href="https://www.halieus.de/bibelwissen/nt_ev_mk-gliederung.pdf", target="_blank", style="padding-left: 1rem; padding-right: 1rem;") Ausführliche Gliederung (PDF)
+bottom_nav("gliederung")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_nav_item(active, "grobgliederung", pathoffset+"/aufbau/gliederung", "Grobgliederung")
+bottom_nav_item(active, "sabbatgliederung", pathoffset+"/aufbau/sabbatgliederung", "Sabbatgliederung")
+bottom_nav_item(active, "schluss", pathoffset+"/aufbau/schluss", "Schluss in Mk 16,8")
mixin bottom_entstehung(active)
+bottom_nav("entstehung")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_nav_item(active, "quellen", pathoffset+"/entstehung/quellen", "Quellen")
+bottom_nav_item(active, "gattung", pathoffset+"/entstehung/gattung", "Gattung")
+bottom_nav_item(active, "verfasser", pathoffset+"/entstehung/verfasser", "Verfasser")
+bottom_nav_item(active, "zeit", pathoffset+"/entstehung/zeit", "Zeit")
+bottom_nav_item(active, "ort", pathoffset+"/entstehung/ort", "Ort")
+bottom_nav_item(active, "adressaten", pathoffset+"/entstehung/adressaten", "Adressaten")
mixin bottom_theologische_grundgedanken(active)
+bottom_nav("theologische_grundgedanken")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_nav_item(active, "evangelium", pathoffset+"/theologische_grundgedanken/evangelium", "Evangelium")
+bottom_nav_item(active, "nachfolge", pathoffset+"/theologische_grundgedanken/nachfolge", "Nachfolge")
+bottom_nav_item(active, "schweigegebote", pathoffset+"/theologische_grundgedanken/schweigegebote", "Schweigegebote")
+bottom_nav_item(active, "heidenmission", pathoffset+"/theologische_grundgedanken/heidenmission", "Aufbruch zu den Heiden")
+bottom_nav_item(active, "versager_helden",pathoffset+"/theologische_grundgedanken/versager_helden", "Von <q>Versagern</q> und <q>Helden</q>")
+bottom_nav_item(active, "ende_anfang", pathoffset+"/theologische_grundgedanken/ende_anfang", "Ende ist Anfang")
+bottom_nav_item(active, "anfang_neu_gelesen",pathoffset+"/theologische_grundgedanken/anfang_neu_gelesen", "Der Anfang vom Ende her (neu) gelesen")
mixin bottom_impulse_literatur(active)
+bottom_nav("impulse_literatur")
hr(style="border-top-width: 5px; border-top-color: #a4d0fd")
.small(style="margin-top: 3px;")
ul.nav.nav-fill.nav-pills.pill-sub-1
+bottom_nav_item(active, "impulse", pathoffset+"/impulse_literatur/impulse", "Impulse")
+bottom_nav_item(active, "literatur", pathoffset+"/impulse_literatur/literatur", "Ausgewählte Literatur")