| <!-- |
| Copyright 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="title-bar" class="title-bar apps-v2-only"> |
| <div class="window-controls-and-title"> |
| <span i18n-title="OPTIONS_MENU" |
| class="window-control window-options menu-button"> |
| <span class="menu-button-activator"> |
| <img src="icon_options.webp"> |
| </span> |
| <ul class="window-options-menu right-align"> |
| <li class="menu-send-ctrl-alt-del connected-only" |
| i18n-content="SEND_CTRL_ALT_DEL"></li> |
| <li class="menu-send-print-screen connected-only" |
| i18n-content="SEND_PRINT_SCREEN"></li> |
| <li class="menu-map-right-ctrl-to-meta connected-only" |
| i18n-content="MAP_RIGHT_CTRL_TO_META"></li> |
| <li class="menu-separator connected-only"></li> |
| <li class="menu-resize-to-client connected-only" |
| i18n-content="RESIZE_TO_CLIENT"></li> |
| <li class="menu-shrink-to-fit connected-only" |
| i18n-content="SHRINK_TO_FIT"></li> |
| <li class="menu-separator connected-only"></li> |
| <li class="menu-new-window" |
| i18n-content="NEW_WINDOW"></li> |
| <li class="menu-separator"></li> |
| <li class="menu-toggle-connection-stats connected-only" |
| i18n-content="TOGGLE_STATS"></li> |
| <li class="menu-help" |
| i18n-content="HELP"></li> |
| <li class="menu-feedback" |
| i18n-content="ACTIONBAR_FEEDBACK"></li> |
| <li class="menu-credits" |
| i18n-content="CREDITS"></li> |
| </ul> |
| </span> |
| <span i18n-title="DISCONNECT_MYSELF_BUTTON" |
| class="window-control window-disconnect connected-only"> |
| <img src="icon_disconnect.webp"> |
| </span> |
| <span class="window-title"> </span> |
| <span i18n-title="MINIMIZE_WINDOW" |
| class="window-control window-minimize"> |
| <img src="icon_minimize.webp"> |
| </span> |
| <span i18n-title="MAXIMIZE_WINDOW" |
| class="window-control window-maximize-restore"> |
| <img src="icon_maximize_restore.webp"> |
| </span> |
| <span i18n-title="FULL_SCREEN" |
| class="window-control window-fullscreen"> |
| <img src="icon_fullscreen.webp"> |
| </span> |
| <span i18n-title="CLOSE_WINDOW" |
| class="window-control window-close"> |
| <img src="icon_close.webp"> |
| </span> |
| </div> |
| <div class="window-controls-stub"> </div> |
| </div> <!-- title-bar --> |