HEX
Server: Apache/2.4.59 (Debian)
System: Linux skycube.cz 4.19.0-25-amd64 #1 SMP Debian 4.19.289-2 (2023-08-08) x86_64
User: ilya (534)
PHP: 7.3.31-1~deb10u7
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,
Upload Files
File: /var/www/ilya/data/www/irk2.ru/templates/skin/habra/actions/ActionTop/blog.tpl
{include file='header.tpl'}

{include file='menu.blog.tpl'}

<BR><BR><BR>
<div class="habrablock">
     <table width="100%" border="0" cellpadding="5" cellspacing="1" class="story_text" style="width:100%!important;">
     <tr>
       <td width="2%" align="center"></td>
       <td width="63%" align="left" class="blog_page_tb_header">Блог</td>
       <td width="10%" align="center" class="blog_page_tb_header">Читатели</td>       
       <td width="15%" align="center" class="blog_page_tb_header">Рейтинг</td>
     </tr>
	{foreach from=$aBlogs item=oBlog}
     <tr>
       <td align="center"><img src="{$oBlog->getAvatarPath(24)}" width="24" height="24" alt="" title="{$oBlog->getTitle()|escape:'html'}" border="0"></td>
       <td align="left"><a href="{$DIR_WEB_ROOT}/blog/{$oBlog->getUrl()}/" class="blog_headline_pop">{$oBlog->getTitle()|escape:'html'}</a><br>
            <span class="sf_page_nickname">смотритель:</span>&nbsp;
      		<a href="{$DIR_WEB_ROOT}/profile/{$oBlog->getUserLogin()}/"><img src="{$DIR_STATIC_SKIN}/img/user.gif" width="11" height="11" border="0" alt="посмотреть профиль" title="посмотреть профиль"></a><a href="{$DIR_WEB_ROOT}/profile/{$oBlog->getUserLogin()}/" class="sf_page_nickname">{$oBlog->getUserLogin()}</a>              
       </td>
       <td nowrap align="center"><a href="{$DIR_WEB_ROOT}/blog/{$oBlog->getUrl()}/profile/" class="blog_popular_link">{$oBlog->getCountUser()}</a></td>       
       <td nowrap align="center"><span class="blog_rating">&nbsp;{$oBlog->getRating()}&nbsp;</span></td>
     </tr>
	{/foreach}

     </table>
</div>

{include file='footer.tpl'}