24 lines
944 B
XML
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>
|