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

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

Issue 12968004: Implemented new UI for error messages on OOBE/Login. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years, 9 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 <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 class="error-header">
4 <span id="captive-portal-title" i18n-content="captivePortalTitle" 4 <img alt class="error-icon" src="chrome://theme/IDR_NETWORK_ERROR">
5 class="show-with-captive-portal-error show-with-proxy-error"></span> 5 <div id="captive-portal-title" i18n-content="captivePortalTitle"
6 <span id="error-message-title" i18n-content="offlineMessageTitle" 6 class="error-title show-with-captive-portal-error
7 class="show-with-offline-error show-with-timeout-error"></span> 7 show-with-offline-error"></div>
8 <div id="proxy-error-title" i18n-content="proxyErrorTitle"
9 class="error-title show-with-proxy-error show-with-timeout-error">
10 </div>
8 </div> 11 </div>
9 <div id="error-message-body"> 12 <div class="error-body">
10 <span id="offline-message-text" i18n-content="offlineMessageBody" 13 <div id="offline-message-text" i18n-content="offlineMessageBody"
11 class="show-with-offline-error show-with-timeout-error"></span> 14 class="error-message-paragraph show-with-offline-error
15 show-with-timeout-error"></div>
12 <div id="captive-portal-message-text" 16 <div id="captive-portal-message-text"
13 class="show-with-captive-portal-error"></div> 17 class="error-message-paragraph show-with-captive-portal-error"></div>
14 <div id="captive-portal-proxy-message-text" 18 <div id="captive-portal-proxy-message-text"
15 class="show-with-captive-portal-error show-with-timeout-error"></div> 19 class="error-message-paragraph show-with-captive-portal-error
20 show-with-timeout-error"></div>
16 <div id="proxy-message-text" 21 <div id="proxy-message-text"
17 class="show-with-proxy-error"></div> 22 class="error-message-paragraph show-with-proxy-error"></div>
18 </div> 23 <div id="offline-network-control" class="error-message-paragraph">
19 <div id="offline-network-control" class="control-with-label"> 24 <label for="offline-networks-list-dropdown" i18n-content="selectNetwork"
20 <label for="offline-networks-list-dropdown" i18n-content="selectNetwork" 25 class="offline-network-list-label show-with-proxy-error
21 class="flexible-label dont-show-with-captive-portal-error"></label> 26 show-with-offline-error show-with-timeout-error"></label>
22 <label for="offline-networks-list-dropdown" 27 <label for="offline-networks-list-dropdown"
23 i18n-content="selectAnotherNetwork" 28 i18n-content="selectAnotherNetwork"
24 class="flexible-label show-with-captive-portal-error"></label> 29 class="offline-network-list-label show-with-captive-portal-error">
25 <div class="menu-area"> 30 </label>
26 <div id="offline-networks-list" class="menu-control"> 31 <div class="menu-area">
32 <div id="offline-networks-list" class="menu-control"></div>
27 </div> 33 </div>
28 </div> 34 </div>
35 <div id="error-guest-signin" class="error-message-paragraph guest-signin">
36 </div>
37 <div id="error-offline-login"
38 class="error-message-paragraph offline-login"></div>
29 </div> 39 </div>
30 <div id="error-guest-signin" class="guest-signin"></div>
31 <div id="error-offline-login" class="offline-login"></div>
32 </div> 40 </div>
33 </div> 41 </div>
42
ygorshenin1 2013/03/26 07:11:35 Please, delete this empty line.
dzhioev (left Google) 2013/03/26 07:49:55 Why? Shouldn't we leave one empty line in the end
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698