[Zope-CVS] CVS: Packages/MoZTop/moztop/content/zopetop/Main - ContentOverlay.xul:1.1 MainOverlay.xul:1.1 PreviewOverlay.xul:1.1 ShellOverlay.xul:1.1
Stephan Richter
srichter@cbu.edu
Wed, 8 Jan 2003 14:01:49 -0500
Update of /cvs-repository/Packages/MoZTop/moztop/content/zopetop/Main
In directory cvs.zope.org:/tmp/cvs-serv26830/moztop/content/zopetop/Main
Added Files:
ContentOverlay.xul MainOverlay.xul PreviewOverlay.xul
ShellOverlay.xul
Log Message:
Moved things around to allow for a better build process.
First untested commit of the install.js file, which manages the install and
a Makefile, so building the XPI is simpler.
=== Added File Packages/MoZTop/moztop/content/zopetop/Main/ContentOverlay.xul ===
<?xml version="1.0"?>
<overlay id="ContentOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<box id="content">
</box>
</overlay>
=== Added File Packages/MoZTop/moztop/content/zopetop/Main/MainOverlay.xul ===
<?xml version="1.0"?>
<?xul-overlay href="chrome://zopetop/content/ContentObjects/Folder/ContentOverlay.xul"?>
<?xul-overlay href="chrome://zopetop/content/Main/ShellOverlay.xul"?>
<?xul-overlay href="chrome://zopetop/content/Main/PreviewOverlay.xul"?>
<overlay id="MainOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<box id="main" flex="10"/>
<spacer flex="1"/>
<box id="ActiveObjectsPanel"
orient="horizontal"
style="border: 1px solid black;">
<spring flex="100%"/>
</box>
</overlay>
=== Added File Packages/MoZTop/moztop/content/zopetop/Main/PreviewOverlay.xul ===
<?xml version="1.0"?>
<overlay id="PreviewOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<iframe id="preview" height="20" src="http://www.zope.org" flex="1"/>
</overlay>
=== Added File Packages/MoZTop/moztop/content/zopetop/Main/ShellOverlay.xul ===
<?xml version="1.0"?>
<overlay id="ShellOverlay"
xmlns="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">
<box id="shell"
orient="vertical">
<label>This is a Zope shell that allows you to manipulate Zope obejcts quickly via a
command prompt</label>
<editor type="content-primary" id="shell-textarea" flex="1"
style="width: 300px"/>
</box>
</overlay>