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.
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 -->
12 <table class=
"centered">
15 <label for=
"pin-entry"
17 class=
"editbox-label"></label>
22 class=
"pin-inputField"
25 <button id=
"pin-connect-button"
26 class=
"connect-button"
27 i18n-content=
"CONNECT_BUTTON">
29 <button class=
"cancel-button"
31 i18n-content=
"CANCEL">
37 <!-- Empty cell to align the checkbox and PIN entry. -->
40 <label id=
"remember-pin" class=
"pairing-section checkbox-label">
41 <input id=
"remember-pin-checkbox"
42 class=
"pairing-checkbox"
44 <span i18n-content=
"REMEMBER_PIN"></span>
51 <div id=
"startup-mode-box-me2me"
52 class=
"information-box centered"
54 <span i18n-content=
"WARNING_NOT_WINDOWED"></span>
55 <a href=
"https://support.google.com/chrome/answer/1649523"
57 i18n-content=
"LEARN_HOW"></a>
58 </div> <!-- startup-mode-box-it2me -->
60 </div> <!-- client.pin-prompt -->