summaryrefslogtreecommitdiffstats
path: root/remoting/webapp/html/dialog_auth.html
blob: 92c376499fdbf22e7b26b050432fde599dc28c3c (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
<!--
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 id="auth-dialog" hidden>

  <div class="dialog-screen"></div>

  <div class="dialog-container">
    <div class="box-spacer"></div>
    <div class="kd-modaldialog">
      <h2 i18n-content="MODE_AUTHORIZE"></h2>
      <p id="auth-error-message"
         i18n-content="DESCRIPTION_AUTHORIZE"
         class="message"></p>
      <div class="button-row">
        <button id="auth-button"
                type="button"
                autofocus="autofocus"
                i18n-content="CONTINUE_BUTTON">
        </button>
      </div>
    </div>
    <div class="box-spacer"></div>
  </div>

</div> <!-- auth-dialog -->