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 <link rel=
"import" href=
"chrome://resources/polymer/v1_0/iron-flex-layout/classes/iron-flex-layout.html">
7 <div id=
"oauth-enrollment" class=
"step no-logo hidden" hidden
>
8 <div id=
"oauth-enroll-step-contents">
9 <div id=
"oauth-enroll-step-signin">
10 <div id=
"oauth-enroll-auth-view-container"></div>
12 <div id=
"oauth-enroll-step-error" role=
"alert">
13 <notification-card id=
"oauth-enroll-error-card" type=
"fail"
14 i18n-values=
"button-label:oauthEnrollRetry">
17 <div id=
"oauth-enroll-step-success" role=
"alert">
18 <notification-card id=
"oauth-enroll-success-card" type=
"success"
19 i18n-values=
"button-label:oauthEnrollDone"
20 i18n-content=
"oauthEnrollSuccess">
23 <div id=
"oauth-enroll-step-attribute-prompt">
24 <gaia-card id=
"oauth-enroll-attribute-prompt-card" class=
"fit">
25 <div class=
"header flex vertical layout end-justified">
26 <h1 class=
"welcome-message" style=
"text-transform:capitalize"
27 i18n-content=
"oauthEnrollScreenTitle"></h1>
28 <p class=
"enterprise-info"
29 i18n-content=
"oauthEnrollDeviceInformation"></p>
31 <div class=
"footer flex vertical layout justified">
32 <div class=
"oauth-enroll-step-message">
33 <span id=
"oauth-enroll-attribute-prompt-message"
34 i18n-content=
"oauthEnrollAttributeExplanation"></span>
35 <a href=
"#" id=
"oauth-enroll-learn-more-link"
36 class=
"oauth-enroll-link"
37 i18n-content=
"oauthEnrollExplaneAttributeLink"></a>
38 <gaia-input-form id=
"oauth-enroll-attribute-input"
39 i18n-values=
"button-text:oauthEnrollNextBtn">
40 <gaia-input id=
"oauth-enroll-asset-id" type=
"text"
41 i18n-values=
"label:oauthEnrollAssetIdLabel">
43 <gaia-input id=
"oauth-enroll-location" type=
"text"
44 i18n-values=
"label:oauthEnrollLocationLabel">
46 <gaia-button type=
"link" id=
"oauth-enroll-skip-button"
47 i18n-content=
"oauthEnrollSkip">
54 <div id=
"oauth-enroll-step-attribute-prompt-error">
55 <notification-card id=
"oauth-enroll-attribute-prompt-error-card"
56 type=
"fail" i18n-values=
"button-label:oauthEnrollDone">
60 <div id=
"oauth-saml-notice-container">
61 <span id=
"oauth-saml-notice-message"></span>
63 <div id=
"oauth-enrollment-controls" class=
"step-controls"></div>
64 <gaia-icon-button id=
"oauth-enroll-back-button" icon=
"arrow-back" hidden
65 i18n-values=
"aria-label:backButton">
67 <gaia-icon-button id=
"oauth-enroll-cancel-button" icon=
"close"
68 class=
"oauth-enroll-button" i18n-values=
"aria-label:closeButton">
70 <gaia-icon-button id=
"oauth-enroll-refresh-button" icon=
"refresh"
71 class=
"oauth-enroll-button" i18n-values=
"aria-label:closeButton">