summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/html/toolbar.html
diff options
context:
space:
mode:
Diffstat (limited to 'remoting/webapp/html/toolbar.html')
-rw-r--r--remoting/webapp/html/toolbar.html62
1 files changed, 62 insertions, 0 deletions
diff --git a/remoting/webapp/html/toolbar.html b/remoting/webapp/html/toolbar.html
new file mode 100644
index 0000000..6838f49
--- /dev/null
+++ b/remoting/webapp/html/toolbar.html
@@ -0,0 +1,62 @@
+<!--
+Copyright (c) 2014 The Chromium Authors. All rights reserved.
+Use of this source code is governed by a BSD-style license that can be
+found in the LICENSE file.
+-->
+<div id="session-toolbar"
+ data-ui-mode="in-session"
+ class="toolbar-container"
+ hidden>
+
+ <div class="toolbar-border">
+
+ <div id="session-status-message"
+ i18n-content="LABEL_CONNECTED"></div>
+
+ <div id="connected-to"></div>
+
+ <div id="new-connection" class="icon-black apps-v2-only">
+ <img src="plus.webp" i18n-title="NEW_CONNECTION">
+ </div>
+
+ <div class="box-spacer"></div>
+
+ <button id="toolbar-disconnect"
+ type="button"
+ i18n-content="DISCONNECT_MYSELF_BUTTON">
+ </button>
+
+ <span class="menu-button" id="send-keys-menu">
+ <button>
+ <span i18n-content="SEND_KEYS"></span>
+ <img src="disclosure_arrow_down.webp"
+ class="kd-disclosureindicator">
+ </button>
+ <ul>
+ <li id="send-ctrl-alt-del" i18n-content="SEND_CTRL_ALT_DEL"></li>
+ <li id="send-print-screen" i18n-content="SEND_PRINT_SCREEN"></li>
+ </ul>
+ </span>
+
+ <span class="menu-button" id="screen-options-menu">
+ <button>
+ <span i18n-content="SCREEN_OPTIONS"></span>
+ <img src="disclosure_arrow_down.webp"
+ class="kd-disclosureindicator">
+ </button>
+ <ul>
+ <li id="screen-resize-to-client"
+ i18n-content="RESIZE_TO_CLIENT"></li>
+ <li id="screen-shrink-to-fit" i18n-content="SHRINK_TO_FIT"></li>
+ <li class="menu-separator"></li>
+ <li id="toggle-full-screen" i18n-content="FULL_SCREEN"></li>
+ </ul>
+ </span>
+
+ </div>
+
+ <div class="toolbar-stub" id="toolbar-stub">
+ <div class="arrow-down"></div>
+ </div>
+
+</div> <!-- session-toolbar -->