summaryrefslogtreecommitdiff
path: root/chromium/chrome/browser/resources/chromeos/login/screen_error_message.html
blob: 099fdb4a7c0ede51c642888afd0b3b7880abf95b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
<div id="error-message" class="step hidden show-offline-error" hidden>
  <div class="step-contents">
    <div class="error-header" aria-live="assertive">
      <img alt class="error-icon" src="chrome://theme/IDR_ERROR_NETWORK_OFFLINE">
      <div id="captive-portal-title" i18n-content="captivePortalTitle"
          class="error-title
                 show-with-error-state-portal
                 show-with-error-state-offline"></div>
      <div id="login-error-title" i18n-content="loginErrorTitle"
          class="error-title
                 show-with-error-state-proxy
                 show-with-error-state-auth-ext-timeout
                 show-with-ui-state-local-state-error">
      </div>
      <div id="kiosk-online-title" i18n-content="kioskOnlineTitle"
          class="error-title
                 show-with-error-state-kiosk-online">
      </div>
      <div id="rollback-error-title" i18n-content="rollbackErrorTitle"
           class="error-title
                 show-with-ui-state-rollback-error">
      </div>
    </div>
    <div class="error-body" aria-live="assertive">
      <div id="kiosk-online-message-body"
          class="error-message-paragraph
                 show-with-error-state-kiosk-online">
        <span i18n-content="kioskOnlineMessageBody"
            class="show-with-error-state-kiosk-online"></span>
      </div>
      <div id="offline-message-body"
          class="error-message-paragraph
                 show-with-error-state-offline
                 show-with-error-state-auth-ext-timeout">
        <span id="update-offline-message-text"
            i18n-content="updateOfflineMessageBody"
            class="show-with-ui-state-update"></span>
        <span id="signin-offline-message-text"
            i18n-content="signinOfflineMessageBody"
            class="show-with-ui-state-signin
                   show-with-ui-state-supervised"></span>
        <span id="kiosk-offline-message-text"
            i18n-content="kioskOfflineMessageBody"
            class="show-with-ui-state-kiosk-mode"></span>
        <span id="auto-enrollment-offline-message-text"
            class="show-with-ui-state-auto-enrollment-error"></span>
      </div>
      <div id="captive-portal-message-body"
          class="error-message-paragraph
                 show-with-error-state-portal">
        <span id="captive-portal-message-text"
            class="show-with-ui-state-update
                   show-with-ui-state-signin
                   show-with-ui-state-supervised
                   show-with-ui-state-kiosk-mode
                   show-with-ui-state-auto-enrollment-error"></span>
      </div>
      <div id="captive-portal-proxy-message-body"
          class="error-message-paragraph
                 show-with-error-state-portal
                 show-with-error-state-auth-ext-timeout">
        <span id="captive-portal-proxy-message-text"
            class="show-with-ui-state-update
                   show-with-ui-state-signin
                   show-with-ui-state-supervised
                   show-with-ui-state-kiosk-mode
                   show-with-ui-state-auto-enrollment-error"></span>
      </div>
      <div id="proxy-message-body"
          class="error-message-paragraph
                 show-with-error-state-proxy">
        <span id="update-proxy-message-text"
            class="show-with-ui-state-update
                   show-with-ui-state-auto-enrollment-error"></span>
        <span id="signin-proxy-message-text"
            class="show-with-ui-state-signin
                   show-with-ui-state-supervised
                   show-with-ui-state-kiosk-mode"></span>
      </div>
      <div id="offline-network-control-body"
          class="show-with-ui-state-update
                 show-with-ui-state-signin
                 show-with-ui-state-supervised
                 show-with-ui-state-kiosk-mode
                 show-with-ui-state-auto-enrollment-error">
        <div id="offline-network-control" class="error-message-paragraph">
          <label for="offline-networks-list-dropdown"
              i18n-content="selectNetwork"
              class="offline-network-list-label
                     show-with-error-state-offline
                     show-with-error-state-proxy
                     show-with-error-state-auth-timeout
                     show-with-error-state-kiosk-online"></label>
          <label for="offline-networks-list-dropdown"
              i18n-content="selectAnotherNetwork"
              class="offline-network-list-label
                     show-with-error-state-portal">
          </label>
          <div class="menu-area">
            <div id="offline-networks-list" class="menu-control"></div>
          </div>
        </div>
      </div>
      <div id="local-state-error-body"
          class="show-with-ui-state-local-state-error">
        <div i18n-content="localStateErrorText0"
            class="error-message-paragraph">
        </div>
        <div i18n-content="localStateErrorText1"
            class="error-message-paragraph">
        </div>
      </div>
      <div id="rollback-error-message-body"
          class="error-message-paragraph
                 show-with-ui-state-rollback-error">
        <span i18n-content="rollbackErrorMessageBody"
            class="show-with-ui-state-rollback-error"></span>
      </div>
      <div class="show-with-ui-state-update
                  show-with-ui-state-signin
                  show-with-ui-state-supervised
                  show-with-ui-state-kiosk-mode
                  show-with-ui-local-state-error">
        <span id="error-guest-signin"
            class="error-message-paragraph guest-signin"></span>
      </div>
      <div class="show-with-ui-state-auto-enrollment-error">
        <span id="error-guest-signin-fix-network"
            class="error-message-paragraph guest-signin"></span>
      </div>
      <div id="error-offline-login"
          class="error-message-paragraph offline-login"></div>
      <div id="connecting-indicator"
          class="connecting-indicator error-message-paragraph"></div>
    </div>
  </div>
  <div class="error-controls">
    <div id="error-message-controls" class="step-controls"></div>
  </div>
</div>