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