You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
52 lines
1.5 KiB
52 lines
1.5 KiB
2 years ago
|
include mixins
|
||
|
|
||
|
doctype html
|
||
|
html(lang='ru')
|
||
|
head
|
||
|
include head.pug
|
||
|
block head
|
||
|
block styles
|
||
|
body
|
||
|
include inline-svg.svg
|
||
|
|
||
|
.body-spacer
|
||
|
.body-wrapper
|
||
|
.panel-wrapper
|
||
|
.left-panel
|
||
|
.header
|
||
|
span.text= pageCard ? pageCard : 'CDR'
|
||
|
.sections.shadow-bottom-inset
|
||
|
+section('calls', 'Звонки')
|
||
|
+section('reports', 'Отчеты')
|
||
|
+section('status', 'Состояние')
|
||
|
+section('settings', 'Настройки')
|
||
|
.divider
|
||
|
block subsections
|
||
|
.right-panel
|
||
|
block data
|
||
|
h1.no-section Раздел пока что не реализован
|
||
|
.footer
|
||
|
span.text (c) 2021 —
|
||
|
a.link(href='https://monroe.fitness') сеть женских фитнес-клубов Монро
|
||
|
|
||
|
block post-body
|
||
|
.body-spacer
|
||
|
|
||
|
.message-wrapper(style='display: none;')
|
||
|
.message
|
||
|
.close-button
|
||
|
.icon
|
||
|
.header Заголовок
|
||
|
.text Длинный текст сообщения
|
||
|
.button
|
||
|
span.button-text Закрыть
|
||
|
|
||
|
.window-wrapper(style='display: none;')
|
||
|
block windows
|
||
|
|
||
|
script(src='/public/3pt/js/scroll.js')
|
||
|
script(src='/public/js/comcli.js')
|
||
|
script(src='/public/js/window.js')
|
||
|
script(src='/public/common.js')
|
||
|
block scripts
|