?>
" style="<?php 
echo $this->_tpl_vars['torrent']['owner']['Group']['status_style'];
?>
"><?php 
echo $this->_tpl_vars['torrent']['owner']['username'];
?>
</a>&nbsp;<img src="<?php 
echo $this->_tpl_vars['html']->webroot;
?>
img/flag/<?php 
echo $this->_tpl_vars['torrent']['owner']['Country']['flagpic'];
?>
" width=16/></p>
<p><b>Размер:</b> <?php 
echo is_array($_tmp = $this->_tpl_vars['torrent']['Torrent']['size']) ? $this->_run_mod_handler('mksize', true, $_tmp) : smarty_modifier_mksize($_tmp);
?>
</p></div>
</td>
</tr>
</table>
</div>

<?php 
if ($this->_tpl_vars['torrent']['Torrent']['free_type'] == '1') {
    ?>
<div class='x-panel'>
<div class='x-panel-header'><span style="color: #CC6600 !important;">Золотая раздача</span></div>
<div class='x-panel-bwrap'><div class='x-panel-body' style="padding:5px;">
Это обозначает то, что Вы можете качать и рейтинг для Вас на скачивание файлов не учитывается, а на раздачу учитывается. Таким образом, на золотых раздачах появляется уникальная возможность поднять свой рейтинг.
</div></div>
" height="100" width="100">
<a href="#" id="uid_<?php 
            echo $this->_tpl_vars['friend']['User']['id'];
            ?>
" class="rFriend">Не дружить</a>
</td>
<td valign="top" align="left">

<table class='fixed' cellspacing='0' cellpadding='0'>
<tr><td>Загрузил:</td><td><?php 
            echo is_array($_tmp = $this->_tpl_vars['friend']['User']['uploaded']) ? $this->_run_mod_handler('mksize', true, $_tmp) : smarty_modifier_mksize($_tmp);
            ?>
</td>
</tr><tr>
<td>Скачал:</td><td><?php 
            echo is_array($_tmp = $this->_tpl_vars['friend']['User']['downloaded']) ? $this->_run_mod_handler('mksize', true, $_tmp) : smarty_modifier_mksize($_tmp);
            ?>
</td></tr>
<tr><td><img src="<?php 
            echo $this->_tpl_vars['html']->webroot;
            ?>
img/flag/<?php 
            echo $this->_tpl_vars['friend']['User']['Country']['flagpic'];
            ?>
"/></td></tr>
</table>

</td>
</tr>
</table>
?>
img/arrowdown.gif" />&nbsp;Скачал: <?php 
echo is_array($_tmp = $this->_tpl_vars['user']['User']['downloaded']) ? $this->_run_mod_handler('mksize', true, $_tmp) : smarty_modifier_mksize($_tmp);
?>
<br/>
Рейтинг: <?php 
if ($this->_tpl_vars['ratio'] > 0) {
    echo is_array($_tmp = $this->_tpl_vars['ratio']) ? $this->_run_mod_handler('string_format', true, $_tmp, "%.2f") : smarty_modifier_string_format($_tmp, "%.2f");
} else {
    ?>
беск.<?php 
}
?>
&nbsp;
(Бонус: <?php 
echo is_array($_tmp = $this->_tpl_vars['user']['User']['bonus']) ? $this->_run_mod_handler('mksize', true, $_tmp) : smarty_modifier_mksize($_tmp);
?>
)</p>
<center><a href=#>Трансфер трафика</a></center>
</div>
</div>


<div style="width:48%;margin-bottom:1em;">
<div class='x-panel-header'>Контакты</div>
<div class='x-panel-body' style="padding:5px;">
<p>
<?php 
if ($this->_tpl_vars['user']['User']['icq'] != '') {
    ?>
<img src="<?php