mirror of https://github.com/requarks/wiki
parent
75ab068672
commit
2227515b26
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
@ -1,30 +1,58 @@
|
|||||||
extends ../../layout.pug
|
extends ../../layout.pug
|
||||||
|
|
||||||
block rootNavCenter
|
block rootNavCenter
|
||||||
|
h2.nav-item Account
|
||||||
|
|
||||||
block rootNavRight
|
block rootNavRight
|
||||||
i.nav-item#notifload
|
i.nav-item#notifload
|
||||||
.nav-item
|
.nav-item
|
||||||
a.button.btn-edit-discard(href='/')
|
a.button.btn-edit-discard(href='/')
|
||||||
span.icon
|
i.fa.fa-home
|
||||||
i.fa.fa-home
|
|
||||||
span Home
|
span Home
|
||||||
|
|
||||||
block content
|
block content
|
||||||
|
|
||||||
#page-type-account
|
#page-type-account
|
||||||
section.hero.is-dark
|
.container.is-fluid
|
||||||
.hero-body
|
.columns.is-gapless
|
||||||
.container
|
|
||||||
h1.title Account
|
.column.is-narrow.is-hidden-touch.sidebar
|
||||||
h2.subtitle Manage your settings and site configuration
|
|
||||||
nav.nav.has-shadow
|
aside
|
||||||
.container
|
.sidebar-label
|
||||||
.nav-left
|
i.icon-th-small
|
||||||
a.nav-item.is-tab(href='/admin/profile', class={'is-active': adminTab === 'profile'}) My Profile
|
span Navigation
|
||||||
a.nav-item.is-tab(href='/admin/stats', class={'is-active': adminTab === 'stats'}) Stats
|
ul.sidebar-menu
|
||||||
a.nav-item.is-tab(href='/admin/users', class={'is-active': adminTab === 'users'}) Users
|
li
|
||||||
a.nav-item.is-tab(href='/admin/settings', class={'is-active': adminTab === 'settings'}) Site Settings
|
a(href='/')
|
||||||
a.nav-item.is-tab(href='/logout') Logout
|
i.icon-home
|
||||||
block adminContent
|
span Home
|
||||||
|
|
||||||
|
aside
|
||||||
|
.sidebar-label
|
||||||
|
i.icon-head
|
||||||
|
span Account
|
||||||
|
ul.sidebar-menu
|
||||||
|
li
|
||||||
|
a(href='/admin/profile')
|
||||||
|
i.icon-user
|
||||||
|
span My Profile
|
||||||
|
li
|
||||||
|
a(href='/admin/stats')
|
||||||
|
i.icon-bar-graph-2
|
||||||
|
span Stats
|
||||||
|
li
|
||||||
|
a(href='/admin/users')
|
||||||
|
i.icon-users
|
||||||
|
span Users
|
||||||
|
li
|
||||||
|
a(href='/admin/settings')
|
||||||
|
i.icon-cog
|
||||||
|
span Site Settings
|
||||||
|
li
|
||||||
|
a(href='/logout')
|
||||||
|
i.icon-delete2
|
||||||
|
span Logout
|
||||||
|
|
||||||
|
.column
|
||||||
|
block adminContent
|
@ -1,6 +1,9 @@
|
|||||||
extends ./_layout.pug
|
extends ./_layout.pug
|
||||||
|
|
||||||
block adminContent
|
block adminContent
|
||||||
section.section
|
.hero
|
||||||
.container
|
h1.title#title Site Settings
|
||||||
label.label Coming soon
|
h2.subtitle Manage site configuration
|
||||||
|
.form-sections
|
||||||
|
section
|
||||||
|
| Coming soon
|
@ -1,11 +1,14 @@
|
|||||||
extends ./_layout.pug
|
extends ./_layout.pug
|
||||||
|
|
||||||
block adminContent
|
block adminContent
|
||||||
section.section
|
.hero
|
||||||
.container
|
h1.title#title Stats
|
||||||
label.label Entries
|
h2.subtitle General site-wide statistics
|
||||||
p.control= totalEntries
|
.form-sections
|
||||||
label.label Uploads
|
section
|
||||||
p.control= totalUploads
|
label.label Entries
|
||||||
label.label Users
|
p.control= totalEntries
|
||||||
p.control= totalUsers
|
label.label Uploads
|
||||||
|
p.control= totalUploads
|
||||||
|
label.label Users
|
||||||
|
p.control= totalUsers
|
@ -1,15 +1,18 @@
|
|||||||
extends ./_layout.pug
|
extends ./_layout.pug
|
||||||
|
|
||||||
block adminContent
|
block adminContent
|
||||||
section.section
|
.hero
|
||||||
.container
|
h1.title#title Users
|
||||||
.columns
|
h2.subtitle Manage users and rights
|
||||||
.column.is-three-quarters
|
ul.hero-menu
|
||||||
label.label Coming soon
|
li
|
||||||
.column
|
a.is-blue(href='/')
|
||||||
p.control
|
i.icon-plus
|
||||||
button.button.is-info
|
span Create Local User
|
||||||
| Create Local User
|
li
|
||||||
p.control
|
a.is-indigo(href='/')
|
||||||
button.button.is-info
|
i.icon-globe
|
||||||
| Authorize Social User
|
span Authorize Social User
|
||||||
|
.form-sections
|
||||||
|
section
|
||||||
|
| Coming soon
|
Loading…
Reference in new issue