1999-06-04 23:28:56 +00:00
|
|
|
<?xml version="1.0"?>
|
1999-08-10 02:48:56 +00:00
|
|
|
<!--
|
|
|
|
The contents of this file are subject to the Netscape Public
|
|
|
|
License Version 1.1 (the "License"); you may not use this file
|
|
|
|
except in compliance with the License. You may obtain a copy of
|
|
|
|
the License at http://www.mozilla.org/NPL/
|
|
|
|
|
|
|
|
Software distributed under the License is distributed on an "AS
|
|
|
|
IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
|
|
|
|
implied. See the License for the specific language governing
|
|
|
|
rights and limitations under the License.
|
|
|
|
|
|
|
|
The Original Code is Mozilla Communicator client code, released
|
|
|
|
March 31, 1998.
|
|
|
|
|
|
|
|
The Initial Developer of the Original Code is Netscape
|
|
|
|
Communications Corporation. Portions created by Netscape are
|
|
|
|
Copyright (C) 1998-1999 Netscape Communications Corporation. All
|
|
|
|
Rights Reserved.
|
|
|
|
|
|
|
|
Contributor(s):
|
2000-09-15 06:23:08 +00:00
|
|
|
|
|
|
|
Jason Eager <jce2@po.cwru.edu>
|
|
|
|
-Added a syntax example for the "no proxy" field.
|
1999-08-10 02:48:56 +00:00
|
|
|
-->
|
2000-04-21 10:13:18 +00:00
|
|
|
<?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
|
2000-03-14 11:31:54 +00:00
|
|
|
<?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
|
1999-06-04 23:28:56 +00:00
|
|
|
|
2000-04-19 21:42:30 +00:00
|
|
|
<!DOCTYPE window SYSTEM "chrome://communicator/locale/pref/pref-proxies.dtd" >
|
2000-06-15 09:54:41 +00:00
|
|
|
<window xmlns:html="http://www.w3.org/1999/xhtml"
|
2001-02-01 22:11:05 +00:00
|
|
|
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
|
2000-04-25 02:17:38 +00:00
|
|
|
class="color-dialog"
|
|
|
|
orient="vertical"
|
2001-02-01 22:11:05 +00:00
|
|
|
onload="parent.initPanel('chrome://communicator/content/pref/pref-proxies.xul');">
|
1999-06-04 23:28:56 +00:00
|
|
|
|
2001-03-11 12:17:34 +00:00
|
|
|
<script type="application/x-javascript">
|
2000-04-25 02:17:38 +00:00
|
|
|
<![CDATA[
|
2001-03-14 02:41:18 +00:00
|
|
|
var _elementIDs = ["networkProxyType",
|
|
|
|
"networkProxyFTP", "networkProxyFTP_Port",
|
|
|
|
"networkProxyGopher", "networkProxyGopher_Port",
|
|
|
|
"networkProxyHTTP", "networkProxyHTTP_Port",
|
|
|
|
"networkProxySSL", "networkProxySSL_Port",
|
|
|
|
"networkProxySOCKS", "networkProxySOCKS_Port",
|
|
|
|
"networkProxyNone", "networkProxyAutoconfigURL"];
|
2000-04-25 02:17:38 +00:00
|
|
|
]]>
|
|
|
|
</script>
|
|
|
|
|
2001-03-11 12:17:34 +00:00
|
|
|
<script type="application/x-javascript" src="chrome://global/content/strres.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/pref/prefutilities.js"/>
|
|
|
|
<script type="application/x-javascript" src="chrome://communicator/content/pref/pref-proxies.js"/>
|
2000-01-07 06:52:11 +00:00
|
|
|
|
2000-04-30 02:47:45 +00:00
|
|
|
<box class="box-smallheader" title="&lHeader;"/>
|
2000-02-14 01:42:09 +00:00
|
|
|
|
2000-04-25 02:17:38 +00:00
|
|
|
<titledbox orient="vertical">
|
2000-04-30 02:47:45 +00:00
|
|
|
<title><text value="&proxyTitle.label;"/></title>
|
2000-04-25 02:17:38 +00:00
|
|
|
<html>&networkHeader.label;</html>
|
2000-02-14 01:42:09 +00:00
|
|
|
|
2000-04-25 02:17:38 +00:00
|
|
|
<radiogroup id="networkProxyType" orient="vertical"
|
|
|
|
pref="true" preftype="int" prefstring="network.proxy.type"
|
|
|
|
prefattribute="data">
|
2001-02-01 22:11:05 +00:00
|
|
|
<vbox autostretch="never">
|
|
|
|
<radio group="networkProxyType" data="0" value="&directTypeRadio.label;" accesskey="&directTypeRadio.accesskey;" oncommand="DoEnabling();"/>
|
|
|
|
<radio group="networkProxyType" data="1" value="&manualTypeRadio.label;" accesskey="&manualTypeRadio.accesskey;" oncommand="DoEnabling();"/>
|
|
|
|
</vbox>
|
2000-04-25 02:17:38 +00:00
|
|
|
<grid class="indent" flex="1">
|
|
|
|
<columns>
|
|
|
|
<column/>
|
|
|
|
<column flex="1"/>
|
|
|
|
</columns>
|
|
|
|
|
|
|
|
<rows>
|
|
|
|
<row>
|
|
|
|
<text class="label" value="&ftp.label;" accesskey="&ftp.accesskey;" for="networkProxyFTP"/>
|
|
|
|
<box autostretch="never">
|
|
|
|
<textfield id="networkProxyFTP" pref="true" preftype="string" prefstring="network.proxy.ftp"
|
|
|
|
prefattribute="value" flex="1"/>
|
|
|
|
<text class="label" value="&port.label;" accesskey="&FTPport.accesskey;" for="networkProxyFTP_Port"/>
|
2000-05-19 02:23:48 +00:00
|
|
|
<textfield id="networkProxyFTP_Port" pref="true" preftype="int" prefstring="network.proxy.ftp_port"
|
2000-04-25 02:17:38 +00:00
|
|
|
prefattribute="value" size="5"/>
|
|
|
|
</box>
|
2001-03-14 02:41:18 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<text class="label" value="&gopher.label;" accesskey="&gopher.accesskey;" for="networkProxyGopher"/>
|
|
|
|
<box autostretch="never">
|
|
|
|
<textfield id="networkProxyGopher" pref="true" preftype="string" prefstring="network.proxy.gopher"
|
|
|
|
prefattribute="value" flex="1"/>
|
|
|
|
<!-- gopher port doesn't have an accesskey because the window needs a redesign - bbaetz -->
|
|
|
|
<text class="label" value="&port.label;" accesskey="&gopherPort.accesskey;" for="networkProxyGopher_Port"/>
|
|
|
|
<textfield id="networkProxyGopher_Port" pref="true" preftype="int" prefstring="network.proxy.gopher_port"
|
|
|
|
prefattribute="value" size="5"/>
|
|
|
|
</box>
|
2000-04-25 02:17:38 +00:00
|
|
|
</row>
|
|
|
|
<row>
|
|
|
|
<text class="label" value="&http.label;" accesskey="&http.accesskey;" for="networkProxyHTTP"/>
|
|
|
|
<box autostretch="never">
|
|
|
|
<textfield id="networkProxyHTTP" pref="true" preftype="string" prefstring="network.proxy.http"
|
|
|
|
prefattribute="value" flex="1"/>
|
|
|
|
<text class="label" value="&port.label;" accesskey="&HTTPport.accesskey;" for="networkProxyHTTP_Port"/>
|
2000-05-19 02:23:48 +00:00
|
|
|
<textfield id="networkProxyHTTP_Port" pref="true" preftype="int" prefstring="network.proxy.http_port"
|
2000-04-25 02:17:38 +00:00
|
|
|
prefattribute="value" size="5"/>
|
|
|
|
</box>
|
|
|
|
</row>
|
2000-05-25 12:14:15 +00:00
|
|
|
<row>
|
|
|
|
<text class="label" value="&ssl.label;" accesskey="&ssl.accesskey;" for="networkProxySSL"/>
|
|
|
|
<box autostretch="never">
|
|
|
|
<textfield id="networkProxySSL" pref="true" preftype="string" prefstring="network.proxy.ssl"
|
|
|
|
prefattribute="value" flex="1"/>
|
|
|
|
<text class="label" value="&port.label;" accesskey="&SSLport.accesskey;" for="networkProxySSL_Port"/>
|
|
|
|
<textfield id="networkProxySSL_Port" pref="true" preftype="int" prefstring="network.proxy.ssl_port"
|
|
|
|
prefattribute="value" size="5"/>
|
|
|
|
</box>
|
|
|
|
</row>
|
2000-07-01 10:25:25 +00:00
|
|
|
<row>
|
|
|
|
<text class="label" value="&socks.label;" accesskey="&socks.accesskey;" for="networkProxySOCKS"/>
|
|
|
|
<box autostretch="never">
|
|
|
|
<textfield id="networkProxySOCKS" pref="true" preftype="string" prefstring="network.proxy.socks"
|
|
|
|
prefattribute="value" flex="1"/>
|
|
|
|
<text class="label" value="&port.label;" accesskey="&SOCKSport.accesskey;" for="networkProxySOCKS_Port"/>
|
|
|
|
<textfield id="networkProxySOCKS_Port" pref="true" preftype="int" prefstring="network.proxy.socks_port"
|
|
|
|
prefattribute="value" size="5"/>
|
|
|
|
</box>
|
|
|
|
</row>
|
2000-04-25 02:17:38 +00:00
|
|
|
<row>
|
|
|
|
<text class="label" value="&noproxy.label;" accesskey="&noproxy.accesskey;" for="networkProxyNone"/>
|
|
|
|
<textfield id="networkProxyNone" pref="true" preftype="string" prefstring="network.proxy.no_proxies_on"
|
|
|
|
prefattribute="value"/>
|
|
|
|
</row>
|
2000-09-15 06:23:08 +00:00
|
|
|
<row>
|
|
|
|
<spring/>
|
|
|
|
<text class="label" value="&noproxyExplain.label;" for="networkProxyNone"/>
|
|
|
|
</row>
|
2000-04-25 02:17:38 +00:00
|
|
|
</rows>
|
|
|
|
</grid>
|
2001-02-01 22:11:05 +00:00
|
|
|
<box autostretch="never">
|
|
|
|
<radio group="networkProxyType" data="2" value="&autoTypeRadio.label;" accesskey="&autoTypeRadio.accesskey;" oncommand="DoEnabling();"/>
|
|
|
|
</box>
|
2000-04-25 02:17:38 +00:00
|
|
|
<box class="indent" flex="1">
|
|
|
|
<textfield id="networkProxyAutoconfigURL" flex="1"
|
|
|
|
pref="true" preftype="string" prefstring="network.proxy.autoconfig_url"
|
2000-05-19 02:23:48 +00:00
|
|
|
prefattribute="value"/>
|
2000-04-25 02:17:38 +00:00
|
|
|
<button id="autoReload" class="dialog" value="&reload.label;" accesskey="&reload.accesskey;"/>
|
2000-01-07 06:52:11 +00:00
|
|
|
</box>
|
2000-04-25 02:17:38 +00:00
|
|
|
</radiogroup>
|
2000-02-14 01:42:09 +00:00
|
|
|
|
2000-04-25 02:17:38 +00:00
|
|
|
</titledbox>
|
1999-10-21 19:53:19 +00:00
|
|
|
|
1999-06-04 23:28:56 +00:00
|
|
|
</window>
|
1999-10-21 19:53:19 +00:00
|
|
|
|