home *** CD-ROM | disk | FTP | other *** search
/ PC World 2007 March / PCWorld_2007-03_cd.bin / komunikace / nvu / nvu-1.0-cs-CZ.win32.installer.exe / chrome / pippki.jar / content / pippki / pref-ciphers.xul < prev    next >
Extensible Markup Language  |  2003-01-06  |  3KB  |  79 lines

  1. <?xml version="1.0"?>
  2. <!-- ***** BEGIN LICENSE BLOCK *****
  3.    - Version: MPL 1.1/GPL 2.0/LGPL 2.1
  4.    -
  5.    - The contents of this file are subject to the Mozilla Public License Version
  6.    - 1.1 (the "License"); you may not use this file except in compliance with
  7.    - the License. You may obtain a copy of the License at
  8.    - http://www.mozilla.org/MPL/
  9.    -
  10.    - Software distributed under the License is distributed on an "AS IS" basis,
  11.    - WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
  12.    - for the specific language governing rights and limitations under the
  13.    - License.
  14.    -
  15.    - The Original Code is Mozilla Communicator
  16.    -
  17.    - The Initial Developer of the Original Code is
  18.    - Netscape Communications Corp..
  19.    - Portions created by the Initial Developer are Copyright (C) 2001
  20.    - the Initial Developer. All Rights Reserved.
  21.    -
  22.    - Contributor(s):
  23.    -   Terry Hayes <thayes@netscape.com>
  24.    -   Kai Engert <kaie@netscape.com>
  25.    -
  26.    - Alternatively, the contents of this file may be used under the terms of
  27.    - either the GNU General Public License Version 2 or later (the "GPL"), or
  28.    - the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
  29.    - in which case the provisions of the GPL or the LGPL are applicable instead
  30.    - of those above. If you wish to allow use of your version of this file only
  31.    - under the terms of either the GPL or the LGPL, and not to allow others to
  32.    - use your version of this file under the terms of the MPL, indicate your
  33.    - decision by deleting the provisions above and replace them with the notice
  34.    - and other provisions required by the LGPL or the GPL. If you do not delete
  35.    - the provisions above, a recipient may use your version of this file under
  36.    - the terms of any one of the MPL, the GPL or the LGPL.
  37.    -
  38.    - ***** END LICENSE BLOCK ***** -->
  39.  
  40. <!DOCTYPE window SYSTEM "chrome://pippki/locale/pref-ssl.dtd">
  41.  
  42. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  43. <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
  44.  
  45. <?xul-overlay href="chrome://pippki/content/ssl2ciphers.xul"?>
  46. <?xul-overlay href="chrome://pippki/content/ssl3tlsciphers.xul"?>
  47. <?xul-overlay href="chrome://pippki/content/ssl3tlsciphers2.xul"?>
  48.  
  49. <window id="pref-ciphers" title="&cipher.title;"
  50.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"      
  51.   onload="onLoad();">
  52.  
  53.   <script type="application/x-javascript" src="chrome://help/content/contextHelp.js"/>
  54.   <script type="application/x-javascript" src="chrome://global/content/strres.js"/>
  55.   <script type="application/x-javascript" src="chrome://pippki/content/pippki.js"/>
  56.   <script type="application/x-javascript" src="chrome://pippki/content/pref-ciphers.js"/>
  57.  
  58.   <vbox flex="1">
  59.     <tabbox flex="1">
  60.       <tabs id="ciphersTabbox">
  61.         <tab id="ssl2_tab" label="&cipher.tab.ssl2;"/>
  62.         <tab id="ssl3tls_tab" label="&cipher.tab.ssl3tls;"/>
  63.         <tab id="ssl3tls_extra_tab" label="&cipher.tab.ssl3tls_extra;"/>
  64.       </tabs>
  65.       <tabpanels flex="1">
  66.         <vbox id="ssl2_ciphers" flex="1"/>
  67.         <vbox id="ssl3tls_ciphers" flex="1"/>
  68.         <vbox id="ssl3tls_extra_ciphers" flex="1"/>
  69.       </tabpanels>
  70.     </tabbox>
  71.  
  72.     <separator/>
  73.  
  74.     <keyset id="dialogKeys"/>
  75.     <hbox id="okCancelButtonsRight"/>
  76.   </vbox>
  77.  
  78. </window>
  79.