Файл: libs/tpl/compile/%%82^826^82637A96%%listing.tpl.php
Строк: 165
<?php /* Smarty version 2.6.26, created on 2015-10-30 16:44:03
compiled from listing.tpl */ ?>
<?php unset($this->_sections['listing']);
$this->_sections['listing']['name'] = 'listing';
$this->_sections['listing']['loop'] = is_array($_loop=$this->_tpl_vars['listing']) ? count($_loop) : max(0, (int)$_loop); unset($_loop);
$this->_sections['listing']['show'] = true;
$this->_sections['listing']['max'] = $this->_sections['listing']['loop'];
$this->_sections['listing']['step'] = 1;
$this->_sections['listing']['start'] = $this->_sections['listing']['step'] > 0 ? 0 : $this->_sections['listing']['loop']-1;
if ($this->_sections['listing']['show']) {
$this->_sections['listing']['total'] = $this->_sections['listing']['loop'];
if ($this->_sections['listing']['total'] == 0)
$this->_sections['listing']['show'] = false;
} else
$this->_sections['listing']['total'] = 0;
if ($this->_sections['listing']['show']):
for ($this->_sections['listing']['index'] = $this->_sections['listing']['start'], $this->_sections['listing']['iteration'] = 1;
$this->_sections['listing']['iteration'] <= $this->_sections['listing']['total'];
$this->_sections['listing']['index'] += $this->_sections['listing']['step'], $this->_sections['listing']['iteration']++):
$this->_sections['listing']['rownum'] = $this->_sections['listing']['iteration'];
$this->_sections['listing']['index_prev'] = $this->_sections['listing']['index'] - $this->_sections['listing']['step'];
$this->_sections['listing']['index_next'] = $this->_sections['listing']['index'] + $this->_sections['listing']['step'];
$this->_sections['listing']['first'] = ($this->_sections['listing']['iteration'] == 1);
$this->_sections['listing']['last'] = ($this->_sections['listing']['iteration'] == $this->_sections['listing']['total']);
?>
<?php if ($this->_tpl_vars['listing'][$this->_sections['listing']['index']]['url']): ?><a href="<?php echo $this->_tpl_vars['listing'][$this->_sections['listing']['index']]['url']; ?>
"><?php endif; ?>
<?php if ($this->_tpl_vars['listing'][$this->_sections['listing']['index']]['div']): ?><div class="<?php echo $this->_tpl_vars['listing'][$this->_sections['listing']['index']]['div']; ?>
"> <?php endif; ?>
<?php if ($this->_tpl_vars['listing'][$this->_sections['listing']['index']]['icon']): ?><i class="icon <?php echo $this->_tpl_vars['listing'][$this->_sections['listing']['index']]['icon']; ?>
"></i> <?php endif; ?>
<?php if ($this->_tpl_vars['listing'][$this->_sections['listing']['index']]['title']): ?><?php echo $this->_tpl_vars['listing'][$this->_sections['listing']['index']]['title']; ?>
<?php endif; ?>
<?php if ($this->_tpl_vars['listing'][$this->_sections['listing']['index']]['count']): ?> <count><?php echo $this->_tpl_vars['listing'][$this->_sections['listing']['index']]['count']; ?>
</count> <?php endif; ?>
<?php if ($this->_tpl_vars['listing'][$this->_sections['listing']['index']]['div']): ?></div> <?php endif; ?>
<?php if ($this->_tpl_vars['listing'][$this->_sections['listing']['index']]['url']): ?></a><?php endif; ?>
<?php endfor; endif; ?>