Revert of Add button to add new FSP services to Files app. (patchset #8 id:140001...
[chromium-blink-merge.git] / chrome / browser / resources / chromeos / login / oobe_screen_oauth_enrollment_webview.html
blob88118481ecc561ef7225d268d02906386677687b
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>
10 </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>
15 </span>
16 <span class="oauth-enroll-step-message">
17 <span i18n-content="oauthEnrollWorking"></span>
18 </span>
19 </div>
20 </div>
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">
25 </span>
26 <span class="oauth-enroll-step-message">
27 <span id="oauth-enroll-error-message"></span>
28 <p>
29 <a id="oauth-enroll-error-retry" class="oauth-enroll-link" href="#"
30 i18n-content="oauthEnrollRetry"></a>
31 </p>
32 </span>
33 </div>
34 </div>
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">
39 </span>
40 <span class="oauth-enroll-step-message">
41 <span i18n-content="oauthEnrollSuccess"></span>
42 </span>
43 </div>
44 </div>
45 </div>
46 <div id="oauth-saml-notice-container">
47 <span id="oauth-saml-notice-message"></span>
48 </div>
49 <div id="oauth-enrollment-controls" class="step-controls"></div>
50 </div>