pkgelementindex.html

REQUIRED Template File

Template variables required by this page:

{letter} -- target name
<packageindexes loop>
{package} -- Name of seperate packages in the index
<letters loop>
{letter} -- Link to section of the docs
<pindex loop>
{letter} -- Target for this section of the docs
<index loop>
{listing} -- Element description and link

An index of every element in a package grouped alphabetically

Example:

<include filename="pagetop.inc.html"/>


<!-- Start of Class Data -->
<a name="{letter}">  </a>
<H2>
   Element Index, Package {package}
</H2>
<b>Index of all elements:</b><br>
<a href="elementindex.html">Element Index</a><br>
<b>Indexes by package:</b><br>
<loop name="packageindexes">
<a href="elementindex_{package}.html">{package}</a><br>
</loop name="packageindexes">
<br>
<br>
<loop name="letters"><a href="#{letter}">{letter}</a> </loop name="letters"><br>

<TABLE BORDER='1' CELLPADDING='3' CELLSPACING='0' WIDTH='100%'>
   <TR BGCOLOR="#FF6633" CLASS='TableHeadingColor' bordercolor=".">
      <TD>
         <FONT SIZE='+2'>Package {package}</FONT>
      </TD>
   </TR>
</TABLE>
<loop name="pindex">
<a name="{letter}">  </a>
<a href="#top">top</a><br>
<TABLE BORDER='1' CELLPADDING='3' CELLSPACING='0' WIDTH='100%'>
   <TR BGCOLOR='#CCCCFF' CLASS='TableHeadingColor'>
      <TD>
         <FONT SIZE='+2'><B>{letter}</B></FONT>
      </TD>
   </TR>
</TABLE>
<blockquote>
   <loop name="index">
   {listing}<br>
   </loop name="index">
</blockquote>
</loop name="pindex">
</HTML>