Skip to content

Commit

Permalink
Reindent and remove whitespace.
Browse files Browse the repository at this point in the history
  • Loading branch information
sidnei committed Jul 6, 2004
0 parents commit 2209ae9
Showing 1 changed file with 40 additions and 0 deletions.
40 changes: 40 additions & 0 deletions configure.zcml
@@ -0,0 +1,40 @@
<zope:configure
xmlns:zope="http://namespaces.zope.org/zope"
xmlns="http://namespaces.zope.org/browser">

<skin name="Basic" layers="default" />

<page
name="standard_macros"
for="*"
class=".standardmacros.StandardMacros"
allowed_interface="zope.interface.common.mapping.IItemMapping"
permission="zope.Public" />

<page
name="view_macros"
for="*"
permission="zope.View"
template="view_macros.pt" />

<page
name="dialog_macros"
for="*"
permission="zope.View"
template="dialog_macros.pt" />

<resource
name="zopetopBasic.css"
file="zopetopbasic.css" />

<resource
name="zopetopWidgets.css"
file="zopetopwidgets.css" />

<resource
name="zopetopStructure.css"
file="zopetopstructure.css" />

<resource name="arrowUp.gif" file="arrowup.gif"/>

</zope:configure>

0 comments on commit 2209ae9

Please sign in to comment.