File: /var/www/ilya/data/www/irk2.ru/templates/compiled/%%F7^F77^F77D4E0D%%country.tpl.php
<?php /* Smarty version 2.6.19, created on 2016-10-29 12:29:28
compiled from actions/ActionPeople/country.tpl */ ?>
<?php require_once(SMARTY_CORE_DIR . 'core.load_plugins.php');
smarty_core_load_plugins(array('plugins' => array(array('function', 'date_format', 'actions/ActionPeople/country.tpl', 23, false),)), $this); ?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'header.tpl', 'smarty_include_vars' => array('showWhiteBack' => true,'menu' => 'people')));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<div class="page people">
<h1>Пользователи: <?php echo $this->_tpl_vars['oCountry']->getName(); ?>
</h1>
<?php if ($this->_tpl_vars['aUsersCountry']): ?>
<table>
<thead>
<tr>
<td class="user">Пользователь</td>
<td class="date">Последний визит</td>
<td class="date">Дата регистрации</td>
<td class="strength">Сила</td>
<td class="rating">Рейтинг</td>
</tr>
</thead>
<tbody>
<?php $_from = $this->_tpl_vars['aUsersCountry']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
foreach ($_from as $this->_tpl_vars['oUser']):
?>
<tr>
<td class="user"><a href="<?php echo $this->_tpl_vars['DIR_WEB_ROOT']; ?>
/<?php echo $this->_tpl_vars['ROUTE_PAGE_PROFILE']; ?>
/<?php echo $this->_tpl_vars['oUser']->getLogin(); ?>
/"><img src="<?php echo $this->_tpl_vars['oUser']->getProfileAvatarPath(24); ?>
" alt="" /></a><a href="<?php echo $this->_tpl_vars['DIR_WEB_ROOT']; ?>
/<?php echo $this->_tpl_vars['ROUTE_PAGE_PROFILE']; ?>
/<?php echo $this->_tpl_vars['oUser']->getLogin(); ?>
/" class="link"><?php echo $this->_tpl_vars['oUser']->getLogin(); ?>
</a></td>
<td class="date"><?php echo func_date_smarty(array('date' => $this->_tpl_vars['oUser']->getDateLast()), $this);?>
</td>
<td class="date"><?php echo func_date_smarty(array('date' => $this->_tpl_vars['oUser']->getDateRegister()), $this);?>
</td>
<td class="strength"><?php echo $this->_tpl_vars['oUser']->getSkill(); ?>
</td>
<td class="rating"><strong><?php echo $this->_tpl_vars['oUser']->getRating(); ?>
</strong></td>
</tr>
<?php endforeach; endif; unset($_from); ?>
</tbody>
</table>
<?php else: ?>
нет таких
<?php endif; ?>
</div>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'paging.tpl', 'smarty_include_vars' => array('aPaging' => ($this->_tpl_vars['aPaging']))));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>
<?php $_smarty_tpl_vars = $this->_tpl_vars;
$this->_smarty_include(array('smarty_include_tpl_file' => 'footer.tpl', 'smarty_include_vars' => array()));
$this->_tpl_vars = $_smarty_tpl_vars;
unset($_smarty_tpl_vars);
?>