31 span(cls:="icon-bar"), |
31 span(cls:="icon-bar"), |
32 span(cls:="icon-bar"), |
32 span(cls:="icon-bar"), |
33 span(cls:="icon-bar") |
33 span(cls:="icon-bar") |
34 ), |
34 ), |
35 a(href:="#", cls:="navbar-brand", paddingTop:=4, paddingBottom:=4, |
35 a(href:="#", cls:="navbar-brand", paddingTop:=4, paddingBottom:=4, |
36 img(src:=s"/${http.prefix}/public/images/icon.png", alt:="SQWL", |
36 img(src:=s"/${http.prefix}/public/${cnt.icon._1}", |
37 width:=40, height:=40)), |
37 alt:=cnt.appTitleShort, width:=40, height:=40)), |
38 a(href:="#", cls:="navbar-brand visible-xs", |
38 a(href:="#", cls:="navbar-brand visible-xs", |
39 span("KPŽ")), |
39 span(cnt.appTitleShort)), |
40 a(href:="#", cls:="navbar-brand hidden-xs", |
40 a(href:="#", cls:="navbar-brand hidden-xs", |
41 span("Kvalita pracovního života v České republice")) |
41 span(cnt.appTitle)) |
42 ) |
42 ) |
43 //tag("nav")(cls:="hidden-xs", navMenu) |
43 //tag("nav")(cls:="hidden-xs", navMenu) |
44 ) |
44 ) |
45 ), |
45 ), |
46 div(cls:="collapse navbar-collapse", id:="navbar1", |
46 div(cls:="collapse navbar-collapse", id:="navbar1", |