Html程序  |  30行  |  1023 B

<!--
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">
  <span class="window-title">&nbsp;</span>
  <span class="window-controls-hover-target">
    <div class="window-controls">
      <span i18n-title="DISCONNECT_MYSELF_BUTTON"
            class="window-control window-disconnect">
        <img src="icon_disconnect.webp">
      </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="CLOSE_WINDOW"
            class="window-control window-close">
        <img src="icon_close.webp">
      </span>
    </div>
    <div class="window-controls-stub">&nbsp;</div>
  </span>
</div>