home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2005 October / Gamestar_77_2005-10_dvd.iso / Programy / nsb-install-8-0.exe / chrome / browser.jar / content / browser / splashscreen.xul < prev    next >
Encoding:
Extensible Markup Language  |  2005-07-29  |  493 b   |  14 lines

  1. <?xml version="1.0"?>
  2. <?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
  3. <?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?> 
  4.  
  5. <window id="splashscreen"
  6.         xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
  7.         onload="Startup();"
  8.         hidechrome="true"
  9.         style="width: 573px;height: 183px;">
  10.  
  11.     <script type="application/x-javascript" src="chrome://browser/content/splashscreen.js"/>
  12.  
  13.     <image id="splashimg1"/>
  14. </window>