Roll src/third_party/WebKit d9c6159:8139f33 (svn 201974:201975)
[chromium-blink-merge.git] / remoting / webapp / crd / html / dialog_client_pin_prompt.html
blob66aa3cd020d2e611cfa71f063cc4c7892c940faa
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.pin-prompt" id="pin-dialog">
7 <div i18n-content="PIN_MESSAGE"
8 class="pin-message message"></div>
10 <!-- using a form so that the PIN can be submitted on ENTER -->
11 <form id="pin-form">
12 <table class="centered">
13 <tr>
14 <td>
15 <label for="pin-entry"
16 i18n-content="PIN"
17 class="editbox-label"></label>
18 </td>
19 <td>
20 <input id="pin-entry"
21 type="password"
22 class="pin-inputField"
23 autofocus="autofocus"
24 autocomplete="off"/>
25 <button id="pin-connect-button"
26 class="connect-button"
27 i18n-content="CONNECT_BUTTON">
28 </button>
29 <button class="cancel-button"
30 type="button"
31 i18n-content="CANCEL">
32 </button>
33 </td>
34 </tr>
35 <tr>
36 <td>
37 <!-- Empty cell to align the checkbox and PIN entry. -->
38 </td>
39 <td>
40 <label id="remember-pin" class="pairing-section checkbox-label">
41 <input id="remember-pin-checkbox"
42 class="pairing-checkbox"
43 type="checkbox">
44 <span i18n-content="REMEMBER_PIN"></span>
45 </label>
46 </td>
47 </tr>
48 </table>
49 </form>
51 <div id="startup-mode-box-me2me"
52 class="information-box centered"
53 hidden>
54 <span i18n-content="WARNING_NOT_WINDOWED"></span>
55 <a href="https://support.google.com/chrome/answer/1649523"
56 target="_blank"
57 i18n-content="LEARN_HOW"></a>
58 </div> <!-- startup-mode-box-it2me -->
60 </div> <!-- client.pin-prompt -->