summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/crd/html/dialog_client_unconnected.html
blob: a8c4976b1d50523f244c19ac848f1ca0014efb62 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<!--
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="https://support.google.com/chrome/answer/1649523"
       target="_blank"
       i18n-content="LEARN_HOW"></a>
  </div> <!-- startup-mode-box-it2me -->

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