- add sources.
[platform/framework/web/crosswalk.git] / src / chrome / browser / resources / chromeos / login / screen_error_message.html
1 <div id="error-message" class="step hidden show-offline-error">
2   <div class="step-contents">
3     <div class="error-header">
4       <img alt class="error-icon" src="chrome://theme/IDR_ERROR_NETWORK_OFFLINE">
5       <div id="captive-portal-title" i18n-content="captivePortalTitle"
6           class="error-title
7                  show-with-error-state-portal
8                  show-with-error-state-offline"></div>
9       <div id="login-error-title" i18n-content="loginErrorTitle"
10           class="error-title
11                  show-with-error-state-proxy
12                  show-with-error-state-auth-ext-timeout
13                  show-with-ui-state-local-state-error">
14       </div>
15     </div>
16     <div class="error-body">
17       <div id="offline-message-body"
18           class="error-message-paragraph
19                  show-with-error-state-offline
20                  show-with-error-state-auth-ext-timeout">
21         <span id="update-offline-message-text"
22             i18n-content="updateOfflineMessageBody"
23             class="show-with-ui-state-update"></span>
24         <span id="signin-offline-message-text"
25             i18n-content="signinOfflineMessageBody"
26             class="show-with-ui-state-signin
27                    show-with-ui-state-locally-managed"></span>
28         <span id="kiosk-offline-message-text"
29             i18n-content="kioskOfflineMessageBody"
30             class="show-with-ui-state-kiosk-mode"></span>
31       </div>
32       <div id="captive-portal-message-body"
33           class="error-message-paragraph
34                  show-with-error-state-portal">
35         <span id="captive-portal-message-text"
36             class="show-with-ui-state-update
37                    show-with-ui-state-signin
38                    show-with-ui-state-locally-managed
39                    show-with-ui-state-kiosk-mode"></span>
40       </div>
41       <div id="captive-portal-proxy-message-body"
42           class="error-message-paragraph
43                  show-with-error-state-portal
44                  show-with-error-state-auth-ext-timeout">
45         <span id="captive-portal-proxy-message-text"
46             class="show-with-ui-state-update
47                    show-with-ui-state-signin
48                    show-with-ui-state-locally-managed
49                    show-with-ui-state-kiosk-mode"></span>
50       </div>
51       <div id="proxy-message-body"
52           class="error-message-paragraph
53                  show-with-error-state-proxy">
54         <span id="update-proxy-message-text"
55             class="show-with-ui-state-update"></span>
56         <span id="signin-proxy-message-text"
57             class="show-with-ui-state-signin
58                    show-with-ui-state-locally-managed
59                    show-with-ui-state-kiosk-mode"></span>
60       </div>
61       <div id="offline-network-control-body"
62           class="show-with-ui-state-update
63                  show-with-ui-state-signin
64                  show-with-ui-state-locally-managed
65                  show-with-ui-state-kiosk-mode">
66         <div id="offline-network-control" class="error-message-paragraph">
67           <label for="offline-networks-list-dropdown"
68               i18n-content="selectNetwork"
69               class="offline-network-list-label
70                      show-with-error-state-offline
71                      show-with-error-state-proxy
72                      show-with-error-state-auth-timeout"></label>
73           <label for="offline-networks-list-dropdown"
74               i18n-content="selectAnotherNetwork"
75               class="offline-network-list-label
76                      show-with-error-state-portal">
77           </label>
78           <div class="menu-area">
79             <div id="offline-networks-list" class="menu-control"></div>
80           </div>
81         </div>
82       </div>
83       <div id="local-state-error-body"
84           class="show-with-ui-state-local-state-error">
85         <div i18n-content="localStateErrorText0"
86             class="error-message-paragraph">
87         </div>
88         <div i18n-content="localStateErrorText1"
89             class="error-message-paragraph">
90         </div>
91       </div>
92       <div id="error-guest-signin" class="error-message-paragraph guest-signin">
93       </div>
94       <div id="error-offline-login"
95           class="error-message-paragraph offline-login"></div>
96     </div>
97   </div>
98   <div class="error-controls">
99     <div id="error-message-controls" class="step-controls"></div>
100   </div>
101 </div>