| 1 |
lars |
1 |
|
|
|
2 |
<h2 class="tab">Class Constants</h2>
|
|
|
3 |
<!-- ============ VARIABLE DETAIL =========== -->
|
|
|
4 |
<strong>Summary:</strong><br />
|
|
|
5 |
{section name=consts loop=$consts}
|
|
|
6 |
<div class="const-title">
|
|
|
7 |
<a href="#{$consts[consts].const_dest}" title="details" class="property"><strong>{$consts[consts].const_name}</strong></a>
|
|
|
8 |
</div>
|
|
|
9 |
{/section}
|
|
|
10 |
<hr />
|
|
|
11 |
{section name=consts loop=$consts}
|
|
|
12 |
<a name="{$consts[consts].const_dest}" id="{$consts[consts].const_dest}"><!-- --></A>
|
|
|
13 |
<div style="background='{cycle values="#ffffff,#eeeeee"}'">
|
|
|
14 |
<h4>
|
|
|
15 |
<img src="{$subdir}media/images/Constant.gif" border="0" /> <strong class="property">{$consts[consts].const_name} = {$consts[consts].const_value|replace:"\n":"<br />"}</strong> (line <span class="linenumber">{if $consts[consts].slink}{$consts[consts].slink}{else}{$consts[consts].line_number}{/if}</span>)
|
|
|
16 |
</h4>
|
|
|
17 |
{include file="docblock.tpl" sdesc=$consts[consts].sdesc desc=$consts[consts].desc tags=$consts[consts].tags}
|
|
|
18 |
</div>
|
|
|
19 |
{/section}
|
|
|
20 |
<script type="text/javascript">tp1.addTabPage( document.getElementById( "constantsTabpage" ) );</script>
|
|
|
21 |
|