home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2005 December
/
PCWorld_2005-12_cd.bin
/
komunikace
/
netscape
/
nsb-install-8-0.exe
/
chrome
/
browser.jar
/
content
/
browser
/
splashscreen.xul
< prev
next >
Wrap
Extensible Markup Language
|
2005-09-26
|
493b
|
14 lines
<?xml version="1.0"?>
<?xml-stylesheet href="chrome://browser/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://browser/content/browser.css" type="text/css"?>
<window id="splashscreen"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="Startup();"
hidechrome="true"
style="width: 573px;height: 183px;">
<script type="application/x-javascript" src="chrome://browser/content/splashscreen.js"/>
<image id="splashimg1"/>
</window>