Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(30)

Side by Side Diff: chrome/browser/resources/chromeos/login/oobe_screen_oauth_enrollment_webview.html

Issue 1179323005: Polymer upgraded to 1.0 in login flow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@polymer_pre_migration
Patch Set: Fixed tests. Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
OLDNEW
1 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 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 2 Use of this source code is governed by a BSD-style license that can be
3 found in the LICENSE file. --> 3 found in the LICENSE file. -->
4 4
5 <link rel="import" href="chrome://resources/polymer/v1_0/iron-flex-layout/classe s/iron-flex-layout.html">
6
5 <div id="oauth-enrollment" class="step no-logo hidden" hidden> 7 <div id="oauth-enrollment" class="step no-logo hidden" hidden>
6 <div id="oauth-enroll-step-contents"> 8 <div id="oauth-enroll-step-contents">
7 <div id="oauth-enroll-step-signin"> 9 <div id="oauth-enroll-step-signin">
8 <div id="oauth-enroll-auth-view-container"></div> 10 <div id="oauth-enroll-auth-view-container"></div>
9 </div> 11 </div>
10 <div id="oauth-enroll-step-error" role="alert"> 12 <div id="oauth-enroll-step-error" role="alert">
11 <notification-card id="oauth-enroll-error-card" type="fail" 13 <notification-card id="oauth-enroll-error-card" type="fail"
12 i18n-values="buttonLabel:oauthEnrollRetry"> 14 i18n-values="button-label:oauthEnrollRetry">
13 </notification-card> 15 </notification-card>
14 </div> 16 </div>
15 <div id="oauth-enroll-step-success" role="alert"> 17 <div id="oauth-enroll-step-success" role="alert">
16 <notification-card id="oauth-enroll-success-card" type="success" 18 <notification-card id="oauth-enroll-success-card" type="success"
17 i18n-values="buttonLabel:oauthEnrollDone" 19 i18n-values="button-label:oauthEnrollDone"
18 i18n-content="oauthEnrollSuccess"> 20 i18n-content="oauthEnrollSuccess">
19 </notification-card> 21 </notification-card>
20 </div> 22 </div>
21 <div id="oauth-enroll-step-attribute-prompt"> 23 <div id="oauth-enroll-step-attribute-prompt">
22 <gaia-card id="oauth-enroll-attribute-prompt-card"> 24 <gaia-card id="oauth-enroll-attribute-prompt-card" class="fit">
23 <div class="header" flex vertical layout end-justified start> 25 <div class="header flex vertical layout end-justified">
24 <h1 class="welcome-message" style="text-transform:capitalize" 26 <h1 class="welcome-message" style="text-transform:capitalize"
25 i18n-content="oauthEnrollScreenTitle"></h1> 27 i18n-content="oauthEnrollScreenTitle"></h1>
26 <p class="enterprise-info" 28 <p class="enterprise-info"
27 i18n-content="oauthEnrollDeviceInformation"></p> 29 i18n-content="oauthEnrollDeviceInformation"></p>
28 </div> 30 </div>
29 <div class="footer" flex vertical layout justified> 31 <div class="footer flex vertical layout justified">
30 <div class="oauth-enroll-step-message"> 32 <div class="oauth-enroll-step-message">
31 <span id="oauth-enroll-attribute-prompt-message" 33 <span id="oauth-enroll-attribute-prompt-message"
32 i18n-content="oauthEnrollAttributeExplanation"></span> 34 i18n-content="oauthEnrollAttributeExplanation"></span>
33 <a href="#" id="oauth-enroll-learn-more-link" 35 <a href="#" id="oauth-enroll-learn-more-link"
34 class="oauth-enroll-link" 36 class="oauth-enroll-link"
35 i18n-content="oauthEnrollExplaneAttributeLink"></a> 37 i18n-content="oauthEnrollExplaneAttributeLink"></a>
36 <gaia-input-form id="oauth-enroll-attribute-input" 38 <gaia-input-form id="oauth-enroll-attribute-input"
37 i18n-values="buttonText:oauthEnrollNextBtn"> 39 i18n-values="button-text:oauthEnrollNextBtn">
38 <gaia-input id="oauth-enroll-asset-id" type="text" 40 <gaia-input id="oauth-enroll-asset-id" type="text"
39 i18n-values="label:oauthEnrollAssetIdLabel"> 41 i18n-values="label:oauthEnrollAssetIdLabel">
40 </gaia-input> 42 </gaia-input>
41 <gaia-input id="oauth-enroll-location" type="text" 43 <gaia-input id="oauth-enroll-location" type="text"
42 i18n-values="label:oauthEnrollLocationLabel"> 44 i18n-values="label:oauthEnrollLocationLabel">
43 </gaia-input> 45 </gaia-input>
44 <gaia-button type="link" id="oauth-enroll-skip-button" 46 <gaia-button type="link" id="oauth-enroll-skip-button"
45 i18n-content="oauthEnrollSkip"> 47 i18n-content="oauthEnrollSkip">
46 </gaia-button> 48 </gaia-button>
47 </gaia-input-form> 49 </gaia-input-form>
48 </div> 50 </div>
49 </div> 51 </div>
50 </gaia-card> 52 </gaia-card>
51 </div> 53 </div>
52 <div id="oauth-enroll-step-attribute-prompt-error"> 54 <div id="oauth-enroll-step-attribute-prompt-error">
53 <notification-card id="oauth-enroll-attribute-prompt-error-card" 55 <notification-card id="oauth-enroll-attribute-prompt-error-card"
54 type="fail" i18n-values="buttonLabel:oauthEnrollDone"> 56 type="fail" i18n-values="button-label:oauthEnrollDone">
55 </notification-card> 57 </notification-card>
56 </div> 58 </div>
57 </div> 59 </div>
58 <div id="oauth-saml-notice-container"> 60 <div id="oauth-saml-notice-container">
59 <span id="oauth-saml-notice-message"></span> 61 <span id="oauth-saml-notice-message"></span>
60 </div> 62 </div>
61 <div id="oauth-enrollment-controls" class="step-controls"></div> 63 <div id="oauth-enrollment-controls" class="step-controls"></div>
62 <button id="oauth-enroll-back-button" is="gaia-icon-button" icon="arrow-back" 64 <gaia-icon-button id="oauth-enroll-back-button" icon="arrow-back" hidden
63 hidden i18n-values="aria-label:backButton" tabindex="0"></button> 65 i18n-values="aria-label:backButton">
64 <button id="oauth-enroll-cancel-button" is="gaia-icon-button" icon="close" 66 </gaia-icon-button>
65 class="oauth-enroll-button" i18n-values="aria-label:closeButton" 67 <gaia-icon-button id="oauth-enroll-cancel-button" icon="close"
66 tabindex="0"></button> 68 class="oauth-enroll-button" i18n-values="aria-label:closeButton">
67 <button id="oauth-enroll-refresh-button" is="gaia-icon-button" icon="refresh" 69 </gaia-icon-button>
68 class="oauth-enroll-button" i18n-values="aria-label:closeButton" 70 <gaia-icon-button id="oauth-enroll-refresh-button" icon="refresh"
69 tabindex="0"></button> 71 class="oauth-enroll-button" i18n-values="aria-label:closeButton">
72 </gaia-icon-button>
70 </div> 73 </div>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698