OLD | NEW |
1 <link rel="import" href="chrome://oobe/custom_elements.html"> | 1 <link rel="import" href="chrome://oobe/custom_elements.html"> |
2 | 2 |
3 <div class="step right hidden" id="gaia-signin" role="group" | 3 <div class="step right hidden" id="gaia-signin" role="group" |
4 aria-live="polite" hidden> | 4 aria-live="polite" hidden> |
5 <div class="step-contents"> | 5 <div class="step-contents"> |
6 <div id="gaia-signin-form-container"> | 6 <div id="gaia-signin-form-container"> |
7 <webview id="signin-frame" name="signin-frame" hidden></webview> | 7 <webview id="signin-frame" name="signin-frame" hidden></webview> |
8 <offline-gaia id="offline-gaia" class="fit" hidden></offline-gaia> | 8 <offline-gaia id="offline-gaia" class="fit" hidden></offline-gaia> |
| 9 <saml-interstitial id="saml-interstitial" class="fit" hidden> |
| 10 </saml-interstitial> |
9 </div> | 11 </div> |
10 </div> | 12 </div> |
11 <div id="gaia-loading" class="step-loading"> | 13 <div id="gaia-loading" class="step-loading" hidden> |
12 <throbber-notice i18n-values="text:gaiaLoading"></throbber-notice> | 14 <throbber-notice i18n-values="text:gaiaLoading"></throbber-notice> |
13 </div> | 15 </div> |
14 <notification-card id="gaia-whitelist-error" type="fail" | 16 <notification-card id="gaia-whitelist-error" type="fail" |
15 i18n-values="button-label:tryAgainButton; | 17 i18n-values="button-label:tryAgainButton; |
16 link-label:learnMoreButton"> | 18 link-label:learnMoreButton"> |
17 </notification-card> | 19 </notification-card> |
18 <div id="saml-notice-container" hidden> | 20 <div id="saml-notice-container" hidden> |
19 <span id="saml-notice-message"></span> | 21 <span id="saml-notice-message"></span> |
20 </div> | 22 </div> |
21 <navigation-bar id="gaia-navigation"></navigation-bar> | 23 <navigation-bar id="gaia-navigation"></navigation-bar> |
22 </div> | 24 </div> |
OLD | NEW |