Home | History | Annotate | Download | only in html
      1 <!--
      2 Copyright (c) 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.
      5 -->
      6 <div data-ui-mode="home.client.unconnected">
      7 
      8   <div i18n-content="DESCRIPTION_CONNECT"></div>
      9 
     10   <div id="access-code-entry-row">
     11     <form id="access-code-form" action="">
     12       <div class="box">
     13         <div class="box-spacer"></div>
     14         <label for="access-code-entry"
     15                i18n-content="ACCESS_CODE"
     16                class="editbox-label">
     17         </label>
     18         <input id="access-code-entry"
     19                type="text"
     20                autofocus="autofocus"
     21                autocomplete="off"/>
     22         <div class="box-spacer"></div>
     23       </div>
     24       <div class="button-row">
     25         <button id="connect-button"
     26                 type="submit"
     27                 i18n-content="CONNECT_BUTTON">
     28         </button>
     29         <button id="cancel-access-code-button"
     30                 type="button"
     31                 i18n-content="CANCEL">
     32         </button>
     33       </div>
     34     </form>
     35   </div> <!-- code-entry-row -->
     36 
     37   <div id="startup-mode-box-it2me" class="information-box" hidden>
     38     <span i18n-content="WARNING_NOT_WINDOWED"></span>
     39     <a href="http://support.google.com/chrome/bin/answer.py?hl=en&answer=1649523"
     40        target="_blank"
     41        i18n-content="LEARN_HOW"></a>
     42   </div> <!-- startup-mode-box-it2me -->
     43 
     44 </div> <!-- client.unconnected -->
     45