• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<div class="page hidden" id="proxyPage">
2  <h1 i18n-content="proxyPage"></h1>
3  <section>
4    <h3 i18n-content="proxy_config_title"></h3>
5    <div>
6      <div class="radio">
7        <label>
8          <input type="radio" id="directProxy" name="proxytype"
9              pref="cros.session.proxy.type" value="1">
10          <span i18n-content="proxyDirectInternetConnection"></span>
11        </label>
12      </div>
13      <div class="radio">
14        <label>
15          <input type="radio" id="manualProxy" name="proxytype"
16              pref="cros.session.proxy.type" value="2">
17          <span i18n-content="proxyManual"></span>
18        </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>
27      <div id="singleProxy">
28        <table>
29        <tr><td><span
30            i18n-content="httpProxy"></span>
31          <input id="proxyHostSingleName" type="text" size="30" pref="cros.session.proxy.singlehttp" disabled>
32          </td><td>
33          <span
34            i18n-content="proxyPort"></span>
35          <input id="proxyHostSinglePort" type="text" dataType="number" size="5" pref="cros.session.proxy.singlehttpport" disabled>
36          </td></tr>
37        </table>
38      </div>
39      <div id="multiProxy">
40        <table>
41        <tr>
42        <td><span
43            i18n-content="httpProxy"></span></td><td>
44          <input id="proxyHostName" type="text" size="30" pref="cros.session.proxy.httpurl" disabled>
45        </td><td>
46        <span
47          i18n-content="proxyPort"></span></td><td>
48        <input id="proxyHostPort" type="text" dataType="number" size="5" pref="cros.session.proxy.httpport" disabled>
49        </td></tr>
50        <tr>
51        <td><span
52          i18n-content="secureHttpProxy"></span></td><td>
53        <input id="secureProxyHostName" type="text" size="30" pref="cros.session.proxy.httpsurl" disabled>
54        </td><td>
55        <span
56          i18n-content="proxyPort"></span></td><td>
57        <input id="secureProxyPort" type="text" dataType="number" size="5" pref="cros.session.proxy.httpsport" disabled>
58        </td></tr>
59        <tr>
60        <td><span
61            i18n-content="ftpProxy"></span></td><td>
62          <input id="ftpProxy" type="text" size="30" pref="cros.session.proxy.ftpurl" disabled>
63          </td><td>
64          <span
65            i18n-content="proxyPort"></span></td><td>
66          <input id="ftpProxyPort" type="text" dataType="number" size="5" pref="cros.session.proxy.ftpport" disabled>
67        </td></tr>
68        <tr>
69        <td><span
70            i18n-content="socksHost"></span></td><td>
71          <input id="socksHost" type="text" size="30" pref="cros.session.proxy.socks" disabled>
72          </td><td>
73          <span
74            i18n-content="proxyPort"></span></td><td>
75          <input id="socksPort" type="text" dataType="number" size="5" pref="cros.session.proxy.socksport" disabled>
76        </td></tr>
77        </table>
78      </div>
79      <div class="radio">
80        <label>
81          <input type="radio" id="autoProxy" name="proxytype"
82              pref="cros.session.proxy.type" value="3">
83          <span i18n-content="proxyAutomatic"></span>
84        <label>
85      </div>
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>
93    </div>
94  </section>
95  <section id="advancedConfig">
96    <h3 i18n-content="advanced_proxy_config"></h3>
97    <div class="option">
98       <div i18n-content="proxyBypass"></div>
99       <list id="ignoredHostList"></list>
100       <input id="newHost" type="url" size="30">
101       <button id="addHost"
102               i18n-content="addHost"></button>
103       <button id="removeHost"
104               i18n-content="removeHost"></button>
105    </div>
106  </section>
107</div>
108