2020-12-05 15:17:06 +00:00
|
|
|
.segment.lg-three-quarter.float-left.bg-color-heading
|
|
|
|
.logo.segment.lg-auto.float-left
|
2020-11-16 17:48:42 +00:00
|
|
|
solid-link(next='dashboard')
|
2020-11-23 11:03:34 +00:00
|
|
|
img(src=`${clientLogo || '/images/logo.png'}` style=`max-height:${clientLogoHeight || '52px'}`)
|
2020-11-16 17:48:42 +00:00
|
|
|
|
2020-12-05 15:17:06 +00:00
|
|
|
span.tag.reversed.color-primary.text-semibold(data-trans='header.beta')
|
2020-11-16 17:48:42 +00:00
|
|
|
|
2020-12-05 15:17:06 +00:00
|
|
|
.segment.lg-quarter.float-left.bg-color-third
|
|
|
|
.segment.bg-color-primary
|
2020-11-16 17:48:42 +00:00
|
|
|
solid-notifications.notLoggedIn(
|
|
|
|
nested-field="inbox"
|
|
|
|
bind-user
|
|
|
|
)
|
|
|
|
|
2020-12-05 15:17:06 +00:00
|
|
|
.segment.lg-auto
|
|
|
|
details#user-controls.notLoggedIn
|
2020-11-17 13:45:36 +00:00
|
|
|
summary.segment.padding(tabindex='0' role='button')
|
2020-12-05 15:17:06 +00:00
|
|
|
solid-display#user-controls__profile.user-thumb(
|
|
|
|
fields='account.picture, content(name-and-icon(first_name, button))'
|
|
|
|
class-account.picture='user-thumb-avatar user-thumb-avatar__size'
|
|
|
|
class-content='user-thumb-content'
|
|
|
|
class-name-and-icon='user-thumb-content__name-and-icon'
|
|
|
|
class-first_name='name'
|
|
|
|
class-button='icon icon-arrow-down'
|
2020-11-16 17:48:42 +00:00
|
|
|
widget-account.picture='hubl-user-avatar'
|
|
|
|
bind-user
|
|
|
|
)
|
|
|
|
#user-controls__panel
|
2020-12-05 15:17:06 +00:00
|
|
|
nav.bg-color-white.text-semibold.text-color-heading
|
2020-11-16 17:48:42 +00:00
|
|
|
ul
|
|
|
|
if (endpoints.uploads || (endpoints.get && endpoints.get.uploads)) && (endpoints.skills || (endpoints.get && endpoints.get.skills)) && (endpoints.users || (endpoints.get && endpoints.get.users))
|
2020-12-05 15:17:06 +00:00
|
|
|
li.border-bottom.border-color-grey
|
|
|
|
solid-link.segment.padding-small.text-hover(next='profile' data-trans='header.myProfile')
|
|
|
|
li.segment.padding-small.border-bottom.border-color-grey
|
|
|
|
div(data-trans='header.admin')
|
|
|
|
ul.text-normal
|
2020-11-23 21:16:26 +00:00
|
|
|
if (endpoints.users || (endpoints.get && endpoints.get.users))
|
2020-12-05 15:17:06 +00:00
|
|
|
solid-route.text-hover(name='admin-communities')
|
|
|
|
li.segment.padding-top-small
|
|
|
|
a.icon.icon-people.icon-third.icon-small.margin-right-xsmall(data-trans='admin.menuRight.community')
|
2020-11-23 21:16:26 +00:00
|
|
|
if endpoints.circles || (endpoints.get && endpoints.get.circles)
|
2020-12-05 15:17:06 +00:00
|
|
|
solid-route.text-hover(name='admin-circles')
|
|
|
|
li.segment.padding-top-small
|
|
|
|
a.icon.icon-globe.icon-third.icon-small.margin-right-xsmall(data-trans='admin.menuRight.circles')
|
2020-11-23 21:16:26 +00:00
|
|
|
if endpoints.projects || (endpoints.get && endpoints.get.projects)
|
2020-12-05 15:17:06 +00:00
|
|
|
solid-route.text-hover(name='admin-projects')
|
|
|
|
li.segment.padding-top-small
|
|
|
|
a.icon.icon-folder-alt.icon-third.icon-small.margin-right-xsmall(data-trans='admin.menuRight.projects')
|
|
|
|
li.border-bottom.border-color-grey
|
|
|
|
solid-link.segment.padding-small.text-hover(next='about' data-trans='header.about')
|
|
|
|
li
|
|
|
|
button.segment.padding-small.text-hover.text-bold.text-color-heading(role='log out' onclick="document.querySelector('sib-auth').logout();" data-trans='header.logOut')
|
2020-11-16 17:48:42 +00:00
|
|
|
|
|
|
|
button.loggedIn.segment.float-right(role='log in' onclick="document.querySelector('sib-auth').login();" data-trans='header.logIn')
|
|
|
|
|
2020-12-05 15:17:06 +00:00
|
|
|
button.notLoggedIn.segment.lg-hidden.icon-menu#toggleMainMenu
|
2020-11-16 17:48:42 +00:00
|
|
|
|
|
|
|
sib-auth(style='display:none!important')
|
|
|
|
sib-auth-provider(
|
|
|
|
data-authority=`${authority}`
|
|
|
|
data-id=`${authorityName || "authority"}`
|
|
|
|
data-client-name=`${clientName || "Hubl"}`
|
|
|
|
)
|