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_ERROR_NETWORK_OFFLINE"
> | 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="login-error-title" i18n-content="loginErrorTitle" | 9 <div id="login-error-title" i18n-content="loginErrorTitle" |
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 show-with-ui-state-local-state-error"> | 13 show-with-ui-state-local-state-error"> |
14 </div> | 14 </div> |
15 <div id="kiosk-online-title" i18n-content="kioskOnlineTitle" | |
16 class="error-title | |
17 show-with-error-state-kiosk-online"></div> | |
18 </div> | 15 </div> |
19 <div class="error-body"> | 16 <div class="error-body"> |
20 <div id="kiosk-online-message-body" | |
21 class="error-message-paragraph | |
22 show-with-error-state-kiosk-online"> | |
23 <span i18n-content="kioskOnlineMessageBody" | |
24 class="show-with-error-state-kiosk-online"></span> | |
25 </div> | |
26 <div id="offline-message-body" | 17 <div id="offline-message-body" |
27 class="error-message-paragraph | 18 class="error-message-paragraph |
28 show-with-error-state-offline | 19 show-with-error-state-offline |
29 show-with-error-state-auth-ext-timeout"> | 20 show-with-error-state-auth-ext-timeout"> |
30 <span id="update-offline-message-text" | 21 <span id="update-offline-message-text" |
31 i18n-content="updateOfflineMessageBody" | 22 i18n-content="updateOfflineMessageBody" |
32 class="show-with-ui-state-update"></span> | 23 class="show-with-ui-state-update"></span> |
33 <span id="signin-offline-message-text" | 24 <span id="signin-offline-message-text" |
34 i18n-content="signinOfflineMessageBody" | 25 i18n-content="signinOfflineMessageBody" |
35 class="show-with-ui-state-signin | 26 class="show-with-ui-state-signin |
(...skipping 41 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
77 show-with-ui-state-signin | 68 show-with-ui-state-signin |
78 show-with-ui-state-locally-managed | 69 show-with-ui-state-locally-managed |
79 show-with-ui-state-kiosk-mode | 70 show-with-ui-state-kiosk-mode |
80 show-with-ui-state-auto-enrollment-error"> | 71 show-with-ui-state-auto-enrollment-error"> |
81 <div id="offline-network-control" class="error-message-paragraph"> | 72 <div id="offline-network-control" class="error-message-paragraph"> |
82 <label for="offline-networks-list-dropdown" | 73 <label for="offline-networks-list-dropdown" |
83 i18n-content="selectNetwork" | 74 i18n-content="selectNetwork" |
84 class="offline-network-list-label | 75 class="offline-network-list-label |
85 show-with-error-state-offline | 76 show-with-error-state-offline |
86 show-with-error-state-proxy | 77 show-with-error-state-proxy |
87 show-with-error-state-auth-timeout | 78 show-with-error-state-auth-timeout"></label> |
88 show-with-error-state-kiosk-online"></label> | |
89 <label for="offline-networks-list-dropdown" | 79 <label for="offline-networks-list-dropdown" |
90 i18n-content="selectAnotherNetwork" | 80 i18n-content="selectAnotherNetwork" |
91 class="offline-network-list-label | 81 class="offline-network-list-label |
92 show-with-error-state-portal"> | 82 show-with-error-state-portal"> |
93 </label> | 83 </label> |
94 <div class="menu-area"> | 84 <div class="menu-area"> |
95 <div id="offline-networks-list" class="menu-control"></div> | 85 <div id="offline-networks-list" class="menu-control"></div> |
96 </div> | 86 </div> |
97 </div> | 87 </div> |
98 </div> | 88 </div> |
(...skipping 21 matching lines...) Expand all Loading... |
120 <div id="error-offline-login" | 110 <div id="error-offline-login" |
121 class="error-message-paragraph offline-login"></div> | 111 class="error-message-paragraph offline-login"></div> |
122 <div id="connecting-indicator" | 112 <div id="connecting-indicator" |
123 class="connecting-indicator error-message-paragraph"></div> | 113 class="connecting-indicator error-message-paragraph"></div> |
124 </div> | 114 </div> |
125 </div> | 115 </div> |
126 <div class="error-controls"> | 116 <div class="error-controls"> |
127 <div id="error-message-controls" class="step-controls"></div> | 117 <div id="error-message-controls" class="step-controls"></div> |
128 </div> | 118 </div> |
129 </div> | 119 </div> |
OLD | NEW |