diff options
author | Devaev Maxim <[email protected]> | 2018-07-28 00:08:19 +0300 |
---|---|---|
committer | Devaev Maxim <[email protected]> | 2018-07-28 00:08:19 +0300 |
commit | 57ea0c285c00259c6f121a9190577d09a5e6b978 (patch) | |
tree | 36c75363a681f9db0af1db7a4b4d5042f020d5c0 /kvmd/web/index.html | |
parent | 34d3e9d6371cdb4d0eb5d4f70638f22d33a2a166 (diff) |
windows control
Diffstat (limited to 'kvmd/web/index.html')
-rw-r--r-- | kvmd/web/index.html | 16 |
1 files changed, 10 insertions, 6 deletions
diff --git a/kvmd/web/index.html b/kvmd/web/index.html index 8766aae5..9a0e8c42 100644 --- a/kvmd/web/index.html +++ b/kvmd/web/index.html @@ -44,6 +44,9 @@ System ↴ </a> <div class="ctl-dropdown-content" style="display:none"> + <button onclick="ui.showWindow('stream-window')">• Show stream</button> + <button onclick="ui.showWindow('keyboard-window')">• Show keyboard</button> + <hr> <button disabled id="stream-reset-button" onclick="stream.clickResetButton();">• Reset stream</button> </div> </div> @@ -196,15 +199,16 @@ </li> </ul> - <div class="window" style="left:50%; top:70px"> - <div class="window-header">Stream</div> - <!-- <hr class="window-sep"> --> + <div id="stream-window" class="window"> + <div class="window-header"><div class="window-grab">Stream</div></div> <img id="stream-image" class="stream-image-inactive" alt="Loading..." src="/streamer/?action=stream"/> </div> - <div class="window" style="left:75%; top:60%"> - <div class="window-header">Virtual Keyboard</div> - <hr class="window-sep"> + <div id="keyboard-window" class="window"> + <div class="window-header"> + <div class="window-grab">Virtual Keyboard</div> + <button class="window-button-close">×</button> + </div> <div id="keyboard"> <div class="keyboard-block"> <div class="keyboard-row"> |