Файл: forsoc.ru/ext/vse/similartopics/styles/subsilver2/template/event/viewtopic_body_footer_before.html
Строк: 67
<?php
<!-- IF .similar -->
<table class="tablebg" width="100%" cellspacing="1">
<tr>
<th width="4%" nowrap="nowrap"> </th>
<th colspan="2" nowrap="nowrap"> {L_SIMILAR_TOPICS} </th>
<th nowrap="nowrap"> {L_AUTHOR} </th>
<th nowrap="nowrap"> {L_REPLIES} </th>
<th nowrap="nowrap"> {L_VIEWS} </th>
<th nowrap="nowrap"> {L_LAST_POST} </th>
</tr>
<!-- BEGIN similar -->
<!-- EVENT search_results_topic_before -->
<tr valign="middle">
<td class="row1" width="25" align="center">{similar.TOPIC_FOLDER_IMG}</td>
<td class="row1" width="25" align="center">
<!-- IF similar.TOPIC_ICON_IMG -->
<img src="{T_ICONS_PATH}{similar.TOPIC_ICON_IMG}" width="{similar.TOPIC_ICON_IMG_WIDTH}" height="{similar.TOPIC_ICON_IMG_HEIGHT}" alt="" title="" />
<!-- ENDIF -->
</td>
<td class="row1">
<!-- EVENT topiclist_row_prepend -->
<!-- IF similar.S_UNREAD_TOPIC --><a href="{similar.U_NEWEST_POST}" class="imageset">{NEWEST_POST_IMG}</a><!-- ENDIF -->
{similar.ATTACH_ICON_IMG} <a href="{similar.U_VIEW_TOPIC}" class="topictitle">{similar.TOPIC_TITLE}</a>
<!-- IF similar.S_TOPIC_UNAPPROVED or similar.S_POSTS_UNAPPROVED -->
<a href="{similar.U_MCP_QUEUE}" class="imageset">{similar.UNAPPROVED_IMG}</a>
<!-- ENDIF -->
<!-- IF similar.S_TOPIC_REPORTED -->
<a href="{similar.U_MCP_REPORT}" class="imageset">{REPORTED_IMG}</a>
<!-- ENDIF -->
<!-- IF .similar.pagination -->
<p class="gensmall"> [ {GOTO_PAGE_IMG}{L_GOTO_PAGE}{L_COLON}
<!-- BEGIN pagination -->
<!-- IF similar.pagination.S_IS_PREV -->
<!-- ELSEIF similar.pagination.S_IS_CURRENT --><strong>{similar.pagination.PAGE_NUMBER}</strong>
<!-- ELSEIF similar.pagination.S_IS_ELLIPSIS --> {L_ELLIPSIS}
<!-- ELSEIF similar.pagination.S_IS_NEXT -->
<!-- ELSE --><a href="{similar.pagination.PAGE_URL}">{similar.pagination.PAGE_NUMBER}</a>
<!-- ENDIF -->
<!-- END pagination -->
] </p>
<!-- ENDIF -->
<p class="gensmall">{L_IN} <a href="{similar.U_VIEW_FORUM}">{similar.FORUM_TITLE}</a></p>
<!-- EVENT topiclist_row_append -->
</td>
<td class="row2" width="100" align="center"><p class="topicauthor">{similar.TOPIC_AUTHOR_FULL}</p></td>
<td class="row1" width="50" align="center"><p class="topicdetails">{similar.TOPIC_REPLIES}</p></td>
<td class="row2" width="50" align="center"><p class="topicdetails">{similar.TOPIC_VIEWS}</p></td>
<td class="row1" width="120" align="center">
<p class="topicdetails">{similar.LAST_POST_TIME}</p>
<p class="topicdetails">{similar.LAST_POST_AUTHOR_FULL}
<a href="{similar.U_LAST_POST}" class="imageset">{LAST_POST_IMG}</a>
</p>
</td>
</tr>
<!-- EVENT search_results_topic_after -->
<!-- END similar -->
</table>
<br clear="all" />
<!-- ENDIF -->
?>