summaryrefslogtreecommitdiff
path: root/web/kvm/window-stream.pug
diff options
context:
space:
mode:
authorDevaev Maxim <[email protected]>2020-07-15 10:34:49 +0300
committerDevaev Maxim <[email protected]>2020-07-15 10:34:49 +0300
commit6fa59bd7a136bdda7640abb1748910aa52031a02 (patch)
tree80dacd72bd058f492bbb1a31d9e639c5b7d70621 /web/kvm/window-stream.pug
parent3e7315c44872995108b5512c3a9b11d48dbc0f33 (diff)
kvm pug
Diffstat (limited to 'web/kvm/window-stream.pug')
-rw-r--r--web/kvm/window-stream.pug15
1 files changed, 15 insertions, 0 deletions
diff --git a/web/kvm/window-stream.pug b/web/kvm/window-stream.pug
new file mode 100644
index 00000000..a86c1812
--- /dev/null
+++ b/web/kvm/window-stream.pug
@@ -0,0 +1,15 @@
++window("stream-window", "Stream", false, true)
+ div(id="stream-info")
+ div(id="stream-box" class="stream-box-inactive")
+ img(id="stream-image" class="stream-image-inactive" src=`${png_dir}/blank-stream.png`)
+ div(id="stream-mouse-buttons" class="keypad" align="center")
+ div(class="keypad-block")
+ div(class="keypad-row")
+ div(data-code="left" class="key wide-4 left small") #[span Mouse#[br]Left]
+ div(data-code="left" class="modifier wide-2 left small") #[span #[b &bull;]#[br]&larr; Hold]
+ div(class="empty-key" style="width:10px")
+ div(data-code="middle" class="key wide-2 left small") #[span Mouse#[br]Middle]
+ div(data-code="middle" class="modifier wide-2 left small") #[span #[b &bull;]#[br]&larr; Hold]
+ div(class="empty-key" style="width:10px")
+ div(data-code="right" class="modifier wide-2 right small") #[span #[b &bull;]#[br]Hold &rarr;]
+ div(data-code="right" class="key wide-4 right small") #[span Mouse#[br]Right]