[Zope3-checkins] CVS: Zope3/src/zope/app/apidoc/viewmodule -
skin_layer.pt:1.2
Stephan Richter
srichter at cosmos.phy.tufts.edu
Thu Apr 15 09:24:51 EDT 2004
Update of /cvs-repository/Zope3/src/zope/app/apidoc/viewmodule
In directory cvs.zope.org:/tmp/cvs-serv9547/src/zope/app/apidoc/viewmodule
Modified Files:
skin_layer.pt
Log Message:
Give some more detailed information about this page.
Show ZCML file and line in file where the skin or layer are defined.
=== Zope3/src/zope/app/apidoc/viewmodule/skin_layer.pt 1.1 => 1.2 ===
--- Zope3/src/zope/app/apidoc/viewmodule/skin_layer.pt:1.1 Sun Mar 28 18:42:07 2004
+++ Zope3/src/zope/app/apidoc/viewmodule/skin_layer.pt Thu Apr 15 09:24:51 2004
@@ -5,6 +5,12 @@
Skins & Layers
</h1>
+ <p>In the small tree below you see a listing of all the available Zope 3
+ skins (large bold font) and the layers (small bold font) for each
+ skin. Below each entry you see some documentation that was registered. In
+ the case of global skins and layers, the documentation shows the file and
+ the line number in which the skin or layer was declared.</p>
+
<h2 class="details-section">Skin-Layer Tree</h2>
<table width="100%" border="0">
@@ -16,13 +22,23 @@
'border-left: 2pt solid black'">
<div class="indent" tal:repeat="skin column">
- <h3 tal:content="skin/name">rotterdam</h3>
-
+ <h3 style="padding-bottom: 0; margin-bottom: 0;">
+ <span tal:content="skin/name">Rotterdam</span>
+ <i style="font-weight: normal"
+ tal:condition="skin/default">(default)</i>
+ </h3>
+ <div class="small">
+ <i tal:content="skin/doc">Skin Doc</i>
+ </div>
+
<div class="indent">
<ul>
- <li tal:repeat="layer skin/layers"
- tal:content="layer">
- default
+ <li tal:repeat="layer skin/layers">
+ <b tal:content="layer/name">default</b>
+ <br />
+ <span class="small">
+ <i tal:content="layer/doc">Layer Doc</i>
+ </span>
</li>
</ul>
</div>
More information about the Zope3-Checkins
mailing list