[Zope-CVS] CVS: Packages/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
Thu, 18 Apr 2002 00:56:02 -0400


Update of /cvs-repository/Packages/MoZTop/content/zopetop/Main
In directory cvs.zope.org:/tmp/cvs-serv20598/content/zopetop/Main

Added Files:
	ContentOverlay.xul MainOverlay.xul PreviewOverlay.xul 
	ShellOverlay.xul 
Log Message:
This is Scott Robertson's attempt to get a Mozilla frontend built. This 
sub-tree will be short-lived, sinc ehis code will be incorporated into the 
other one asap.


=== Added File Packages/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/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/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/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>