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

114 lines
4.7 KiB
Plaintext

mixin footnote(content)
span.footnote(data-toggle="tooltip", title=content)
mixin headline_base
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 (Kurzfassung)
hr(style="margin-top: 3px;")
ol.breadcrumb(onclick="show_all_slides();")
block
mixin headline(section)
+headline_base
li.breadcrumb-item !{section}
li.breadcrumb-item.active
block
mixin bottom_subnav(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_aufbau(active)
hr(style="margin-top: 75px;")
a(href="https://www.halieus.de/bibelwissen/nt_ev_mk-gliederung.pdf", target="_blank") Ausführliche Gliederung (PDF)
hr
ul.nav.nav-fill.nav-pills.small
li.nav-item
a.nav-link(href=pathoffset+"/") Start
li.nav-item
a.nav-link.active Gliederung
li.nav-item
a.nav-link(href=pathoffset+"/entstehung") Entstehung
li.nav-item
a.nav-link(href=pathoffset+"/theologische_grundgedanken") Theologische Grundgedanken
li.nav-item
a.nav-link(href=pathoffset+"/impulse_literatur") Impulse und Literatur
.small(style="margin-top: 3px;")
ul.nav.small.nav-fill.nav-pills
+bottom_subnav(active, "grobgliederung", pathoffset+"/aufbau/gliederung", "Grobgliederung")
+bottom_subnav(active, "sabbatgliederung", pathoffset+"/aufbau/sabbatgliederung", "Sabbatgliederung")
+bottom_subnav(active, "schluss", pathoffset+"/aufbau/schluss", "Schluss in Mk 16,8")
mixin bottom_entstehung(active)
hr(style="margin-top: 75px;")
ul.nav.nav-fill.nav-pills.small
li.nav-item
a.nav-link(href=pathoffset+"/") Start
li.nav-item
a.nav-link(href=pathoffset+"/aufbau") Gliederung
li.nav-item
a.nav-link.active Entstehung
li.nav-item
a.nav-link(href=pathoffset+"/theologische_grundgedanken") Theologische Grundgedanken
li.nav-item
a.nav-link(href=pathoffset+"/impulse_literatur") Impulse und Literatur
.small(style="margin-top: 3px;")
ul.nav.small.nav-fill.nav-pills
+bottom_subnav(active, "quellen", pathoffset+"/entstehung/quellen", "Quellen")
+bottom_subnav(active, "verfasser", pathoffset+"/entstehung/verfasser", "Verfasser")
+bottom_subnav(active, "zeit", pathoffset+"/entstehung/zeit", "Zeit")
+bottom_subnav(active, "ort", pathoffset+"/entstehung/ort", "Ort")
+bottom_subnav(active, "adressaten", pathoffset+"/entstehung/adressaten", "Adressaten")
mixin bottom_theologische_grundgedanken(active)
hr(style="margin-top: 75px;")
ul.nav.nav-fill.nav-pills.small
li.nav-item
a.nav-link(href=pathoffset+"/") Start
li.nav-item
a.nav-link(href=pathoffset+"/aufbau") Gliederung
li.nav-item
a.nav-link(href=pathoffset+"/entstehung") Entstehung
li.nav-item
a.nav-link.active Theologische Grundgedanken
li.nav-item
a.nav-link(href=pathoffset+"/impulse_literatur") Impulse und Literatur
.small(style="margin-top: 3px;")
ul.nav.small.nav-fill.nav-pills
+bottom_subnav(active, "evangelium", pathoffset+"/theologische_grundgedanken/evangelium", "Evangelium")
+bottom_subnav(active, "nachfolge", pathoffset+"/theologische_grundgedanken/nachfolge", "Nachfolge")
+bottom_subnav(active, "schweigegebote", pathoffset+"/theologische_grundgedanken/schweigegebote", "Schweigegebote")
+bottom_subnav(active, "heidenmission", pathoffset+"/theologische_grundgedanken/heidenmission", "Aufbruch zu den Heiden")
+bottom_subnav(active, "versager_helden",pathoffset+"/theologische_grundgedanken/versager_helden", "Von <q>Versagern</q> und <q>Helden</q>")
+bottom_subnav(active, "ende_anfang", pathoffset+"/theologische_grundgedanken/ende_anfang", "Ende ist Anfang")
mixin bottom_impulse_literatur(active)
hr(style="margin-top: 75px;")
ul.nav.nav-fill.nav-pills.small
li.nav-item
a.nav-link(href=pathoffset+"/") Start
li.nav-item
a.nav-link(href=pathoffset+"/aufbau") Gliederung
li.nav-item
a.nav-link(href=pathoffset+"/entstehung") Entstehung
li.nav-item
a.nav-link(href=pathoffset+"/theologische_grundgedanken") Theologische Grundgedanken
li.nav-item
a.nav-link.active Impulse und Literatur
.small(style="margin-top: 3px;")
ul.nav.small.nav-fill.nav-pills
+bottom_subnav(active, "impulse", pathoffset+"/impulse_literatur/impulse", "Impulse")
+bottom_subnav(active, "literatur", pathoffset+"/impulse_literatur/literatur", "Ausgewählte Literatur")