[Zope3-checkins] CVS: Zope3/src/zope/app/browser/skins/rotterdam - template.pt:1.25
Tres Seaver
tseaver@zope.com
Thu, 1 May 2003 14:29:37 -0400
Update of /cvs-repository/Zope3/src/zope/app/browser/skins/rotterdam
In directory cvs.zope.org:/tmp/cvs-serv20256/src/zope/app/browser/skins/rotterdam
Modified Files:
template.pt
Log Message:
- Uncomment the XML navigation tree, because that change stripped out
essential functionality on purely esthetic grounds:
o The XML tree is the only reasonable navigation device for
the Zope3 UI. Requiring people to type ".../++foo++..." URLS
is a *way* bigger usability hit than the bleed-throughs.
o The tree provided the only canonical means of triggering
authentication. Requiring the user to edit the URL (adding
'/@@manage' in this case) is again a huge usability hit.
=== Zope3/src/zope/app/browser/skins/rotterdam/template.pt 1.24 => 1.25 ===
--- Zope3/src/zope/app/browser/skins/rotterdam/template.pt:1.24 Fri Apr 25 12:20:17 2003
+++ Zope3/src/zope/app/browser/skins/rotterdam/template.pt Thu May 1 14:29:36 2003
@@ -27,11 +27,11 @@
<metal:block define-slot="style_slot" />
<metal:block define-slot="ecmascript_slot" />
- <!--
+ <!-- Ugly is better than lobotomized.
+ -->
<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" />
@@ -57,7 +57,9 @@
</div>
<div id="navigators">
-<!--
+
+ <!-- Ugly is better than lobotomized.
+ -->
<div class="box" id="navigationTree">
<h4>Navigation</h4>
<div
@@ -68,7 +70,6 @@
>Loading...
</div>
</div>
--->
<div class="box" id="commonTasks"
tal:define="view context/@@commonTasks|nothing"