blob: 66aa3cd020d2e611cfa71f063cc4c7892c940faa [file] [log] [blame]
<!--
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.pin-prompt" id="pin-dialog">
<div i18n-content="PIN_MESSAGE"
class="pin-message message"></div>
<!-- using a form so that the PIN can be submitted on ENTER -->
<form id="pin-form">
<table class="centered">
<tr>
<td>
<label for="pin-entry"
i18n-content="PIN"
class="editbox-label"></label>
</td>
<td>
<input id="pin-entry"
type="password"
class="pin-inputField"
autofocus="autofocus"
autocomplete="off"/>
<button id="pin-connect-button"
class="connect-button"
i18n-content="CONNECT_BUTTON">
</button>
<button class="cancel-button"
type="button"
i18n-content="CANCEL">
</button>
</td>
</tr>
<tr>
<td>
<!-- Empty cell to align the checkbox and PIN entry. -->
</td>
<td>
<label id="remember-pin" class="pairing-section checkbox-label">
<input id="remember-pin-checkbox"
class="pairing-checkbox"
type="checkbox">
<span i18n-content="REMEMBER_PIN"></span>
</label>
</td>
</tr>
</table>
</form>
<div id="startup-mode-box-me2me"
class="information-box centered"
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.pin-prompt -->