Html程序  |  45行  |  1.39 KB

<!--
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 data-ui-mode="home.client.unconnected">

  <div i18n-content="DESCRIPTION_CONNECT"></div>

  <div id="access-code-entry-row">
    <form id="access-code-form" action="">
      <div class="box">
        <div class="box-spacer"></div>
        <label for="access-code-entry"
               i18n-content="ACCESS_CODE"
               class="editbox-label">
        </label>
        <input id="access-code-entry"
               type="text"
               autofocus="autofocus"
               autocomplete="off"/>
        <div class="box-spacer"></div>
      </div>
      <div class="button-row">
        <button id="connect-button"
                type="submit"
                i18n-content="CONNECT_BUTTON">
        </button>
        <button id="cancel-access-code-button"
                type="button"
                i18n-content="CANCEL">
        </button>
      </div>
    </form>
  </div> <!-- code-entry-row -->

  <div id="startup-mode-box-it2me" class="information-box" hidden>
    <span i18n-content="WARNING_NOT_WINDOWED"></span>
    <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523"
       target="_blank"
       i18n-content="LEARN_HOW"></a>
  </div> <!-- startup-mode-box-it2me -->

</div> <!-- client.unconnected -->