| OLD | NEW |
| (Empty) |
| 1 <div id="details-internet-page" class="page" hidden> | |
| 2 <div class="close-button"></div> | |
| 3 <!-- Network header --> | |
| 4 <div id="network-details-header"> | |
| 5 <div id="network-details-title"></div> | |
| 6 <div id="network-details-subtitle"> | |
| 7 <span id="network-details-subtitle-status"></span> | |
| 8 <span id="network-details-subtitle-separator"> - </span> | |
| 9 <span id="network-details-subtitle-type"></span> | |
| 10 </div> | |
| 11 </div> | |
| 12 <div id="internet-details-content-area" class="content-area"> | |
| 13 <!-- Navigation tabs --> | |
| 14 <div id="details-tab-strip" class="subpages-nav-tabs"> | |
| 15 <span id="wifi-network-nav-tab" class="tab wifi-details" | |
| 16 tab-contents="wifi-network-tab"> | |
| 17 <span class="tab-label" | |
| 18 i18n-content="wifiNetworkTabLabel"></span> | |
| 19 <span class="active-tab-label" | |
| 20 i18n-content="wifiNetworkTabLabel"></span> | |
| 21 </span> | |
| 22 <span id="vpn-nav-tab" class="tab vpn-details" | |
| 23 tab-contents="vpn-tab"> | |
| 24 <span class="tab-label" | |
| 25 i18n-content="vpnTabLabel"></span> | |
| 26 <span class="active-tab-label" i18n-content="vpnTabLabel"></span> | |
| 27 </span> | |
| 28 <span id="wimax-network-nav-tab" class="tab wimax-details" | |
| 29 tab-contents="wimax-network-tab"> | |
| 30 <span class="tab-label" | |
| 31 i18n-content="wimaxConnTabLabel"></span> | |
| 32 <span class="active-tab-label" | |
| 33 i18n-content="wimaxConnTabLabel"></span> | |
| 34 </span> | |
| 35 <span id="cellular-plan-nav-tab" class="tab cellular-details cdma-only" | |
| 36 tab-contents="cellular-plan-tab"> | |
| 37 <span class="tab-label" | |
| 38 i18n-content="cellularPlanTabLabel"></span> | |
| 39 <span class="active-tab-label" | |
| 40 i18n-content="cellularPlanTabLabel"></span> | |
| 41 </span> | |
| 42 <span id="cellular-conn-nav-tab" class="tab cellular-details" | |
| 43 tab-contents="cellular-conn-tab"> | |
| 44 <span class="tab-label" | |
| 45 i18n-content="cellularConnTabLabel"></span> | |
| 46 <span class="active-tab-label" | |
| 47 i18n-content="cellularConnTabLabel"></span> | |
| 48 </span> | |
| 49 <span id="cellular-device-nav-tab" class="tab cellular-details" | |
| 50 tab-contents="cellular-device-tab"> | |
| 51 <span class="tab-label" | |
| 52 i18n-content="cellularDeviceTabLabel"></span> | |
| 53 <span class="active-tab-label" | |
| 54 i18n-content="cellularDeviceTabLabel"></span> | |
| 55 </span> | |
| 56 <span id="internet-nav-tab" class="tab network-details" | |
| 57 tab-contents="internet-tab"> | |
| 58 <span class="tab-label" i18n-content="networkTabLabel"></span> | |
| 59 <span class="active-tab-label" i18n-content="networkTabLabel"></span> | |
| 60 </span> | |
| 61 <span id="security-nav-tab" class="tab cellular-details gsm-only" | |
| 62 tab-contents="security-tab"> | |
| 63 <span class="tab-label" i18n-content="securityTabLabel"></span> | |
| 64 <span class="active-tab-label" i18n-content="securityTabLabel"></span> | |
| 65 </span> | |
| 66 <span id="internet-proxy-nav-tab" class="tab proxy-details" | |
| 67 tab-contents="network-proxy-tab"> | |
| 68 <span class="tab-label" i18n-content="proxyTabLabel"></span> | |
| 69 <span class="active-tab-label" i18n-content="proxyTabLabel"></span> | |
| 70 </span> | |
| 71 </div> | |
| 72 <div id="wifi-network-tab" class="subpages-tab-contents wifi-details"> | |
| 73 <section> | |
| 74 <table class="option-control-table"> | |
| 75 <tr id="prefer-network"> | |
| 76 <td> | |
| 77 <div class="checkbox"> | |
| 78 <label> | |
| 79 <input id="prefer-network-wifi" type="checkbox"> | |
| 80 <span i18n-content="inetPreferredNetwork"></span> | |
| 81 </label> | |
| 82 <span class="controlled-setting-indicator" data="preferred" | |
| 83 for="prefer-network-wifi"></span> | |
| 84 </div> | |
| 85 </td> | |
| 86 </tr> | |
| 87 <tr class="auto-connect-network"> | |
| 88 <td> | |
| 89 <div class="checkbox"> | |
| 90 <label> | |
| 91 <input id="auto-connect-network-wifi" type="checkbox"> | |
| 92 <span i18n-content="inetAutoConnectNetwork"></span> | |
| 93 </label> | |
| 94 <span class="controlled-setting-indicator" data="autoConnect" | |
| 95 for="auto-connect-network-wifi"></span> | |
| 96 </div> | |
| 97 </td> | |
| 98 </tr> | |
| 99 </table> | |
| 100 </section> | |
| 101 <section> | |
| 102 <table id="wifi-settings-table"> | |
| 103 <tr> | |
| 104 <td class="option-name" i18n-content="connectionState"></td> | |
| 105 <td id="wifi-connection-state" class="option-value"></td> | |
| 106 <tr> | |
| 107 <td class="option-name" i18n-content="inetSsid"></td> | |
| 108 <td id="wifi-ssid" class="option-value"></td> | |
| 109 </tr> | |
| 110 <tr id="wifi-bssid-entry"> | |
| 111 <td class="option-name" i18n-content="inetBssid"></td> | |
| 112 <td id="wifi-bssid" class="option-value"></td> | |
| 113 </tr> | |
| 114 <tr class="wifi-network-setting"> | |
| 115 <td class="option-name" i18n-content="inetAddress"></td> | |
| 116 <td id="wifi-ip-address" class="option-value"></td> | |
| 117 </tr> | |
| 118 <tr class="wifi-network-setting"> | |
| 119 <td class="option-name" i18n-content="inetNetmask"></td> | |
| 120 <td id="wifi-netmask" class="option-value"></td> | |
| 121 </tr> | |
| 122 <tr class="wifi-network-setting"> | |
| 123 <td class="option-name" i18n-content="inetGateway"></td> | |
| 124 <td id="wifi-gateway" class="option-value"></td> | |
| 125 </tr> | |
| 126 <tr class="wifi-network-setting"> | |
| 127 <td class="option-name" i18n-content="inetNameServers"></td> | |
| 128 <td id="wifi-name-servers" class="option-value"></td> | |
| 129 </tr> | |
| 130 <tr id="wifi-security-entry"> | |
| 131 <td class="options-name" i18n-content="inetEncryption"></td> | |
| 132 <td id="wifi-security" class="option-value"></td> | |
| 133 </tr> | |
| 134 <tr> | |
| 135 <td class="options-name" i18n-content="inetFrequency"></td> | |
| 136 <td id="wifi-frequency" class="option-value"></td> | |
| 137 </tr> | |
| 138 <tr> | |
| 139 <td class="options-name" i18n-content="inetSignalStrength"></td> | |
| 140 <td id="wifi-signal-strength" class="option-value"></td> | |
| 141 </tr> | |
| 142 <tr id="wifi-hardware-address-entry"> | |
| 143 <td class="option-name" i18n-content="hardwareAddress"></td> | |
| 144 <td id="wifi-hardware-address" class="option-value"></td> | |
| 145 </tr> | |
| 146 </table> | |
| 147 </section> | |
| 148 <section> | |
| 149 <table class="option-control-table"> | |
| 150 <tr> | |
| 151 <td id="password-details" class="option-name" | |
| 152 i18n-content="inetPassProtected"> | |
| 153 </td> | |
| 154 </tr> | |
| 155 <tr> | |
| 156 <td id="wifi-shared-network" class="option-name" | |
| 157 i18n-content="inetNetworkShared"> | |
| 158 </td> | |
| 159 </tr> | |
| 160 </table> | |
| 161 </section> | |
| 162 </div> | |
| 163 <div id="wimax-network-tab" class="subpages-tab-contents wimax-details"> | |
| 164 <section> | |
| 165 <table class="option-control-table"> | |
| 166 <tr class="auto-connect-network"> | |
| 167 <td> | |
| 168 <div class="checkbox"> | |
| 169 <label> | |
| 170 <input id="auto-connect-network-wimax" type="checkbox"> | |
| 171 <span i18n-content="inetAutoConnectNetwork"></span> | |
| 172 </label> | |
| 173 <span class="controlled-setting-indicator" data="autoConnect" | |
| 174 for="auto-connect-network-wimax"></span> | |
| 175 </div> | |
| 176 </td> | |
| 177 </tr> | |
| 178 </table> | |
| 179 </section> | |
| 180 <section> | |
| 181 <table id="wimax-settings-table"> | |
| 182 <tr> | |
| 183 <td class="option-name" i18n-content="connectionState"></td> | |
| 184 <td id="wimax-connection-state" class="option-value"></td> | |
| 185 </tr> | |
| 186 <tr id="wimax-eap-identity-entry"> | |
| 187 <td class="option-name" i18n-content="inetUsername"></td> | |
| 188 <td id="wimax-eap-identity" class="option-value"></td> | |
| 189 </tr> | |
| 190 <tr> | |
| 191 <td class="options-name" i18n-content="inetSignalStrength"></td> | |
| 192 <td id="wimax-signal-strength" class="option-value"></td> | |
| 193 </tr> | |
| 194 </table> | |
| 195 </section> | |
| 196 <section> | |
| 197 <table class="option-control-table"> | |
| 198 <tr> | |
| 199 <td id="wimax-shared-network" class="option-name" | |
| 200 i18n-content="inetNetworkShared"> | |
| 201 </td> | |
| 202 </tr> | |
| 203 </table> | |
| 204 </section> | |
| 205 </div> | |
| 206 <div id="vpn-tab" class="subpages-tab-contents vpn-details"> | |
| 207 <section> | |
| 208 <table class="option-control-table"> | |
| 209 <tr> | |
| 210 <td class="option-name" i18n-content="inetServiceName"></td> | |
| 211 <td id="inet-service-name" class="option-value"></td> | |
| 212 </tr> | |
| 213 <tr> | |
| 214 <td class="option-name" i18n-content="inetServerHostname"></td> | |
| 215 <td id="inet-server-hostname" class="option-value"></td> | |
| 216 </tr> | |
| 217 <tr> | |
| 218 <td class="option-name" i18n-content="inetProviderType"></td> | |
| 219 <td id="inet-provider-type" class="option-value"></td> | |
| 220 </tr> | |
| 221 <tr> | |
| 222 <td class="option-name" i18n-content="inetUsername"></td> | |
| 223 <td id="inet-username" class="option-value"></td> | |
| 224 </tr> | |
| 225 </table> | |
| 226 </section> | |
| 227 </div> | |
| 228 <div id="cellular-plan-tab" | |
| 229 class="subpages-tab-contents cellular-details cdma-only"> | |
| 230 <section> | |
| 231 <div> | |
| 232 <table id="details-plan-table" class="option-control-table"> | |
| 233 <tr class="plan-loading-info"> | |
| 234 <td i18n-content="planLoading" class="option-value"></td> | |
| 235 </tr> | |
| 236 <tr class="no-plan-info"> | |
| 237 <td i18n-content="noPlansFound" class="option-value"></td> | |
| 238 </tr> | |
| 239 </table> | |
| 240 </div> | |
| 241 <div id="plan-list"></div> | |
| 242 </section> | |
| 243 <section class="plan-details-info"> | |
| 244 <div class="checkbox"> | |
| 245 <label> | |
| 246 <input id="show-plan-notifications" type="checkbox" | |
| 247 pref="settings.internet.mobile.show_plan_notifications"> | |
| 248 <span i18n-content="showPlanNotifications"></span> | |
| 249 </label> | |
| 250 </div> | |
| 251 </section> | |
| 252 </div> | |
| 253 <div id="cellular-conn-tab" class="subpages-tab-contents cellular-details"> | |
| 254 <section id="cellular-network-options"> | |
| 255 <table class="option-control-table"> | |
| 256 <tr> | |
| 257 <td class="option-name" i18n-content="serviceName"></td> | |
| 258 <td id="service-name" class="option-value"></td> | |
| 259 </tr> | |
| 260 <tr> | |
| 261 <td class="option-name" i18n-content="networkTechnology"></td> | |
| 262 <td id="network-technology" class="option-value"></td> | |
| 263 </tr> | |
| 264 <tr> | |
| 265 <td class="option-name" i18n-content="activationState"></td> | |
| 266 <td id="activation-state" class="option-value"></td> | |
| 267 </tr> | |
| 268 <tr> | |
| 269 <td class="option-name" i18n-content="roamingState"></td> | |
| 270 <td id="roaming-state" class="option-value"></td> | |
| 271 </tr> | |
| 272 <tr> | |
| 273 <td class="option-name" i18n-content="restrictedPool"></td> | |
| 274 <td id="restricted-pool" class="option-value"></td> | |
| 275 </tr> | |
| 276 <tr class="gsm-only"> | |
| 277 <td class="option-name" i18n-content="operatorName"></td> | |
| 278 <td id="operator-name" class="option-value"></td> | |
| 279 </tr> | |
| 280 <tr class="gsm-only"> | |
| 281 <td class="option-name" i18n-content="operatorCode"></td> | |
| 282 <td id="operator-code" class="option-value"></td> | |
| 283 </tr> | |
| 284 <tr> | |
| 285 <td class="option-name" i18n-content="errorState"></td> | |
| 286 <td id="error-state" class="option-value"></td> | |
| 287 </tr> | |
| 288 <tr class="gsm-only apn-list-view"> | |
| 289 <td class="option-name" i18n-content="cellularApnLabel"></td> | |
| 290 <td id="cellular-apn-label" class="option-value"> | |
| 291 <select id="select-apn"> | |
| 292 <option value="-1" i18n-content="cellularApnOther"> | |
| 293 </option> | |
| 294 </select> | |
| 295 <span class="controlled-setting-indicator" data="providerApnList" | |
| 296 for="select-apn"></span> | |
| 297 </td> | |
| 298 </tr> | |
| 299 <tr class="gsm-only apn-details-view"> | |
| 300 <td class="option-name" i18n-content="cellularApnLabel"></td> | |
| 301 <td id="cellular-apn-label" class="option-value"> | |
| 302 <input id="cellular-apn" type="text"> | |
| 303 </td> | |
| 304 </tr> | |
| 305 <tr class="gsm-only apn-details-view"> | |
| 306 <td class="option-name" i18n-content="cellularApnUsername"></td> | |
| 307 <td id="cellular-apn-username-label" class="option-value"> | |
| 308 <input id="cellular-apn-username" type="text"> | |
| 309 </td> | |
| 310 </tr> | |
| 311 <tr class="gsm-only apn-details-view"> | |
| 312 <td class="option-name" i18n-content="cellularApnPassword"></td> | |
| 313 <td id="cellular-apn-password-label" class="option-value"> | |
| 314 <input id="cellular-apn-password" type="password"> | |
| 315 </td> | |
| 316 </tr> | |
| 317 <tr class="gsm-only apn-details-view"> | |
| 318 <td class="option-name"></td> | |
| 319 <td class="option-value"> | |
| 320 <button id="cellular-apn-use-default" | |
| 321 i18n-content="cellularApnUseDefault"></button> | |
| 322 <button id="cellular-apn-set" | |
| 323 i18n-content="cellularApnSet"></button> | |
| 324 <button id="cellular-apn-cancel" | |
| 325 i18n-content="cellularApnCancel"></button> | |
| 326 </td> | |
| 327 </tr> | |
| 328 <tr> | |
| 329 <td colspan="2"> | |
| 330 <div class="checkbox"> | |
| 331 <label> | |
| 332 <input id="auto-connect-network-cellular" type="checkbox"> | |
| 333 <span i18n-content="inetAutoConnectNetwork"></span> | |
| 334 </label> | |
| 335 <span class="controlled-setting-indicator" data="autoConnect" | |
| 336 for="auto-connect-network-cellular"></span> | |
| 337 </div> | |
| 338 </td> | |
| 339 </tr> | |
| 340 </table> | |
| 341 </section> | |
| 342 </div> | |
| 343 <div id="cellular-device-tab" class="subpages-tab-contents | |
| 344 cellular-details"> | |
| 345 <section id="cellular-device-options"> | |
| 346 <table class="option-control-table"> | |
| 347 <tr> | |
| 348 <td class="option-name" i18n-content="manufacturer"></td> | |
| 349 <td id="manufacturer" class="option-value"></td> | |
| 350 </tr> | |
| 351 <tr> | |
| 352 <td class="option-name" i18n-content="modelId"></td> | |
| 353 <td id="model-id" class="option-value"></td> | |
| 354 </tr> | |
| 355 <tr> | |
| 356 <td class="option-name" i18n-content="firmwareRevision"></td> | |
| 357 <td id="firmware-revision" class="option-value"></td> | |
| 358 </tr> | |
| 359 <tr> | |
| 360 <td class="option-name" i18n-content="hardwareRevision"></td> | |
| 361 <td id="hardware-revision" class="option-value"></td> | |
| 362 </tr> | |
| 363 <tr> | |
| 364 <td class="option-name" i18n-content="prlVersion"></td> | |
| 365 <td id="prl-version" class="option-value"></td> | |
| 366 </tr> | |
| 367 <tr> | |
| 368 <td class="option-name">MEID:</td> | |
| 369 <td id="meid" class="option-value"></td> | |
| 370 </tr> | |
| 371 <tr> | |
| 372 <td class="option-name">ESN:</td> | |
| 373 <td id="esn" class="option-value"></td> | |
| 374 </tr> | |
| 375 <tr> | |
| 376 <td class="option-name">IMEI:</td> | |
| 377 <td id="imei" class="option-value"></td> | |
| 378 </tr> | |
| 379 <tr class="gsm-only"> | |
| 380 <td class="option-name">IMSI:</td> | |
| 381 <td id="imsi" class="option-value"></td> | |
| 382 </tr> | |
| 383 <tr> | |
| 384 <td class="option-name">MDN:</td> | |
| 385 <td id="mdn" class="option-value"></td> | |
| 386 </tr> | |
| 387 <tr> | |
| 388 <td class="option-name">MIN/MSID:</td> | |
| 389 <td id="min" class="option-value"></td> | |
| 390 </tr> | |
| 391 </table> | |
| 392 </section> | |
| 393 </div> | |
| 394 <div id="internet-tab" class="subpages-tab-contents"> | |
| 395 <section id="advanced-section"> | |
| 396 <table class="option-control-table"> | |
| 397 <tr> | |
| 398 <td class="option-name" i18n-content="connectionState"></td> | |
| 399 <td id="connection-state" class="option-value"></td> | |
| 400 </tr> | |
| 401 <tr id="hardware-address-row"> | |
| 402 <td class="option-name" i18n-content="hardwareAddress"></td> | |
| 403 <td id="hardware-address" class="option-value"></td> | |
| 404 </tr> | |
| 405 </table> | |
| 406 </section> | |
| 407 <section id="ipconfig-section"> | |
| 408 <div id="ip-automatic-configuration" class="checkbox"> | |
| 409 <label> | |
| 410 <input id="ip-automatic-configuration-checkbox" | |
| 411 type="checkbox"> | |
| 412 <span i18n-content="ipAutomaticConfiguration"></span> | |
| 413 </label> | |
| 414 <span class="controlled-setting-indicator" data="ipconfigDHCP" | |
| 415 for="ip-automatic-configuration"></span> | |
| 416 </div> | |
| 417 <div> | |
| 418 <table id="ip-address-settings"> | |
| 419 <tr> | |
| 420 <td class="spacer" width="14px"></td> | |
| 421 <td class="option-name" i18n-content="inetAddress"></td> | |
| 422 <td><div id="ip-address"></div></td> | |
| 423 </tr> | |
| 424 <tr> | |
| 425 <td class="spacer" width="14px"></td> | |
| 426 <td class="option-name" id="ip-netmask-label" | |
| 427 i18n-content="inetNetmask"></td> | |
| 428 <td><div id="ip-netmask"></div></td> | |
| 429 </tr> | |
| 430 <tr> | |
| 431 <td class="spacer" width="14px"></td> | |
| 432 <td class="option-name" i18n-content="inetGateway"></td> | |
| 433 <td><div id="ip-gateway"></div></td> | |
| 434 </tr> | |
| 435 </table> | |
| 436 </section> | |
| 437 <section id="ipconfig-dns-section"> | |
| 438 <div class="radio"> | |
| 439 <label> | |
| 440 <input id="automatic-dns-radio" type="radio" name="dnstype" | |
| 441 value="automatic"> | |
| 442 <span i18n-content="automaticNameServers"></span> | |
| 443 </label> | |
| 444 </div> | |
| 445 <div id="automatic-dns-display" class="dns-display"></div> | |
| 446 <div class="radio"> | |
| 447 <label> | |
| 448 <input id="google-dns-radio" type="radio" name="dnstype" | |
| 449 value="google"> | |
| 450 <span i18n-content="googleNameServers"></span> | |
| 451 </label> | |
| 452 </div> | |
| 453 <div id="google-dns-display" class="dns-display"></div> | |
| 454 <div class="radio"> | |
| 455 <label> | |
| 456 <input id="user-dns-radio" type="radio" name="dnstype" | |
| 457 value="user"> | |
| 458 <span i18n-content="userNameServers"></span> | |
| 459 </label> | |
| 460 </div> | |
| 461 <table id="user-dns-settings"> | |
| 462 <tr> | |
| 463 <td class="spacer" width="14px"></td> | |
| 464 <td> | |
| 465 <div id="ipconfig-dns1" i18n-placeholder-text="userNameServer1" | |
| 466 allow-empty> | |
| 467 </div> | |
| 468 </td> | |
| 469 <td> | |
| 470 <div id="ipconfig-dns2" i18n-placeholder-text="userNameServer2" | |
| 471 allow-empty> | |
| 472 </div> | |
| 473 </td> | |
| 474 </tr> | |
| 475 <tr> | |
| 476 <td class="spacer" width="14px"></td> | |
| 477 <td> | |
| 478 <div id="ipconfig-dns3" i18n-placeholder-text="userNameServer3" | |
| 479 allow-empty> | |
| 480 </div> | |
| 481 </td> | |
| 482 <td> | |
| 483 <div id="ipconfig-dns4" i18n-placeholder-text="userNameServer4" | |
| 484 allow-empty> | |
| 485 </div> | |
| 486 </td> | |
| 487 </tr> | |
| 488 </table> | |
| 489 </section> | |
| 490 </div> | |
| 491 <div id="security-tab" | |
| 492 class="subpages-tab-contents cellular-details gsm-only"> | |
| 493 <div id="cellular-security-options"> | |
| 494 <section> | |
| 495 <div id="sim-pin-lock" class="checkbox"> | |
| 496 <label> | |
| 497 <input id="sim-card-lock-enabled" type="checkbox"> | |
| 498 <span i18n-content="lockSimCard"></span> | |
| 499 </label> | |
| 500 <span class="controlled-setting-indicator" data="simCardLockEnabled" | |
| 501 for="sim-card-lock-enabled"></span> | |
| 502 </div> | |
| 503 </section> | |
| 504 <section> | |
| 505 <div id="change-pin-area"> | |
| 506 <button id="change-pin" i18n-content="changePinButton"></button> | |
| 507 <span class="controlled-setting-indicator" data="simCardLockEnabled" | |
| 508 for="change-pin"></span> | |
| 509 </div> | |
| 510 </section> | |
| 511 </div> | |
| 512 </div> | |
| 513 <div id="network-proxy-tab" class="subpages-tab-contents"> | |
| 514 <section> | |
| 515 <div id="info-banner" hidden> | |
| 516 <span id="banner-icon" class="page-banner-icon"></span> | |
| 517 <span id="banner-text" class="page-banner-text"></span> | |
| 518 </div> | |
| 519 <div class="radio"> | |
| 520 <label> | |
| 521 <input id="direct-proxy" type="radio" name="proxytype" value="1" | |
| 522 pref="cros.session.proxy.type"> | |
| 523 <span i18n-content="proxyDirectInternetConnection"></span> | |
| 524 </label> | |
| 525 </div> | |
| 526 <div class="radio"> | |
| 527 <label> | |
| 528 <input id="manual-proxy" type="radio" name="proxytype" value="2" | |
| 529 pref="cros.session.proxy.type"> | |
| 530 <span i18n-content="proxyManual"></span> | |
| 531 </label> | |
| 532 </div> | |
| 533 <div class="checkbox"> | |
| 534 <label> | |
| 535 <input id="proxy-all-protocols" type="checkbox" | |
| 536 pref="cros.session.proxy.single"> | |
| 537 <span i18n-content="sameProxyProtocols"></span> | |
| 538 </label> | |
| 539 </div> | |
| 540 <div id="single-proxy"> | |
| 541 <table> | |
| 542 <tr> | |
| 543 <td> | |
| 544 <span i18n-content="httpProxy"></span> | |
| 545 <input id="proxy-host-single-name" type="text" size="25" | |
| 546 pref="cros.session.proxy.singlehttp" disabled> | |
| 547 </td> | |
| 548 <td> | |
| 549 <span i18n-content="proxyPort"></span> | |
| 550 <input id="proxy-host-single-port" type="text" data-type="number
" | |
| 551 size="4" pref="cros.session.proxy.singlehttpport" disabled> | |
| 552 </td> | |
| 553 </tr> | |
| 554 </table> | |
| 555 </div> | |
| 556 <div id="multi-proxy"> | |
| 557 <table> | |
| 558 <tr> | |
| 559 <td> | |
| 560 <span i18n-content="httpProxy"></span> | |
| 561 </td> | |
| 562 <td> | |
| 563 <input id="proxy-host-name" type="text" size="25" | |
| 564 pref="cros.session.proxy.httpurl" disabled> | |
| 565 </td> | |
| 566 <td> | |
| 567 <span i18n-content="proxyPort"></span> | |
| 568 </td> | |
| 569 <td> | |
| 570 <input id="proxy-host-port" type="text" data-type="number" | |
| 571 size="4" pref="cros.session.proxy.httpport" disabled> | |
| 572 </td> | |
| 573 </tr> | |
| 574 <tr> | |
| 575 <td> | |
| 576 <span i18n-content="secureHttpProxy"></span> | |
| 577 </td> | |
| 578 <td> | |
| 579 <input id="secure-proxy-host-name" type="text" size="25" | |
| 580 pref="cros.session.proxy.httpsurl" disabled> | |
| 581 </td> | |
| 582 <td> | |
| 583 <span i18n-content="proxyPort"></span> | |
| 584 </td> | |
| 585 <td> | |
| 586 <input id="secure-proxy-port" type="text" data-type="number" | |
| 587 size="4" pref="cros.session.proxy.httpsport" disabled> | |
| 588 </td> | |
| 589 </tr> | |
| 590 <tr> | |
| 591 <td> | |
| 592 <span i18n-content="ftpProxy"></span> | |
| 593 </td> | |
| 594 <td> | |
| 595 <input id="ftp-proxy" type="text" size="25" | |
| 596 pref="cros.session.proxy.ftpurl" disabled> | |
| 597 </td> | |
| 598 <td> | |
| 599 <span i18n-content="proxyPort"></span> | |
| 600 </td> | |
| 601 <td> | |
| 602 <input id="ftp-proxy-port" type="text" data-type="number" | |
| 603 size="4" pref="cros.session.proxy.ftpport" disabled> | |
| 604 </td> | |
| 605 </tr> | |
| 606 <tr> | |
| 607 <td> | |
| 608 <span i18n-content="socksHost"></span> | |
| 609 </td> | |
| 610 <td> | |
| 611 <input id="socks-host" type="text" size="25" | |
| 612 pref="cros.session.proxy.socks" disabled> | |
| 613 </td> | |
| 614 <td> | |
| 615 <span i18n-content="proxyPort"></span> | |
| 616 </td> | |
| 617 <td> | |
| 618 <input id="socks-port" type="text" data-type="number" size="4" | |
| 619 pref="cros.session.proxy.socksport" disabled> | |
| 620 </td> | |
| 621 </tr> | |
| 622 </table> | |
| 623 </div> | |
| 624 <div class="radio"> | |
| 625 <label> | |
| 626 <input id="auto-proxy" type="radio" name="proxytype" value="3" | |
| 627 pref="cros.session.proxy.type"> | |
| 628 <span i18n-content="proxyAutomatic"></span> | |
| 629 </label> | |
| 630 </div> | |
| 631 <div> | |
| 632 <label> | |
| 633 <div i18n-content="proxyConfigUrl"></div> | |
| 634 <input id="proxy-config" type="url" size="50" | |
| 635 pref="cros.session.proxy.pacurl"> | |
| 636 </label> | |
| 637 </div> | |
| 638 <div id="advanced-config"> | |
| 639 <h3 i18n-content="advancedProxyConfig"></h3> | |
| 640 <div class="option vbox flex"> | |
| 641 <div i18n-content="proxyBypass"></div> | |
| 642 <list id="ignored-host-list"></list> | |
| 643 <input id="new-host" type="url" size="30"> | |
| 644 <button id="add-host" i18n-content="addHost"></button> | |
| 645 <button id="remove-host" i18n-content="removeHost"></button> | |
| 646 </div> | |
| 647 </div> | |
| 648 </section> | |
| 649 </div> | |
| 650 </div> | |
| 651 <div class="action-area"> | |
| 652 <div class="button-strip"> | |
| 653 <!-- TODO(dbeam): Clarify style guide regarding tag wrap. --> | |
| 654 <button id="details-internet-dismiss" | |
| 655 i18n-content="detailsInternetDismiss"> | |
| 656 </button> | |
| 657 <button id="details-internet-login" i18n-content="connectButton"> | |
| 658 </button> | |
| 659 <button id="details-internet-disconnect" i18n-content="disconnectButton"> | |
| 660 </button> | |
| 661 <button id="activate-details" i18n-content="activateButton"></button> | |
| 662 <button id="buyplan-details" i18n-content="buyplanButton"></button> | |
| 663 <button id="view-account-details" i18n-content="viewAccountButton"> | |
| 664 </button> | |
| 665 </div> | |
| 666 </div> | |
| 667 </div> | |
| OLD | NEW |