home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 May / PCWorld_2003-05_cd.bin / Komunik / phoenix / chrome / pippki.jar / content / pippki / createCertInfo.xul < prev    next >
Extensible Markup Language  |  2002-02-25  |  1KB  |  38 lines

  1. <?xml version="1.0"?>
  2. <!--
  3.    - The contents of this file are subject to the Mozilla 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/MPL/
  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.  
  14. <?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
  15.  
  16. <!DOCTYPE window SYSTEM "chrome://pippki/locale/pippki.dtd">
  17.  
  18. <window
  19.   id="domainMismatch" title="&createCertInfo.title;"
  20.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"      
  21.   onload="onLoad();"
  22.   onclose="onClose();"
  23. >
  24. <script type="application/x-javascript" src="chrome://global/content/strres.js" />
  25. <script type="application/x-javascript" src="pippki.js" />
  26. <script type="application/x-javascript" src="createCertInfo.js" />
  27. <script type="application/x-javascript" src="chrome://help/content/contextHelp.js" />
  28.  
  29. <vbox style="margin: 5px; max-width: 50em;">
  30.  
  31.   <description>&createCertInfo.msg1;</description>
  32.   <separator/>
  33.   <description style="font-weight: bold; text-align: center; text-decoration: blink;">&createCertInfo.msg2;</description>
  34.   <separator/>
  35.  
  36. </vbox>
  37. </window>
  38.