[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - template.pt:1.22

Guido van Rossum guido@python.org
Fri, 25 Apr 2003 12:14:14 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv27726

Modified Files:
	template.pt 
Log Message:
Comment out the navigation box, until someone can fix it so that the
text doesn't spill outside the box.


=== Zope3/src/zope/app/browser/skins/rotterdam/template.pt 1.21 => 1.22 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/template.pt:1.21	Fri Apr 11 18:15:46 2003
+++ Zope3/src/zope/app/browser/skins/rotterdam/template.pt	Fri Apr 25 12:14:13 2003
@@ -27,9 +27,11 @@
     <metal:block define-slot="style_slot" />
     <metal:block define-slot="ecmascript_slot" />
 
+    <!--
     <script type="text/javascript" src="xmltree.js" 
             tal:attributes="src string:${context/++resource++xmltree.js}" >
     </script>
+    -->
 
     <link rel="icon" type="image/png"
           tal:attributes="href context/++resource++favicon.png" />
@@ -55,6 +57,7 @@
     </div>
 
     <div id="navigators">
+<!--     
       <div class="box" id="navigationTree">
         <h4>Navigation</h4>
         <div 
@@ -65,6 +68,7 @@
             >Loading...
         </div>
       </div>
+-->
 
       <div class="box" id="commonTasks"
            tal:define="view context/@@commonTasks|nothing"