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 id="error-message-screen-title"> | 3 <div id="error-message-screen-title"> |
4 <span id="captive-portal-title" i18n-content="captivePortalTitle" | 4 <span id="captive-portal-title" i18n-content="captivePortalTitle" |
5 class="show-with-captive-portal-error show-with-proxy-error"></span> | 5 class="show-with-captive-portal-error show-with-proxy-error"></span> |
6 <span id="timeout-message-title" i18n-content="timeoutMessageTitle" | |
7 class="show-with-timeout-error"></span> | |
8 <span id="error-message-title" i18n-content="offlineMessageTitle" | 6 <span id="error-message-title" i18n-content="offlineMessageTitle" |
9 class="show-with-offline-error"></span> | 7 class="show-with-offline-error show-with-timeout-error"></span> |
10 </div> | 8 </div> |
11 <div id="error-message-body"> | 9 <div id="error-message-body"> |
12 <span id="offline-message-text" i18n-content="offlineMessageBody" | 10 <span id="offline-message-text" i18n-content="offlineMessageBody" |
13 class="show-with-offline-error"></span> | 11 class="show-with-offline-error show-with-timeout-error"></span> |
14 <div id="captive-portal-message-text" | 12 <div id="captive-portal-message-text" |
15 class="show-with-captive-portal-error"></div> | 13 class="show-with-captive-portal-error"></div> |
16 <div id="captive-portal-proxy-message-text" | 14 <div id="captive-portal-proxy-message-text" |
17 class="show-with-captive-portal-error"></div> | 15 class="show-with-captive-portal-error show-with-timeout-error"></div> |
18 <div id="proxy-message-text" | 16 <div id="proxy-message-text" |
19 class="show-with-proxy-error show-with-timeout-error"></div> | 17 class="show-with-proxy-error"></div> |
20 </div> | 18 </div> |
21 <div id="offline-network-control" class="control-with-label"> | 19 <div id="offline-network-control" class="control-with-label"> |
22 <label for="offline-networks-list-dropdown" i18n-content="selectNetwork" | 20 <label for="offline-networks-list-dropdown" i18n-content="selectNetwork" |
23 class="flexible-label dont-show-with-captive-portal-error"></label> | 21 class="flexible-label dont-show-with-captive-portal-error"></label> |
24 <label for="offline-networks-list-dropdown" | 22 <label for="offline-networks-list-dropdown" |
25 i18n-content="selectAnotherNetwork" | 23 i18n-content="selectAnotherNetwork" |
26 class="flexible-label show-with-captive-portal-error"></label> | 24 class="flexible-label show-with-captive-portal-error"></label> |
27 <div class="menu-area"> | 25 <div class="menu-area"> |
28 <div id="offline-networks-list" class="menu-control"> | 26 <div id="offline-networks-list" class="menu-control"> |
29 </div> | 27 </div> |
30 </div> | 28 </div> |
31 </div> | 29 </div> |
32 <div id="error-guest-signin" class="guest-signin"></div> | 30 <div id="error-guest-signin" class="guest-signin"></div> |
33 <div id="error-offline-login" class="offline-login"></div> | 31 <div id="error-offline-login" class="offline-login"></div> |
34 </div> | 32 </div> |
35 </div> | 33 </div> |
OLD | NEW |