2 Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file.
6 <div id=
"title-bar" class=
"title-bar apps-v2-only">
7 <div class=
"window-controls-and-title">
8 <span i18n-title=
"OPTIONS_MENU"
9 class=
"window-control window-options menu-button">
10 <span class=
"menu-button-activator">
11 <img src=
"icon_options.webp">
13 <ul class=
"window-options-menu right-align">
14 <li class=
"menu-start-stop-recording connected-only"
15 i18n-content=
"START_RECORDING"
17 <li class=
"menu-send-ctrl-alt-del connected-only"
18 i18n-content=
"SEND_CTRL_ALT_DEL"></li>
19 <li class=
"menu-send-print-screen connected-only"
20 i18n-content=
"SEND_PRINT_SCREEN"></li>
21 <li class=
"menu-map-right-ctrl-to-meta connected-only"
22 i18n-content=
"MAP_RIGHT_CTRL_TO_META"></li>
23 <li class=
"menu-separator connected-only"></li>
24 <li class=
"menu-resize-to-client connected-only"
25 i18n-content=
"RESIZE_TO_CLIENT"></li>
26 <li class=
"menu-shrink-to-fit connected-only"
27 i18n-content=
"SHRINK_TO_FIT"></li>
28 <li class=
"menu-separator connected-only"></li>
29 <li class=
"menu-new-window"
30 i18n-content=
"NEW_WINDOW"></li>
31 <li class=
"menu-separator"></li>
32 <li class=
"menu-toggle-connection-stats connected-only"
33 i18n-content=
"TOGGLE_STATS"></li>
35 i18n-content=
"HELP"></li>
36 <li class=
"menu-feedback"
37 i18n-content=
"ACTIONBAR_FEEDBACK"></li>
38 <li class=
"menu-credits"
39 i18n-content=
"CREDITS"></li>
42 <span i18n-title=
"DISCONNECT_MYSELF_BUTTON"
43 class=
"window-control window-disconnect connected-only">
44 <img src=
"icon_disconnect.webp">
46 <span class=
"window-title"> </span>
47 <span i18n-title=
"MINIMIZE_WINDOW"
48 class=
"window-control window-minimize">
49 <img src=
"icon_minimize.webp">
51 <span i18n-title=
"MAXIMIZE_WINDOW"
52 class=
"window-control window-maximize-restore">
53 <img src=
"icon_maximize_restore.webp">
55 <span i18n-title=
"FULL_SCREEN"
56 class=
"window-control window-fullscreen">
57 <img src=
"icon_fullscreen.webp">
59 <span i18n-title=
"CLOSE_WINDOW"
60 class=
"window-control window-close">
61 <img src=
"icon_close.webp">
64 <div class=
"window-controls-stub"> </div>
65 </div> <!-- title-bar -->