One-KVM/web/kvm/windows.pug
2020-08-16 10:35:29 +03:00

11 lines
316 B
Plaintext

mixin window(id, title, with_header_id=false)
div(id=id class="window")
div(id=(with_header_id ? `${id}-header` : "") class="window-header")
div(class="window-grab") #{title}
button(class="window-button-close") ×
block
include window-stream.pug
include window-keyboard.pug
include window-about.pug