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

131 lines
5.2 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 Mit dem Evangelium nach Lukas durch das Kirchenjahr
ol.breadcrumb(onclick="show_all_slides();", style="margin-top: .5rem; border-radius: 0;")
block
//- mixin headline_item(section)
//- li.breadcrumb-item !{section}
mixin headline_item_start
li.breadcrumb-item
a(href=pathoffset+"/") Start
mixin headline_item_einfuehrung
li.breadcrumb-item
a(href=pathoffset+"/einfuehrung") Einführung
mixin headline_item_adv_weihn_jkr3-7
li.breadcrumb-item
a(href=pathoffset+"/adv_weihn_jkr3-7") Advent, Weihnachten, Jahreskreis 3 - 7
mixin headline_item_fz_oz_jkr12-17
li.breadcrumb-item
a(href=pathoffset+"/fz_oz_jkr12-17") Fastenzeit, Osterzeit, Jahreskreis 12 - 17
mixin headline_item_jkr18-34
li.breadcrumb-item
a(href=pathoffset+"/jkr18-34") Jahreskreis 18 - 34
mixin headline_item_active
li.breadcrumb-item
.h3(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: 3rem; border-top-width: 7px; border-radius: 7px 7px 7px 7px; border-top-color: rgba(0, 0, 0, 0.25);")
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, "einfuehrung", pathoffset + "/einfuehrung", "Einführung")
+bottom_nav_item(active, "adv_weihn", pathoffset+"/adv_weihn_jkr3-7", "Advent, Weihnachten, Zeit im Jahreskreis 3 - 7")
+bottom_nav_item(active, "fz_oz", pathoffset+"/fz_oz_jkr12-17", "Fastenzeit, Osterzeit, Zeit im Jahreskreis 12 - 17")
+bottom_nav_item(active, "jkr", pathoffset+"/jkr18-34", "Zeit im Jahreskres 18 - 34")
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_einfuehrung(active)
+bottom_nav("einfuehrung")
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_subnav(active, "verfasser", pathoffset+"/einfuehrung/verfasser", "Verfasser")
+bottom_subnav(active, "quellen", pathoffset+"/einfuehrung/quellen", "Quellen")
+bottom_subnav(active, "prolog", pathoffset+"/einfuehrung/prolog", "Der Verfasser über sein Werk")
+bottom_subnav(active, "aufbau", pathoffset+"/einfuehrung/aufbau", "Aufbau")
//- +bottom_subnav(active, "themen", pathoffset+"/einfuehrung/themen", "Themen")
mixin bottom_adv_weihn_jkr3-7(active)
+bottom_nav("adv_weihn")
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_subnav(active, "ueberblick", pathoffset+"/adv_weihn_jkr3-7/index", "Überblick")
+bottom_subnav(active, "gliederung", pathoffset+"/adv_weihn_jkr3-7/gliederung", "Gliederung")
+bottom_subnav(active, "johdt", pathoffset+"/adv_weihn_jkr3-7/johdt", "Johannes der Täufer")
+bottom_subnav(active, "weihnachten", pathoffset+"/adv_weihn_jkr3-7/weihnachten","<q>Weihnachten</q>")
+bottom_subnav(active, "antritt", pathoffset+"/adv_weihn_jkr3-7/antritt", "Antrittspredigt")
+bottom_subnav(active, "fischfang", pathoffset+"/adv_weihn_jkr3-7/fischfang", "Reicher Fischfang/<q>Berufung</q> des Petrus")
+bottom_subnav(active, "feldrede", pathoffset+"/adv_weihn_jkr3-7/feldrede", "Feldrede")
mixin bottom_fz_oz_jkr12-17(active)
+bottom_nav("fz_oz")
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_subnav(active, "ueberblick", pathoffset+"/fz_oz_jkr12-17/index", "Überblick")
+bottom_subnav(active, "gliederung", pathoffset+"/fz_oz_jkr12-17/gliederung", "Gliederung")
mixin bottom_jkr18-34(active)
+bottom_nav("jkr")
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_subnav(active, "ueberblick", pathoffset+"/jkr18-34/index", "Überblick")
+bottom_subnav(active, "literatur", pathoffset+"/impulse_literatur/literatur", "Ausgewählte Literatur")
mixin ueberblick_thead
thead
tr
th(scope="col") Tag
th(scope="col") Datum
th(scope="col") Stelle
th(scope="col") Kurzbeschreibung
mixin ueberblick_tag(tag, datum, stelle, kurzb)
tr
th(scrope="row") !{tag}
td !{datum}
td !{stelle}
td !{kurzb}