[Zope3-checkins] CVS: Zope3/lib/python/Zope/App/ZMI/Browser/ZopeTop - configure.zcml:1.5

Shane Hathaway shane@zope.com
Wed, 20 Nov 2002 16:27:21 -0500


Update of /cvs-repository/Zope3/lib/python/Zope/App/ZMI/Browser/ZopeTop
In directory cvs.zope.org:/tmp/cvs-serv4293

Modified Files:
	configure.zcml 
Log Message:
Mangled ZopeTop to express some ideas. :-)

Reduced the purpleness, added more boxes, and integrated pdlib into the UI.
Now you can drag boxes around the screen, though the positions don't stick
between requests.

Now it's too busy and still too purple, but at least this is demo-able.


=== Zope3/lib/python/Zope/App/ZMI/Browser/ZopeTop/configure.zcml 1.4 => 1.5 ===
--- Zope3/lib/python/Zope/App/ZMI/Browser/ZopeTop/configure.zcml:1.4	Thu Oct 31 08:19:17 2002
+++ Zope3/lib/python/Zope/App/ZMI/Browser/ZopeTop/configure.zcml	Wed Nov 20 16:27:20 2002
@@ -31,6 +31,14 @@
                 template="www/dialog_macros.pt"
                 layer="templates" />
 
+  <browser:resource name="pdlib.js" 
+               	file="www/pdlib.js"
+		layer="templates" />
+
+  <browser:resource name="zopetop_scripts.js" 
+               	file="www/zopetop_scripts.js"
+		layer="templates" />
+
   <browser:resource name="zopetopBasic.css" 
                	file="www/zopetopBasic.css"
 		layer="css" />
@@ -49,10 +57,10 @@
   <browser:resource name="zope3logo.jpg" 
 		file="www/zope3logo.jpg"
 		layer="images" />
-  <browser:resource name="bg_top.jpg" 
+  <browser:resource name="bg_top.jpg"
 		file="www/bg_top.jpg"
 		layer="images" />
-  <browser:resource name="bg_bar.jpg" 
+  <browser:resource name="bg_bar.jpg"
 		file="www/bg_bar.jpg"
 		layer="images" />
   <browser:resource name="closed_folder.gif"