1<?php /* Smarty version 2.6.0, created on 2006-09-06 23:24:47
2         compiled from classtrees.tpl */ ?>
3<?php $_smarty_tpl_vars = $this->_tpl_vars;
4$this->_smarty_include(array('smarty_include_tpl_file' => "header.tpl", 'smarty_include_vars' => array('top1' => true)));
5$this->_tpl_vars = $_smarty_tpl_vars;
6unset($_smarty_tpl_vars);
7 ?>
8
9<!-- Start of Class Data -->
10<H2>
11	<?php echo $this->_smarty_vars['capture']['title']; ?>
12
13</H2>
14<?php if ($this->_tpl_vars['interfaces']):  if (isset($this->_sections['classtrees'])) unset($this->_sections['classtrees']);
15$this->_sections['classtrees']['name'] = 'classtrees';
16$this->_sections['classtrees']['loop'] = is_array($_loop=$this->_tpl_vars['interfaces']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
17$this->_sections['classtrees']['show'] = true;
18$this->_sections['classtrees']['max'] = $this->_sections['classtrees']['loop'];
19$this->_sections['classtrees']['step'] = 1;
20$this->_sections['classtrees']['start'] = $this->_sections['classtrees']['step'] > 0 ? 0 : $this->_sections['classtrees']['loop']-1;
21if ($this->_sections['classtrees']['show']) {
22    $this->_sections['classtrees']['total'] = $this->_sections['classtrees']['loop'];
23    if ($this->_sections['classtrees']['total'] == 0)
24        $this->_sections['classtrees']['show'] = false;
25} else
26    $this->_sections['classtrees']['total'] = 0;
27if ($this->_sections['classtrees']['show']):
28
29            for ($this->_sections['classtrees']['index'] = $this->_sections['classtrees']['start'], $this->_sections['classtrees']['iteration'] = 1;
30                 $this->_sections['classtrees']['iteration'] <= $this->_sections['classtrees']['total'];
31                 $this->_sections['classtrees']['index'] += $this->_sections['classtrees']['step'], $this->_sections['classtrees']['iteration']++):
32$this->_sections['classtrees']['rownum'] = $this->_sections['classtrees']['iteration'];
33$this->_sections['classtrees']['index_prev'] = $this->_sections['classtrees']['index'] - $this->_sections['classtrees']['step'];
34$this->_sections['classtrees']['index_next'] = $this->_sections['classtrees']['index'] + $this->_sections['classtrees']['step'];
35$this->_sections['classtrees']['first']      = ($this->_sections['classtrees']['iteration'] == 1);
36$this->_sections['classtrees']['last']       = ($this->_sections['classtrees']['iteration'] == $this->_sections['classtrees']['total']);
37?>
38<h2>Root interface <?php echo $this->_tpl_vars['interfaces'][$this->_sections['classtrees']['index']]['class']; ?>
39</h2>
40<?php echo $this->_tpl_vars['interfaces'][$this->_sections['classtrees']['index']]['class_tree']; ?>
41
42<?php endfor; endif;  endif;  if ($this->_tpl_vars['classtrees']):  if (isset($this->_sections['classtrees'])) unset($this->_sections['classtrees']);
43$this->_sections['classtrees']['name'] = 'classtrees';
44$this->_sections['classtrees']['loop'] = is_array($_loop=$this->_tpl_vars['classtrees']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
45$this->_sections['classtrees']['show'] = true;
46$this->_sections['classtrees']['max'] = $this->_sections['classtrees']['loop'];
47$this->_sections['classtrees']['step'] = 1;
48$this->_sections['classtrees']['start'] = $this->_sections['classtrees']['step'] > 0 ? 0 : $this->_sections['classtrees']['loop']-1;
49if ($this->_sections['classtrees']['show']) {
50    $this->_sections['classtrees']['total'] = $this->_sections['classtrees']['loop'];
51    if ($this->_sections['classtrees']['total'] == 0)
52        $this->_sections['classtrees']['show'] = false;
53} else
54    $this->_sections['classtrees']['total'] = 0;
55if ($this->_sections['classtrees']['show']):
56
57            for ($this->_sections['classtrees']['index'] = $this->_sections['classtrees']['start'], $this->_sections['classtrees']['iteration'] = 1;
58                 $this->_sections['classtrees']['iteration'] <= $this->_sections['classtrees']['total'];
59                 $this->_sections['classtrees']['index'] += $this->_sections['classtrees']['step'], $this->_sections['classtrees']['iteration']++):
60$this->_sections['classtrees']['rownum'] = $this->_sections['classtrees']['iteration'];
61$this->_sections['classtrees']['index_prev'] = $this->_sections['classtrees']['index'] - $this->_sections['classtrees']['step'];
62$this->_sections['classtrees']['index_next'] = $this->_sections['classtrees']['index'] + $this->_sections['classtrees']['step'];
63$this->_sections['classtrees']['first']      = ($this->_sections['classtrees']['iteration'] == 1);
64$this->_sections['classtrees']['last']       = ($this->_sections['classtrees']['iteration'] == $this->_sections['classtrees']['total']);
65?>
66<h2>Root class <?php echo $this->_tpl_vars['classtrees'][$this->_sections['classtrees']['index']]['class']; ?>
67</h2>
68<?php echo $this->_tpl_vars['classtrees'][$this->_sections['classtrees']['index']]['class_tree']; ?>
69
70<?php endfor; endif;  endif;  $_smarty_tpl_vars = $this->_tpl_vars;
71$this->_smarty_include(array('smarty_include_tpl_file' => "footer.tpl", 'smarty_include_vars' => array()));
72$this->_tpl_vars = $_smarty_tpl_vars;
73unset($_smarty_tpl_vars);
74 ?>