Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
{if $show=="summary"}
2
<!-- =========== CONST SUMMARY =========== -->
3
<A NAME='const_summary'><!-- --></A>
4
<H3>Class Constant Summary</H3>
5
 
6
<UL>
7
	{section name=consts loop=$consts}
8
	<!-- =========== Summary =========== -->
9
		<LI><CODE><a href="{$consts[consts].id}">{$consts[consts].const_name}</a></CODE> = <CODE class="varsummarydefault">{$consts[consts].const_value|replace:"\n":"<br>\n"|replace:" ":"&nbsp;"|replace:"\t":"&nbsp;&nbsp;&nbsp;"}</CODE>
10
		<BR>
11
		{$consts[consts].sdesc}
12
	{/section}
13
</UL>
14
{else}
15
<!-- ============ VARIABLE DETAIL =========== -->
16
 
17
<A NAME='variable_detail'></A>
18
 
19
<H3>Class Constant Detail</H3>
20
 
21
<UL>
22
{section name=consts loop=$consts}
23
<A NAME="{$consts[consts].const_dest}"><!-- --></A>
24
<LI><SPAN class="code">{$consts[consts].const_name}</SPAN> = <CODE class="varsummarydefault">{$consts[consts].const_value|replace:"\n":"<br>\n"|replace:" ":"&nbsp;"|replace:"\t":"&nbsp;&nbsp;&nbsp;"}</CODE> [line <span class="linenumber">{if $consts[consts].slink}{$consts[consts].slink}{else}{$consts[consts].line_number}{/if}</span>]</LI>
25
{include file="docblock.tpl" sdesc=$consts[consts].sdesc desc=$consts[consts].desc tags=$consts[consts].tags}
26
<BR>
27
{/section}
28
</UL>
29
{/if}