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 / timebomb / warn.xul < prev   
Extensible Markup Language  |  2003-06-08  |  1KB  |  45 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.
  14.  
  15. The Initial Developer of the Original Code is Netscape
  16. Communications Corporation. Portions created by Netscape are
  17. Copyright (C) 1998-1999 Netscape Communications Corporation. All
  18. Rights Reserved.
  19.  
  20. Contributor(s): 
  21.    Doug Turner (dougt@netscape.com)
  22. -->
  23.  
  24. <?xml-stylesheet href="chrome://global/skin/global.css" type="text/css"?> 
  25. <!DOCTYPE dialog [
  26. <!ENTITY % commRegionDTD SYSTEM "chrome://communicator-region/locale/region.dtd" >
  27. %commRegionDTD;
  28. <!ENTITY % timebombDTD SYSTEM "chrome://communicator/locale/timebomb/timebomb.dtd">
  29. %timebombDTD;
  30. ]>
  31.  
  32. <dialog  title="&title.label;" 
  33.          id="timebomb-window" 
  34.          xmlns:html="http://www.w3.org/1999/xhtml"
  35.          xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  36.          buttons="accept"
  37.          ondialogaccept="window.close()"> 
  38.  
  39.     <vbox>
  40.        <description flex="1">&warnText.label;</description>
  41.     </vbox>
  42.  
  43. </dialog>
  44.  
  45.