summaryrefslogtreecommitdiff
path: root/buildscripts/PhpDocumentor/phpDocumentor/Converters/CHM/default/templates/default/templates/page.tpl
blob: 39f4823aa068a89c4a6f96d32445c44882bcdc17 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
{include file="header.tpl" eltype="Procedural file"}
<h3><SPAN class="type">File:</SPAN> {$source_location}<HR>
</h3>
{if $tutorial}
<div class="maintutorial">Main Tutorial: {$tutorial}</div>
{/if}
{include file="docblock.tpl" desc=$desc sdesc=$sdesc tags=$tags}
Classes in this file:
<dl>
{section name=classes loop=$classes}
<dt>{$classes[classes].link}</dt>
	<dd>{$classes[classes].sdesc}</dd>
{/section}
</dl>
<hr>
{include file="include.tpl" summary=true}
<hr>
{include file="global.tpl" summary=true}
<hr>
{include file="define.tpl" summary=true}
<hr>
{include file="function.tpl" summary=true}
<hr>
{include file="include.tpl"}
<hr>
{include file="global.tpl"}
<hr>
{include file="define.tpl"}
<hr>
{include file="function.tpl"}
<hr>
{include file="footer.tpl"}

</HTML>