Файл: apwa/styles/red-gold/template/toplist_body.html
Строк: 119
<?php
<!-- INCLUDE overall_header.html -->
<h3 class="panel-header">
<span class="panel-icon bc-links"><a href="{U_INDEX}" title="{L_INDEX}" accesskey="h"><i class="icon-home"></i></a></span>
<ul class="linklist navlinks">
<li><!-- IF S_DISPLAY_THANKSLIST --> <strong> » </strong> <a href="{U_THANKSLIST}">{L_THANKS_USER}</a><!-- ENDIF -->
<!-- IF S_DISPLAY_TOPLIST --> <strong> » </strong> <a href="{U_REPUT_TOPLIST}">{L_GRATITUDES}</a><!-- ENDIF --></li>
</ul>
</h3>
<div class="panel">
<h2>{PAGE_TITLE}</h2>
<ul class="linklist">
<li class="rightside pagination">
<!-- IF PAGINATION --><a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE -->{PAGE_NUMBER}<!-- ENDIF -->
</li>
</ul>
</div>
<!-- IF S_THANKS_POST_REPUT_VIEW and not S_FULL_TOPIC_RATING and not S_FULL_FORUM_RATING -->
<h3 class="panel-header"><a href="{U_SEARCH_POST}"><span class="panel-icon"><i class="icon-plus-circled"></i></span>{L_RATING_TOP_POST}</a></h3>
<div class="forumbg forumbg-table">
<table class="table1" cellspacing="1">
<!-- BEGIN toppostrow -->
<tr class="<!-- IF toppostrow.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
<td><a href="{toppostrow.POST_ID}" class="post">{toppostrow.MINI_POST_IMG}{toppostrow.POST_DATE} {toppostrow.POST_SUBJECT}</a><br />{L_RATING_POST}: {toppostrow.MESSAGE}</td>
<td>{L_RECEIVED}: {toppostrow.POST_THANKS}</td>
<td>{L_AUTHOR}: {toppostrow.POST_AUTHOR}</td>
<td><span style="display: block;">{L_REPUT}:{toppostrow.POST_REPUT}
<!-- IF toppostrow.S_THANKS_REPUT_GRAPHIC -->
<span style="display: block; width: {toppostrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {toppostrow.THANKS_REPUT_HEIGHT}; background: url({toppostrow.THANKS_REPUT_IMAGE_BACK}); background-repeat: repeat-x;"><span style="display: block; height: {toppostrow.THANKS_REPUT_HEIGHT}; width: {toppostrow.POST_REPUT}; background: url({toppostrow.THANKS_REPUT_IMAGE}); background-repeat: repeat-x;"> </span></span>
<!-- ENDIF -->
</span></td>
</tr>
<!-- END toppostrow -->
</table>
</div>
<!-- ENDIF -->
<!-- IF S_THANKS_TOPIC_REPUT_VIEW and not S_FULL_POST_RATING and not S_FULL_FORUM_RATING -->
<h3 class="panel-header"><a href="{U_SEARCH_TOPIC}"><span class="panel-icon"><i class="icon-plus-circled"></i></span>{L_RATING_TOP_TOPIC}</a></h3>
<div class="forumbg forumbg-table">
<table class="table1" cellspacing="1">
<!-- BEGIN toptopicrow -->
<tr class="<!-- IF toptopicrow.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
<td style="background-image: url({toptopicrow.TOPIC_FOLDER_IMG_SRC}); background-repeat: no-repeat; background-position: 2px center; padding-left: 38px;">{L_RATING_TOPIC}: <a href="{toptopicrow.U_VIEW_TOPIC}" class="forumtitle">{toptopicrow.TOPIC_TITLE}</a></td>
<td>{L_RECEIVED}: {toptopicrow.TOPIC_THANKS}</td>
<td>{L_AUTHOR}: {toptopicrow.TOPIC_AUTHOR}</td>
<td><span style="display: block;">{L_REPUT}:{toptopicrow.TOPIC_REPUT}
<!-- IF toptopicrow.S_THANKS_REPUT_GRAPHIC -->
<span style="display: block; width: {toptopicrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {toptopicrow.THANKS_REPUT_HEIGHT}; background: url({toptopicrow.THANKS_REPUT_IMAGE_BACK}); background-repeat: repeat-x;"><span style="display: block; height: {toptopicrow.THANKS_REPUT_HEIGHT}; width: {toptopicrow.TOPIC_REPUT}; background: url({toptopicrow.THANKS_REPUT_IMAGE}); background-repeat: repeat-x;"> </span></span>
<!-- ENDIF -->
</span></td>
</tr>
<!-- END toptopicrow -->
</table>
</div>
<!-- ENDIF -->
<!-- IF S_THANKS_FORUM_REPUT_VIEW and not S_FULL_TOPIC_RATING and not S_FULL_POST_RATING -->
<h3 class="panel-header"><a href="{U_SEARCH_FORUM}"><span class="panel-icon"><i class="icon-plus-circled"></i></span>{L_RATING_TOP_FORUM}</a></h3>
<div class="forumbg forumbg-table">
<table class="table1" cellspacing="1">
<!-- BEGIN topforumrow -->
<tr class="<!-- IF topforumrow.S_ROW_COUNT is even -->bg1<!-- ELSE -->bg2<!-- ENDIF -->">
<td style="background-image: url({topforumrow.FORUM_FOLDER_IMG_SRC}); background-repeat: no-repeat; background-position: 2px center; padding-left: 38px;">{L_RATING_FORUM}: <a href="{topforumrow.U_VIEW_FORUM}" class="forumtitle">{topforumrow.FORUM_NAME}</a></td>
<td>{L_RECEIVED}: {topforumrow.FORUM_THANKS}</td>
<td><span style="display: block;">{L_REPUT}:{topforumrow.FORUM_REPUT}
<!-- IF topforumrow.S_THANKS_REPUT_GRAPHIC -->
<span style="display: block; width: {topforumrow.THANKS_REPUT_GRAPHIC_WIDTH}; height: {topforumrow.THANKS_REPUT_HEIGHT}; background: url({topforumrow.THANKS_REPUT_IMAGE_BACK}); background-repeat: repeat-x;"><span style="display: block; height: {topforumrow.THANKS_REPUT_HEIGHT}; width: {topforumrow.FORUM_REPUT}; background: url({topforumrow.THANKS_REPUT_IMAGE}); background-repeat: repeat-x;"> </span></span>
<!-- ENDIF -->
</span></td>
</tr>
<!-- END topforumrow -->
</table>
</div>
<!-- ENDIF -->
<div class="panel">
<ul class="linklist">
<li class="rightside pagination"><!-- IF PAGINATION --><a href="#" onclick="jumpto(); return false;" title="{L_JUMP_TO_PAGE}">{PAGE_NUMBER}</a> • <span>{PAGINATION}</span><!-- ELSE -->{PAGE_NUMBER}<!-- ENDIF --></li>
</ul>
<!-- INCLUDE jumpbox.html -->
</div>
<!-- INCLUDE overall_footer.html -->
?>