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>
10 <div id=
"oauth-enroll-step-error">
11 <notification-card id=
"oauth-enroll-error-card" type=
"fail"
12 i18n-values=
"buttonLabel:oauthEnrollRetry">
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">
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>
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"
39 i18n-values=
"label:oauthEnrollAssetIdLabel">
41 <gaia-input id=
"oauth-enroll-location"
43 i18n-values=
"label:oauthEnrollLocationLabel">
47 <div horizontal layout justified
>
48 <a href=
"#" id=
"oauth-enroll-skip-button"
49 class=
"oauth-enroll-link"
50 i18n-content=
"oauthEnrollSkip">
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">
62 <div id=
"oauth-saml-notice-container">
63 <span id=
"oauth-saml-notice-message"></span>
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>