[Zope-CVS] CVS: ZopeProducts/RotterdamSprint - configure.zcml:1.4
Jan-Wijbrand Kolman
jw@infrae.com
Wed, 4 Dec 2002 04:25:37 -0500
Update of /cvs-repository/ZopeProducts/RotterdamSprint
In directory cvs.zope.org:/tmp/cvs-serv8490
Modified Files:
configure.zcml
Log Message:
applied ZCMLStyleGuide conventions
=== ZopeProducts/RotterdamSprint/configure.zcml 1.3 => 1.4 ===
--- ZopeProducts/RotterdamSprint/configure.zcml:1.3 Tue Dec 3 08:42:03 2002
+++ ZopeProducts/RotterdamSprint/configure.zcml Wed Dec 4 04:25:36 2002
@@ -1,21 +1,15 @@
<zopeConfigure
- xmlns='http://namespaces.zope.org/zope'
- xmlns:browser='http://namespaces.zope.org/browser' >
+ xmlns='http://namespaces.zope.org/zope'
+ xmlns:browser='http://namespaces.zope.org/browser'
+>
- <!-- browser:menu
- id="zmi_views"
- title="Menu for displaying alternate representations
- of an object" /-->
+<browser:skin
+ name="Rotterdam" layers="rotterdam default" />
- <browser:skin
- name="Rotterdam"
- layers="rotterdam default" />
+<browser:resource
+ name="zope3.css" file="zope3.css" layer="rotterdam" />
- <browser:resource name="zope3.css"
- file="zope3.css"
- layer="rotterdam" />
-
- <browser:view
+<browser:view
name="template"
permission="Zope.View"
template="template.pt"