summaryrefslogtreecommitdiffstats
path: root/chrome/browser/resources/options2/chromeos/internet_options.html
blob: 651540a6f21c9ab6c5608384b1f35c3dc4f6976e (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
<div id="internetPage" class="page hide-indicators" hidden>
  <h1 i18n-content="internetPage"></h1>
  <div id="locked-network-banner" hidden>
    <span id="locked-network-icon"></span>
    <span id="access-locked-text" i18n-content="accessLockedMsg"></span>
  </div>
  <div class="displaytable">
    <section id="wireless-buttons">
     <h3 i18n-content="generalNetworkingTitle"></h3>
     <div id="network-general-div">
       <div id="networking-controls" class="section-group">
         <button id="enable-wifi" hidden
             i18n-content="enableWifi"></button>
         <button id="disable-wifi" hidden
             i18n-content="disableWifi"></button>
         <button id="enable-cellular" hidden
             i18n-content="enableCellular"></button>
         <button id="disable-cellular" hidden
             i18n-content="disableCellular"></button>
       </div>
       <div id="shared-proxies" class="checkbox">
         <label>
           <input id="use-shared-proxies" type="checkbox"
               pref="settings.use_shared_proxies">
           <span i18n-content="useSharedProxies"></span>
         </label>
       </div>
       <div id="internet-owner-only-warning" hidden>
         <span i18n-content="ownerOnly"></span>
         <span i18n-content="ownerUserId"></span>
       </div>
       <div id="data-roaming" class="checkbox">
         <label>
           <input id="enable-data-roaming" 
               pref="cros.signed.data_roaming_enabled"
               metric="Options_Internet_DataRoaming" type="checkbox">
           <span i18n-content="enableDataRoaming"></span>
         </label>
       </div>
     </div>
    </section>
    <section id="wired-section">
      <h3 i18n-content="wired_title" class="network-title"></h3>
      <div id="wired-list" class="networks"></div>
    </section>
    <section id="wireless-section">
      <h3 i18n-content="wireless_title" class="network-title"></h3>
      <div id="wireless-list" class="networks"></div>
    </section>
    <section id="vpn-section">
      <h3 i18n-content="vpn_title" class="network-title"></h3>
      <div id="vpn-list" class="networks"></div>
    </section>
    <section id="remembered-section">
      <h3 i18n-content="remembered_title" class="network-title"></h3>
      <div id="remembered-list" class="networks"></div>
    </section>
  </div>
</div>