OLD | NEW |
1 <div id="error-message" class="step hidden show-offline-error"> | 1 <div id="error-message" class="step hidden show-offline-error"> |
2 <div class="step-contents"> | 2 <div class="step-contents"> |
3 <div class="error-header"> | 3 <div class="error-header"> |
4 <img alt class="error-icon" src="chrome://theme/IDR_NETWORK_ERROR"> | 4 <img alt class="error-icon" src="chrome://theme/IDR_ERROR_NETWORK_OFFLINE"
> |
5 <div id="captive-portal-title" i18n-content="captivePortalTitle" | 5 <div id="captive-portal-title" i18n-content="captivePortalTitle" |
6 class="error-title | 6 class="error-title |
7 show-with-error-state-portal | 7 show-with-error-state-portal |
8 show-with-error-state-offline"></div> | 8 show-with-error-state-offline"></div> |
9 <div id="proxy-error-title" i18n-content="proxyErrorTitle" | 9 <div id="proxy-error-title" i18n-content="proxyErrorTitle" |
10 class="error-title | 10 class="error-title |
11 show-with-error-state-proxy | 11 show-with-error-state-proxy |
12 show-with-error-state-auth-ext-timeout"> | 12 show-with-error-state-auth-ext-timeout"> |
13 </div> | 13 </div> |
14 </div> | 14 </div> |
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
72 </div> | 72 </div> |
73 </div> | 73 </div> |
74 </div> | 74 </div> |
75 <div id="error-guest-signin" class="error-message-paragraph guest-signin"> | 75 <div id="error-guest-signin" class="error-message-paragraph guest-signin"> |
76 </div> | 76 </div> |
77 <div id="error-offline-login" | 77 <div id="error-offline-login" |
78 class="error-message-paragraph offline-login"></div> | 78 class="error-message-paragraph offline-login"></div> |
79 </div> | 79 </div> |
80 </div> | 80 </div> |
81 </div> | 81 </div> |
OLD | NEW |