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-step-contents">
8 <div id=
"oauth-enroll-step-signin">
9 <div id=
"oauth-enroll-auth-view-container"></div>
11 <div id=
"oauth-enroll-step-working">
12 <div class=
"oauth-enroll-step-content">
13 <span class=
"oauth-enroll-step-icon">
14 <span class=
"spinner"></span>
16 <span class=
"oauth-enroll-step-message">
17 <span i18n-content=
"oauthEnrollWorking"></span>
21 <div id=
"oauth-enroll-step-error">
22 <div class=
"oauth-enroll-step-content">
23 <span class=
"oauth-enroll-step-icon">
24 <img src=
"chrome://theme/IDR_ENROLL_FAILURE">
26 <span class=
"oauth-enroll-step-message">
27 <span id=
"oauth-enroll-error-message"></span>
29 <a id=
"oauth-enroll-error-retry" class=
"oauth-enroll-link" href=
"#"
30 i18n-content=
"oauthEnrollRetry"></a>
35 <div id=
"oauth-enroll-step-success">
36 <div class=
"oauth-enroll-step-content">
37 <span class=
"oauth-enroll-step-icon">
38 <img src=
"chrome://theme/IDR_ENROLL_SUCCESS">
40 <span class=
"oauth-enroll-step-message">
41 <span i18n-content=
"oauthEnrollSuccess"></span>
46 <div id=
"oauth-saml-notice-container">
47 <span id=
"oauth-saml-notice-message"></span>
49 <div id=
"oauth-enrollment-controls" class=
"step-controls"></div>