summaryrefslogtreecommitdiff
path: root/web/kvm/windows.pug
blob: d735b65d6a87c75fa7e8ad1580b688b09ec90168 (plain)
1
2
3
4
5
6
7
8
9
10
mixin window(id, title, with_header_id=false, close_confirm_msg="")
	div(id=id class="window" data-close-confirm=close_confirm_msg)
		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