• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<div class="page hidden" id="internetPage">
2  <h1 i18n-content="internetPage"></h1>
3  <div id="locked-network-banner">
4    <span id="locked-network-icon"></span>
5    <span id="access-locked-text" i18n-content="accessLockedMsg"></span>
6  </div>
7  <section id="wireless-buttons">
8   <h3 i18n-content="generalNetworkingTitle"></h3>
9   <div>
10     <div id="networking-controls" class="section-group">
11       <button id="enable-wifi" hidden
12           i18n-content="enableWifi"></button>
13       <button id="disable-wifi" hidden
14           i18n-content="disableWifi"></button>
15       <button id="enable-cellular" hidden
16           i18n-content="enableCellular"></button>
17       <button id="disable-cellular" hidden
18           i18n-content="disableCellular"></button>
19     </div>
20     <div id="internet-owner-only-warning" hidden>
21       <span i18n-content="ownerOnly"></span>
22       <span i18n-content="ownerUserId"></span>
23     </div>
24     <div id="data-roaming" class="checkbox">
25       <label>
26         <input id="enable-data-roaming"
27             pref="cros.signed.data_roaming_enabled"
28             metric="Options_Internet_DataRoaming" type="checkbox">
29         <span i18n-content="enableDataRoaming"></span>
30       </label>
31     </div>
32   </div>
33  </section>
34  <section id="wired-section">
35    <h3 i18n-content="wired_title"></h3>
36    <div class="networks" id="wired-list"></div>
37  </section>
38  <section id="wireless-section">
39    <h3 i18n-content="wireless_title"></h3>
40    <div class="networks" id="wireless-list"></div>
41  </section>
42  <section id="remembered-section">
43    <h3 i18n-content="remembered_title"></h3>
44    <div class="networks" id="remembered-list"></div>
45  </section>
46</div>
47