Refresh button for FrE and recovery modes added to enrollment screen.
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / oobe_screen_oauth_enrollment_webview.html
blobc2c8a6161b12dbcfbe2251de3bd338dd347e829f
1 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. -->
5 <div id="oauth-enrollment" class="step no-logo hidden" hidden>
6 <div id="oauth-enroll-step-contents">
7 <div id="oauth-enroll-step-signin">
8 <div id="oauth-enroll-auth-view-container"></div>
9 </div>
10 <div id="oauth-enroll-step-error">
11 <notification-card id="oauth-enroll-error-card" type="fail"
12 i18n-values="buttonLabel:oauthEnrollRetry">
13 </notification-card>
14 </div>
15 <div id="oauth-enroll-step-success">
16 <notification-card id="oauth-enroll-success-card" type="success"
17 i18n-values="buttonLabel:oauthEnrollDone"
18 i18n-content="oauthEnrollSuccess">
19 </notification-card>
20 </div>
21 <div id="oauth-enroll-step-attribute-prompt">
22 <gaia-card id="oauth-enroll-attribute-prompt-card">
23 <div class="header" flex vertical layout end-justified start>
24 <h1 class="welcome-message" style="text-transform:capitalize"
25 i18n-content="oauthEnrollScreenTitle"></h1>
26 <p class="enterprise-info"
27 i18n-content="oauthEnrollDeviceInformation"></p>
28 </div>
29 <div class="footer" flex vertical layout justified>
30 <div class="oauth-enroll-step-message">
31 <span id="oauth-enroll-attribute-prompt-message"
32 i18n-content="oauthEnrollAttributeExplanation"></span>
33 <a href="#" id="oauth-enroll-learn-more-link"
34 class="oauth-enroll-link"
35 i18n-content="oauthEnrollExplaneAttributeLink"></a>
36 <gaia-input-form i18n-values="buttonText:oauthEnrollNextBtn">
37 <gaia-input id="oauth-enroll-asset-id"
38 type="text"
39 i18n-values="label:oauthEnrollAssetIdLabel">
40 </gaia-input>
41 <gaia-input id="oauth-enroll-location"
42 type="text"
43 i18n-values="label:oauthEnrollLocationLabel">
44 </gaia-input>
45 </gaia-input-form>
46 </div>
47 <div horizontal layout justified>
48 <a href="#" id="oauth-enroll-skip-button"
49 class="oauth-enroll-link"
50 i18n-content="oauthEnrollSkip">
51 </a>
52 </div>
53 </div>
54 </gaia-card>
55 </div>
56 <div id="oauth-enroll-step-attribute-prompt-error">
57 <notification-card id="oauth-enroll-attribute-prompt-error-card"
58 type="fail" i18n-values="buttonLabel:oauthEnrollDone">
59 </notification-card>
60 </div>
61 </div>
62 <div id="oauth-saml-notice-container">
63 <span id="oauth-saml-notice-message"></span>
64 </div>
65 <div id="oauth-enrollment-controls" class="step-controls"></div>
66 <button id="oauth-enroll-back-button" is="gaia-icon-button" icon="arrow-back"
67 hidden i18n-values="aria-label:backButton" tabindex="0"></button>
68 <button id="oauth-enroll-cancel-button" is="gaia-icon-button" icon="close"
69 class="oauth-enroll-button" i18n-values="aria-label:closeButton"
70 tabindex="0"></button>
71 <button id="oauth-enroll-refresh-button" is="gaia-icon-button" icon="refresh"
72 class="oauth-enroll-button" i18n-values="aria-label:closeButton"
73 tabindex="0"></button>
74 </div>