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 / profile / deleteProfile.xul < prev    next >
Extensible Markup Language  |  2003-06-08  |  1KB  |  37 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://communicator/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://communicator/skin/profile/profile.css" type="text/css"?>
  4. <?xul-overlay href="chrome://global/content/dialogOverlay.xul"?>
  5.  
  6. <!DOCTYPE window [
  7. <!ENTITY % brandDTD SYSTEM "chrome://global/locale/brand.dtd" >
  8. %brandDTD;
  9. <!ENTITY % deleteProfileDTD SYSTEM "chrome://communicator/locale/profile/profileManagerDelete.dtd" >
  10. %deleteProfileDTD;
  11. ]>
  12.  
  13. <window
  14.   xmlns:html="http://www.w3.org/1999/xhtml"
  15.   xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
  16.   xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  17.   class="dialog"
  18.   style="width: 35em;"
  19.   title="&title;"
  20.   onload="Startup();">
  21.  
  22.   <stringbundle id="bundle_profileManager"
  23.                 src="chrome://communicator/locale/profile/profileManager.properties"/>
  24.   <script type="application/x-javascript"
  25.           src="chrome://communicator/content/profile/deleteProfile.js"/>
  26.  
  27.   <keyset id="keyset"/>
  28.   
  29.   <vbox flex="1">
  30.     <description>&intro;</description> 
  31.     <description>&question;</description> 
  32.     <separator/>
  33.     <hbox id="okCancelButtonsRight" class="Button1"/>
  34.   </vbox>
  35.  
  36. </window>
  37.