slamm%netscape.com 83fe0ea4c2 Use chrome url for sidebar contents
git-svn-id: svn://10.0.0.236/trunk@42040 18797224-902f-48f8-a5cc-f745e15eee43
1999-08-03 22:35:45 +00:00

24 lines
944 B
XML

<?xml version="1.0"?>
<?xml-stylesheet href="chrome://global/skin/" type="text/css"?>
<?xml-stylesheet href="chrome://navigator/skin/contentframe.css" type="text/css"?>
<!DOCTYPE window>
<window style="height:100%;width:100%"
xmlns:html="http://www.w3.org/TR/REC-html40"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"
onload="init_sidebar('browser',
'chrome://sidebar/content/sidebar-browser.xul',
170);" align="horizontal">
<html:script src="contentframe.js" />
<html:iframe id="sidebarframe" class="sidebarframe" src="about:blank" />
<titledbutton id="grippy" class="grippy" onclick="toggle_open_close();"/>
<!-- type attribute is used by frame construction to locate iframes
intended to hold (html) content -->
<!-- id's use is a mystery -->
<html:iframe type="content-primary" id="content" src="about:blank" flex="100%" />
</window>