home *** CD-ROM | disk | FTP | other *** search
/ ftp.swcp.com / ftp.swcp.com.zip / ftp.swcp.com / mac / mozilla-macos9-1.3.1.sea.bin / Mozilla1.3.1 / Chrome / comm.jar / content / communicator / pref / pref-proxy-manual.xul < prev    next >
Extensible Markup Language  |  2003-06-08  |  4KB  |  131 lines

  1. <?xml version="1.0"?> 
  2. <!--
  3.    The contents of this file are subject to the Netscape Public
  4.    License Version 1.1 (the "License"); you may not use this file
  5.    except in compliance with the License. You may obtain a copy of
  6.    the License at http://www.mozilla.org/NPL/
  7.     
  8.    Software distributed under the License is distributed on an "AS
  9.    IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
  10.    implied. See the License for the specific language governing
  11.    rights and limitations under the License.
  12.     
  13.    The Original Code is Mozilla Communicator client code, released
  14.    March 31, 1998.
  15.    
  16.    The Initial Developer of the Original Code is Netscape
  17.    Communications Corporation. Portions created by Netscape are
  18.    Copyright (C) 1998-1999 Netscape Communications Corporation. All
  19.    Rights Reserved.
  20.    
  21.    Contributor(s): 
  22.   -->
  23.  
  24. <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
  25. <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
  26.  
  27. <!DOCTYPE window [
  28. <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
  29. %brandDTD;
  30. <!ENTITY % proxyDTD SYSTEM "chrome://communicator/locale/pref/pref-proxy-manual.dtd" >
  31. %proxyDTD;
  32. ]>
  33.  
  34. <window xmlns:html="http://www.w3.org/1999/xhtml"
  35.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  36.         title="&window.title;"
  37.         class="dialog"
  38.         onload="if( parent.handle ) parent.handle.onpageload( 'pref-proxy-manual' ); else parent.queuedTag = 'pref-proxy-manual';">
  39.  
  40. <keyset id="dialogKeys"/>
  41.  
  42. <html:div flex="100%">
  43. <vbox>
  44.     <hbox>
  45.         <html:div>
  46.         &intro.label;
  47.         </html:div>
  48.     </hbox>
  49.     <hbox>
  50.         <html:div>
  51.         &ftp.label;
  52.         </html:div>
  53.         <html:input name="ftpproxy" type="text" id="networkProxyHTTP"
  54.                 pref="true" preftype="string" prefstring="network.proxy.http" size="30"/>
  55.         <spacer flex="100%"/>
  56.         <html:div>
  57.         &port.label;
  58.         </html:div>
  59.         <html:input name="ftpproxyport" type="text" id="networkProxyHTTPPort"
  60.                 pref="true" preftype="string" prefstring="network.proxy.http_port" size="5"/>
  61.     </hbox>
  62.     <hbox>
  63.         <html:div>
  64.         &gopher.label;
  65.         </html:div>
  66.         <html:input name="gopherproxy" type="text" id="networkProxyGopher"
  67.                 pref="true" preftype="string" prefstring="network.proxy.gopher" size="30"/>
  68.         <spacer flex="100%"/>
  69.         <html:div>
  70.         &port.label;
  71.         </html:div>
  72.         <html:input name="gopherproxyport" type="text" id="networkProxyGopherPort"
  73.                 pref="true" preftype="string" prefstring="network.proxy.gopher_port" size="5"/>
  74.     </hbox>
  75.     <hbox>
  76.         <html:div>
  77.         &http.label;
  78.         </html:div>
  79.         <html:input name="httpproxy" type="text" id="networkProxyHTTP"
  80.                 pref="true" preftype="string" prefstring="network.proxy.http" size="30"/>
  81.         <spacer flex="100%"/>
  82.         <html:div>
  83.         &port.label;
  84.         </html:div>
  85.         <html:input name="httpproxyport" type="text" id="networkProxyHTTPPort"
  86.                 pref="true" preftype="string" prefstring="network.proxy.http_port" size="5"/>
  87.     </hbox>
  88.     <hbox>
  89.         <html:div>
  90.         &wais.label;
  91.         </html:div>
  92.         <html:input name="waisproxy" type="text" id="networkProxyWAIS"
  93.                 pref="true" preftype="string" prefstring="network.proxy.wais" size="30"/>
  94.         <spacer flex="100%"/>
  95.         <html:div>
  96.         &port.label;
  97.         </html:div>
  98.         <html:input name="waisproxyport" type="text" id="networkProxyWAISPort"
  99.                 pref="true" preftype="string" prefstring="network.proxy.wais_port" size="5"/>
  100.     </hbox>
  101.     <hbox>
  102.         <html:div>
  103.         &direct.label;
  104.         </html:div>
  105.     </hbox>
  106.     <hbox>
  107.         <html:div>
  108.         &noproxy.label;
  109.         </html:div>
  110.         <html:input name="noproxy" type="text" id="networProxyNone"
  111.                 pref="true" preftype="string" prefstring="network.proxy.none" size="60"/>
  112.     </hbox>
  113.     <hbox>
  114.         <html:div>
  115.         &sockhost.label;
  116.         </html:div>
  117.         <html:input name="sockshost" type="text" id="networkSocksHost"
  118.                 pref="true" preftype="string" prefstring="network.socks.host" size="30"/>
  119.         <spacer flex="100%"/>
  120.         <html:div>
  121.         &port.label;
  122.         </html:div>
  123.         <html:input name="socksport" type="text" id="networkSocksPort"
  124.                 pref="true" preftype="string" prefstring="network.socks.port" size="5"/>
  125.     </hbox>
  126.     <hbox id="okCancelButtons"/>
  127. </vbox>
  128. </html:div>
  129.  
  130. </window>
  131.