Details |
Letzte Änderung |
Log anzeigen
| RSS feed
| Revision |
Autor |
Zeilennr. |
Zeile |
| 1 |
lars |
1 |
<pdffunction:ezInsertMode arg="0" />
|
|
|
2 |
<newpage />
|
|
|
3 |
<text size="26" justification="centre"><C:rf:1Index>Index
|
|
|
4 |
</text>
|
|
|
5 |
{foreach item="contents" key="letter" from=$indexcontents}
|
|
|
6 |
<text size="26"><C:IndexLetter:{$letter}></text>
|
|
|
7 |
{foreach item="arr" from=$contents}
|
|
|
8 |
<text size="11" aright="520"><c:ilink:toc{$arr[3]}>{$arr[0]}</c:ilink><C:dots:4{$arr[2]}></text>
|
|
|
9 |
{if $arr[1]}
|
|
|
10 |
<text size="11" left="50"><i>{$arr[1]}</i></text>
|
|
|
11 |
{/if}
|
|
|
12 |
{/foreach}
|
|
|
13 |
{/foreach}
|
|
|
14 |
|