packages.html

Template variables required by this page:

<packages loop>
{link} -- link to a package
{title} -- title of a package

List of all packages in that are documented

Example:

<include filename="pagetop.inc.html"/>
<h3>Packages</h3>
<p>
<loop name="packages">
   <a href='{link}' target='left_bottom'>{title}</a><br>
</loop name="packages">
</p>
</BODY>
</HTML>