[Zope-CVS] CVS: Packages/Moztop/moztop/content/ContentObjects/Folder - Content.xul:1.1 MetaData.xul:1.1 Preview.xul:1.1 Security.xul:1.1 ContentOverlay.xul:NONE ViewsOverlay.xul:NONE

Stephan Richter srichter@cbu.edu
Wed, 15 Jan 2003 08:53:08 -0500


Update of /cvs-repository/Packages/Moztop/moztop/content/ContentObjects/Folder
In directory cvs.zope.org:/tmp/cvs-serv6871/moztop/content/ContentObjects/Folder

Added Files:
	Content.xul MetaData.xul Preview.xul Security.xul 
Removed Files:
	ContentOverlay.xul ViewsOverlay.xul 
Log Message:
Now the Content Object views are generated and XUL is loaded from the 
correct location. This makes the entire subtabs mechanism somewht flexible 
and dynamic.

However, we might change this to use RDF later on!


=== Added File Packages/Moztop/moztop/content/ContentObjects/Folder/Content.xul ===
<?xml version="1.0"?>

<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="chrome://moztop/skin" type="text/css"?>

<window
   xmlns = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

    <label value="Content" />
    <image src="chrome://moztop/content/moztop.png" />

</window>

=== Added File Packages/Moztop/moztop/content/ContentObjects/Folder/MetaData.xul ===
<?xml version="1.0"?>

<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="chrome://moztop/skin" type="text/css"?>

<window
   xmlns = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

    <label value="Meta Data" />
    <image src="chrome://moztop/content/moztop.png" />

</window>

=== Added File Packages/Moztop/moztop/content/ContentObjects/Folder/Preview.xul ===
<?xml version="1.0"?>

<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="chrome://moztop/skin" type="text/css"?>

<window
   xmlns = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

    <label value="Preview" />
    <image src="chrome://moztop/content/moztop.png" />

</window>

=== Added File Packages/Moztop/moztop/content/ContentObjects/Folder/Security.xul ===
<?xml version="1.0"?>

<?xml-stylesheet href="chrome://global/skin" type="text/css"?>
<?xml-stylesheet href="chrome://moztop/skin" type="text/css"?>

<window
   xmlns = "http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">

    <label value="Security" />
    <image src="chrome://moztop/content/moztop.png" />

</window>
=== Removed File Packages/Moztop/moztop/content/ContentObjects/Folder/ContentOverlay.xul ===

=== Removed File Packages/Moztop/moztop/content/ContentObjects/Folder/ViewsOverlay.xul ===