2018-10-05 09:55:29 +00:00
|
|
|
#logo
|
2019-05-20 10:25:11 +00:00
|
|
|
sib-link(next='members')
|
|
|
|
img(src='/images/logo.png' width=111 height=32)
|
2018-10-05 09:55:29 +00:00
|
|
|
|
2019-05-20 13:06:07 +00:00
|
|
|
//- #search-bar
|
|
|
|
//- input#search-input(type='search')
|
|
|
|
//- i#search-icon.icon-magnifier(aria-hidden='true')
|
|
|
|
//- i#close-search-icon.icon-close(aria-hidden='true')
|
2018-10-05 09:55:29 +00:00
|
|
|
|
2019-02-28 09:44:32 +00:00
|
|
|
sib-notifications(
|
2019-07-23 13:08:59 +00:00
|
|
|
nested-field="inbox"
|
2019-02-28 09:44:32 +00:00
|
|
|
bind-user
|
|
|
|
)
|
2018-10-05 09:55:29 +00:00
|
|
|
|
2019-05-15 12:49:43 +00:00
|
|
|
include templates/hd-user-avatar.pug
|
2019-04-16 12:56:25 +00:00
|
|
|
|
2019-03-11 18:48:51 +00:00
|
|
|
details#user-controls
|
|
|
|
summary(tabindex='0' role='button')
|
|
|
|
sib-display#user-controls__profile(
|
2019-07-23 13:08:59 +00:00
|
|
|
fields='first_name, account.picture'
|
2019-06-18 06:48:32 +00:00
|
|
|
widget-account.picture='hd-user-avatar'
|
2019-03-11 18:48:51 +00:00
|
|
|
bind-user
|
|
|
|
)
|
2019-06-18 06:48:32 +00:00
|
|
|
#user-controls__panel
|
|
|
|
include page-user-panel.pug
|
2018-12-10 12:30:15 +00:00
|
|
|
|
2019-04-04 14:41:23 +00:00
|
|
|
button(role='log in' onclick="document.querySelector('sib-auth').login();") Login
|
2019-04-03 13:28:47 +00:00
|
|
|
|
|
|
|
sib-auth
|
|
|
|
sib-auth-provider(
|
|
|
|
class="sib-auth-provider"
|
2019-06-24 11:56:49 +00:00
|
|
|
data-authority=`${authority}`
|
2019-04-03 13:28:47 +00:00
|
|
|
data-client_id=`${client_id}`,
|
|
|
|
data-id="paris"
|
|
|
|
data-response_type='id_token token',
|
|
|
|
data-scope='openid profile email',
|
|
|
|
data-automaticSilentRenew='true',
|
|
|
|
data-loadUserInfo='true'
|
|
|
|
)
|
|
|
|
|