| 1 |
lars |
1 |
{section name=letter loop=$letters}
|
|
|
2 |
<a href="{$indexname}.html#{$letters[letter].letter}">{$letters[letter].letter}</a>
|
|
|
3 |
{/section}
|
|
|
4 |
<table>
|
|
|
5 |
{section name=index loop=$index}
|
|
|
6 |
<tr><td colspan = "2"><a name="{$index[index].letter}"> </a>
|
|
|
7 |
<a href="#top">top</a><br>
|
|
|
8 |
<TABLE CELLPADDING='3' CELLSPACING='0' WIDTH='100%' CLASS="border">
|
|
|
9 |
<TR CLASS='TableHeadingColor'>
|
|
|
10 |
<TD>
|
|
|
11 |
<FONT SIZE='+2'><B>{$index[index].letter}</B></FONT>
|
|
|
12 |
</TD>
|
|
|
13 |
</TR>
|
|
|
14 |
</TABLE>
|
|
|
15 |
</td></tr>
|
|
|
16 |
{section name=contents loop=$index[index].index}
|
|
|
17 |
<tr><td><b>{$index[index].index[contents].name}</b></td><td width="100%" align="left" valign="top">{$index[index].index[contents].listing}</td></tr>
|
|
|
18 |
{/section}
|
|
|
19 |
{/section}
|
|
|
20 |
</table>
|
|
|
21 |
|