Welcome to mirror list, hosted at ThFree Co, Russian Federation.

toc.tpl « templates « default « templates « default « PDF « Converters « phpDocumentor « PhpDocumentor-1.3.2 « libs - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e632ad1601cdf433d6bf1c00afb324da3a0f8106 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
<pdffunction:ezStopPageNumbers arg="1" arg="1" />
<pdffunction:ezInsertMode arg="1" arg="1" arg="after" />
<newpage />
<text size="26" justification="centre">Contents
</text>
{assign var="xpos" value="520"}
{foreach item=v key=k from=$contents}
{if $v[2] == '1'}
<text size="16" aright="{$xpos}"><c:ilink:toc{$k}>{$v[0]}</c:ilink><C:dots:3{$v[1]}></text>
{elseif $v[2] == '2'}
<text size="12" aright="{$xpos}" left="30"><c:ilink:toc{$k}>{$v[0]}</c:ilink><C:dots:3{$v[1]}></text>
{elseif $v[2] == '3'}
<text size="12" aright="{$xpos}" left="40"><c:ilink:toc{$k}>{$v[0]}</c:ilink><C:dots:3{$v[1]}></text>
{/if}
{/foreach}