summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/HTML/Smarty/templates/PradoSoft/templates/basicindex.tpl
blob: 37e94343c277d02e94e0de9e249c4ff1e72642b0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{section name=letter loop=$letters}
	[ <a href="{$indexname}.html#{$letters[letter].letter}">{$letters[letter].letter}</a> ]
{/section}

{section name=index loop=$index}
  <hr />
	<a name="{$index[index].letter}"></a>
	<div>
		<h2>{$index[index].letter}</h2>
		<dl>
			{section name=contents loop=$index[index].index}
				<dt><b>{$index[index].index[contents].name}</b></dt>
				<dd>{$index[index].index[contents].listing}</dd>
			{/section}
		</dl>
	</div>
	<a href="{$indexname}.html#top">top</a><br>
{/section}