[Zope-Checkins] CVS: Zope2 - index_html.dtml:1.1.2.3 sys_index.dtml:1.1.2.3
Michel Pelletier
michel@digicool.com
Thu, 17 May 2001 20:43:18 -0400 (EDT)
Update of /cvs-repository/Zope2/lib/python/HelpSys/dtml
In directory korak.digicool.com:/tmp/cvs-serv17403/lib/python/HelpSys/dtml
Modified Files:
Tag: APIDocs-branch
index_html.dtml sys_index.dtml
Log Message:
support for deep documenation
--- Updated File index_html.dtml in package Zope2 --
--- index_html.dtml 2001/05/17 22:15:53 1.1.2.2
+++ index_html.dtml 2001/05/18 00:43:17 1.1.2.3
@@ -8,13 +8,21 @@
<dtml-var sequence-item></a><dtml-unless sequence-last>,</dtml-unless> </dtml-in>
</dtml-if>
-
<p>This Product defines the following Help Topics:</p>
<ul>
- <dtml-in "searchResults()">
+ <dtml-in "objectValues('Help Topic')">
<li><a href="<dtml-var url url_quote>"><dtml-var title_or_id></a>
</li>
</dtml-in>
</ul>
+
+<p>This Product defines the following sub-Topics:
+ <ul>
+ <dtml-in "objectValues('Product Help')">
+ <li><a href="<dtml-var absolute_url>"><dtml-var title_or_id></a>
+ </li>
+ </dtml-in>
+ </ul>
+
<dtml-var standard_html_footer>
--- Updated File sys_index.dtml in package Zope2 --
--- sys_index.dtml 2001/05/17 22:15:53 1.1.2.2
+++ sys_index.dtml 2001/05/18 00:43:17 1.1.2.3
@@ -14,8 +14,8 @@
<p>Locally Installed Products</p>
<ul>
<dtml-in helpValues>
- <li><a href="<dtml-var absolute_url>"><img src="<dtml-var icon>"
- border=0> <dtml-var title_or_id></a></li>
+ <li><img src="<dtml-var icon>" border=0>
+ <a href="<dtml-var absolute_url>"> <dtml-var title_or_id></a></li>
</dtml-in>
</ul>
@@ -23,8 +23,8 @@
<ul>
<dtml-in objectValues>
- <li><a href="<dtml-var absolute_url>"><img src="<dtml-var icon>"
- border=0> <dtml-var title_or_id></a></li>
+ <li><img src="<dtml-var icon>" border=0>
+ <a href="<dtml-var absolute_url>"> <dtml-var title_or_id></a></li>
</dtml-in>
</ul>