{packagename} -- Package this index represents
{classtreepage} -- filename of class trees for this package
{elementindex} -- filename of alphabetical element index for this package
{packagedoc} -- link to package-level docs, if found, otherwise an empty string
{phpdoc} -- phpDocumentor version
<nonclass loop>{link} -- link to a procedural pages' documentation<class loop>
{title} -- what to display in the link{link} -- link to a class's documentation<subpackages loop>
{title} -- name of the class{subpackage} -- name of the subpackage
<procedural loop>{link} -- link to a procedural pages' documentation<classes loop>
{title} -- what to display in the link{link} -- link to a class's documentation
{title} -- name of the classIndex for a package and all of its subpackages
<include filename="pagetop.inc.html"/>
Package:
<h3>{packagename}</h3>
<a href='{classtreepage}.html' target='right'>Class Trees</a><br>
<a href='{elementindex}.html' target='right'>Alphabetical Element Index</a><br>
{packagedoc}
<dl>
<dt>Files</dt>
<loop name="nonclass">
<dd><a href='{link}' target='right'>{title}</a></dd>
</loop name="nonclass">
<dt>Classes</dt>
<loop name="class">
<dd><a href='{link}' target='right'>{title}</a></dd>
</loop name="class">
<loop name="subpackages">
<dt><b>{subpackage}</b></dt>
Files<br>
<loop name="procedural">
<a href='{link}' target='right'>{title}</a><br>
</loop name="procedural">
Classes<br>
<loop name="classes">
<a href='{link}' target='right'>{title}</a><br>
</loop name="classes">
</loop name="subpackages">
</dl>
<font size="-1">generated by phpDocumentor version <b>{phpdocversion}</b><br>
<a href="{phpdocwebsite}" target="right">phpDocumentor website</a><br></font>
</BODY>
</HTML>
Prev | Home | Next |
packages.html template file | Up | elementindex.html template file |
Template Documentation written by Gregory Beaver <cellog@users.sourceforge.net> and Joshua Eichorn <jeichorn@phpdoc.org>
Copyright © 2002, Gregory Beaver, Joshua Eichorn