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-cancel-button" class=
"oauth-enroll-button"></div>
7 <div id=
"oauth-enroll-back-button" class=
"oauth-enroll-button" hidden
></div>
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-working">
13 <div class=
"oauth-enroll-step-content">
14 <span class=
"oauth-enroll-step-icon">
15 <span class=
"spinner"></span>
17 <span class=
"oauth-enroll-step-message">
18 <span i18n-content=
"oauthEnrollWorking"></span>
22 <div id=
"oauth-enroll-step-error">
23 <div class=
"oauth-enroll-step-content">
24 <span class=
"oauth-enroll-step-icon">
25 <img src=
"chrome://theme/IDR_ENROLL_FAILURE">
27 <span class=
"oauth-enroll-step-message">
28 <span id=
"oauth-enroll-error-message"></span>
30 <a id=
"oauth-enroll-error-retry" class=
"oauth-enroll-link" href=
"#"
31 i18n-content=
"oauthEnrollRetry"></a>
36 <div id=
"oauth-enroll-step-success">
37 <div class=
"oauth-enroll-step-content">
38 <span class=
"oauth-enroll-step-icon">
39 <img src=
"chrome://theme/IDR_ENROLL_SUCCESS">
41 <span class=
"oauth-enroll-step-message">
42 <span i18n-content=
"oauthEnrollSuccess"></span>
47 <div id=
"oauth-saml-notice-container">
48 <span id=
"oauth-saml-notice-message"></span>
50 <div id=
"oauth-enrollment-controls" class=
"step-controls"></div>