Html程序  |  15行  |  462 B

<!--
Copyright (c) 2013 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.
-->

<template id="mouse-mode-selector-template">
  <div class="drag-handle"></div>
  <div class="buttons">
    <div class="pan-scan-mode-button tool-button"></div>
    <div class="selection-mode-button tool-button"></div>
    <div class="zoom-mode-button tool-button"></div>
  </div>
</template>