| OLD | NEW |
| 1 <div class="page hidden" id="proxyPage"> | 1 <div class="page hidden" id="proxyPage"> |
| 2 <h1 i18n-content="proxyPage"></h1> | 2 <h1 i18n-content="proxyPage"></h1> |
| 3 <section> | 3 <section> |
| 4 <h3 i18n-content="proxy_config_title"></h3> | 4 <h3 i18n-content="proxy_config_title"></h3> |
| 5 <div> | 5 <div> |
| 6 <label class="radio"> | 6 <div class="radio"> |
| 7 <input type="radio" id="directProxy" name="proxytype" | 7 <label> |
| 8 pref="cros.session.proxy.type" value="1"> | 8 <input type="radio" id="directProxy" name="proxytype" |
| 9 <span i18n-content="proxyDirectInternetConnection"></span> | 9 pref="cros.session.proxy.type" value="1"> |
| 10 </label> | 10 <span i18n-content="proxyDirectInternetConnection"></span> |
| 11 <label class="radio"> | 11 </label> |
| 12 <input type="radio" id="manualProxy" name="proxytype" | 12 </div> |
| 13 pref="cros.session.proxy.type" value="2"> | 13 <div class="radio"> |
| 14 <span i18n-content="proxyManual"></span> | 14 <label> |
| 15 </label> | 15 <input type="radio" id="manualProxy" name="proxytype" |
| 16 <label class="checkbox"> | 16 pref="cros.session.proxy.type" value="2"> |
| 17 <input id="proxyAllProtocols" type="checkbox" pref="cros.session.proxy.s
ingle"> | 17 <span i18n-content="proxyManual"></span> |
| 18 <span i18n-content="sameProxyProtocols"></span> | 18 </label> |
| 19 </label> | 19 </div> |
| 20 <div class="checkbox"> |
| 21 <label> |
| 22 <input id="proxyAllProtocols" type="checkbox" |
| 23 pref="cros.session.proxy.single"> |
| 24 <span i18n-content="sameProxyProtocols"></span> |
| 25 </label> |
| 26 </div> |
| 20 <div id="singleProxy"> | 27 <div id="singleProxy"> |
| 21 <table> | 28 <table> |
| 22 <tr><td><span | 29 <tr><td><span |
| 23 i18n-content="httpProxy"></span> | 30 i18n-content="httpProxy"></span> |
| 24 <input id="proxyHostSingleName" type="text" size="30" pref="cros.sessi
on.proxy.singlehttp" disabled> | 31 <input id="proxyHostSingleName" type="text" size="30" pref="cros.sessi
on.proxy.singlehttp" disabled> |
| 25 </td><td> | 32 </td><td> |
| 26 <span | 33 <span |
| 27 i18n-content="proxyPort"></span> | 34 i18n-content="proxyPort"></span> |
| 28 <input id="proxyHostSinglePort" type="text" size="5" pref="cros.sessio
n.proxy.singlehttpport" disabled> | 35 <input id="proxyHostSinglePort" type="text" size="5" pref="cros.sessio
n.proxy.singlehttpport" disabled> |
| 29 </td></tr> | 36 </td></tr> |
| (...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 62 <td><span | 69 <td><span |
| 63 i18n-content="socksHost"></span></td><td> | 70 i18n-content="socksHost"></span></td><td> |
| 64 <input id="socksHost" type="text" size="30" pref="cros.session.proxy.s
ocks" disabled> | 71 <input id="socksHost" type="text" size="30" pref="cros.session.proxy.s
ocks" disabled> |
| 65 </td><td> | 72 </td><td> |
| 66 <span | 73 <span |
| 67 i18n-content="proxyPort"></span></td><td> | 74 i18n-content="proxyPort"></span></td><td> |
| 68 <input id="socksPort" type="text" size="5" pref="cros.session.proxy.so
cksport" disabled> | 75 <input id="socksPort" type="text" size="5" pref="cros.session.proxy.so
cksport" disabled> |
| 69 </td></tr> | 76 </td></tr> |
| 70 </table> | 77 </table> |
| 71 </div> | 78 </div> |
| 72 <label class="radio"> | 79 <div class="radio"> |
| 73 <input type="radio" id="autoProxy" name="proxytype" | 80 <label> |
| 74 pref="cros.session.proxy.type" value="3"> | 81 <input type="radio" id="autoProxy" name="proxytype" |
| 75 <span i18n-content="proxyAutomatic"></span></label> | 82 pref="cros.session.proxy.type" value="3"> |
| 76 <label><span | 83 <span i18n-content="proxyAutomatic"></span> |
| 77 i18n-content="proxyConfigUrl"></span> | 84 <label> |
| 78 <input id="proxyConfig" type="url" size="60" pref="cros.session.proxy.pa
curl"> | 85 </div> |
| 79 </label> | 86 <div> |
| 87 <label> |
| 88 <span i18n-content="proxyConfigUrl"></span> |
| 89 <input id="proxyConfig" type="url" size="60" |
| 90 pref="cros.session.proxy.pacurl"> |
| 91 </label> |
| 92 </div> |
| 80 </div> | 93 </div> |
| 81 </section> | 94 </section> |
| 82 <section id="advancedConfig"> | 95 <section id="advancedConfig"> |
| 83 <h3 i18n-content="advanced_proxy_config"></h3> | 96 <h3 i18n-content="advanced_proxy_config"></h3> |
| 84 <div class="option"> | 97 <div class="option"> |
| 85 <label><span i18n-content="proxyBypass"></span></label> | 98 <div i18n-content="proxyBypass"></div> |
| 86 <list id="ignoredHostList"></list> | 99 <list id="ignoredHostList"></list> |
| 87 <input id="newHost" type="url" size="30"> | 100 <input id="newHost" type="url" size="30"> |
| 88 <button id="addHost" | 101 <button id="addHost" |
| 89 i18n-content="addHost"></button> | 102 i18n-content="addHost"></button> |
| 90 <button id="removeHost" | 103 <button id="removeHost" |
| 91 i18n-content="removeHost"></button> | 104 i18n-content="removeHost"></button> |
| 92 </div> | 105 </div> |
| 93 </section> | 106 </section> |
| 94 </div> | 107 </div> |
| OLD | NEW |