[Zope-Checkins] CVS: Zope2 - index_html.dtml:1.1.2.2 sys_index.dtml:1.1.2.2

Michel Pelletier michel@digicool.com
Thu, 17 May 2001 18:15:53 -0400 (EDT)


Update of /cvs-repository/Zope2/lib/python/HelpSys/dtml
In directory korak.digicool.com:/tmp/cvs-serv16980

Modified Files:
      Tag: APIDocs-branch
	index_html.dtml sys_index.dtml 
Log Message:
cleaned up interface


--- Updated File index_html.dtml in package Zope2 --
--- index_html.dtml	2001/05/17 15:59:42	1.1.2.1
+++ index_html.dtml	2001/05/17 22:15:53	1.1.2.2
@@ -1,16 +1,19 @@
 <dtml-var standard_html_header>
 
-<h1><dtml-var title> for Product: <dtml-var "PARENTS[1].getId()"></h1>
+<h1>Help for Product: <dtml-var title></h1>
 
-<p>This Product defines the following Help Topics (in the following categories):</p>
+<dtml-if categories>
+<p>This Product defines the following categories:</p>
+<p> <dtml-in categories> <a href=".?categories=<dtml-var sequence-item html_quote>">
+<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()">
-    <li><a href="<dtml-var url url_quote>"><dtml-var title_or_id></a> <dtml-if
-  categories> (
-      <dtml-in categories> <a href=".?categories=<dtml-var
-  sequence-item html_quote>"><dtml-var sequence-item></a><dtml-unless  sequence-last>,</dtml-unless> </dtml-in> )</dtml-if>
-
-  </li>
+    <li><a href="<dtml-var url url_quote>"><dtml-var title_or_id></a> 
+    </li>
   </dtml-in>
   </ul>
 

--- Updated File sys_index.dtml in package Zope2 --
--- sys_index.dtml	2001/05/17 15:59:42	1.1.2.1
+++ sys_index.dtml	2001/05/17 22:15:53	1.1.2.2
@@ -9,8 +9,9 @@
 <a href="adv_search">Advanced...</a>
 </form>
 
-<h4>Locally Installed Products</h4>
+<h4>User Documentation</h4>
 
+<p>Locally Installed Products</p>
 <ul>
   <dtml-in helpValues>
     <li><a href="<dtml-var absolute_url>"><img src="<dtml-var icon>"
@@ -18,7 +19,7 @@
   </dtml-in>
 </ul>
 
-<h4>Local Framework Components</h4>
+<h4>Developer Documentation</h4>
 
 <ul>
   <dtml-in objectValues>