_sections['sec3']);
$this->_sections['sec3']['name'] = 'sec3';
$this->_sections['sec3']['loop'] = is_array($_loop=$this->_tpl_vars['Data_Count']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['sec3']['show'] = true;
$this->_sections['sec3']['max'] = $this->_sections['sec3']['loop'];
$this->_sections['sec3']['step'] = 1;
$this->_sections['sec3']['start'] = $this->_sections['sec3']['step'] > 0 ? 0 : $this->_sections['sec3']['loop']-1;
if ($this->_sections['sec3']['show']) {
$this->_sections['sec3']['total'] = $this->_sections['sec3']['loop'];
if ($this->_sections['sec3']['total'] == 0)
$this->_sections['sec3']['show'] = false;
} else
$this->_sections['sec3']['total'] = 0;
if ($this->_sections['sec3']['show']):
for ($this->_sections['sec3']['index'] = $this->_sections['sec3']['start'], $this->_sections['sec3']['iteration'] = 1;
$this->_sections['sec3']['iteration'] <= $this->_sections['sec3']['total'];
$this->_sections['sec3']['index'] += $this->_sections['sec3']['step'], $this->_sections['sec3']['iteration']++):
$this->_sections['sec3']['rownum'] = $this->_sections['sec3']['iteration'];
$this->_sections['sec3']['index_prev'] = $this->_sections['sec3']['index'] - $this->_sections['sec3']['step'];
$this->_sections['sec3']['index_next'] = $this->_sections['sec3']['index'] + $this->_sections['sec3']['step'];
$this->_sections['sec3']['first'] = ($this->_sections['sec3']['iteration'] == 1);
$this->_sections['sec3']['last'] = ($this->_sections['sec3']['iteration'] == $this->_sections['sec3']['total']);
?>
 |