File: styles/prosilver/template/mcp_topic.html
Unmodified
Added
Modified
Removed
Line 95 | Line 95 |
---|
<div id="topicreview" class="topicreview"> <!-- BEGIN postrow --> <!-- EVENT mcp_topic_postrow_post_before -->
|
<div id="topicreview" class="topicreview"> <!-- BEGIN postrow --> <!-- EVENT mcp_topic_postrow_post_before -->
|
| <!-- IF postrow.S_FIRST_UNREAD --> <a id="unread" class="anchor"<!-- IF S_UNREAD_VIEW --> data-url="{postrow.U_MINI_POST}"<!-- ENDIF -->></a> <!-- ENDIF -->
|
<div class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->"> <div class="inner">
| <div class="post <!-- IF postrow.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->"> <div class="inner">
|
Line 118 | Line 121 |
---|
<!-- EVENT mcp_topic_postrow_post_details_before --> <p class="author">
|
<!-- EVENT mcp_topic_postrow_post_details_before --> <p class="author">
|
<a href="#pr{postrow.POST_ID}" title="{postrow.MINI_POST}">
| <a href="{postrow.U_MINI_POST}" title="{postrow.MINI_POST}">
|
<i class="icon fa-file fa-fw icon-lightgray icon-tiny" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span> </a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} {% EVENT mcp_topic_post_author_full_prepend %}<strong>{postrow.POST_AUTHOR_FULL}</strong>{% EVENT mcp_topic_post_author_full_append %}<!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --> </p>
| <i class="icon fa-file fa-fw icon-lightgray icon-tiny" aria-hidden="true"></i><span class="sr-only">{postrow.MINI_POST}</span> </a> {L_POSTED} {postrow.POST_DATE} {L_POST_BY_AUTHOR} {% EVENT mcp_topic_post_author_full_prepend %}<strong>{postrow.POST_AUTHOR_FULL}</strong>{% EVENT mcp_topic_post_author_full_append %}<!-- IF postrow.U_MCP_DETAILS --> [ <a href="{postrow.U_MCP_DETAILS}">{L_POST_DETAILS}</a> ]<!-- ENDIF --> </p>
|
Line 161 | Line 164 |
---|
</div> </div>
|
</div> </div>
|
| <!-- BEGINELSE --> <p><strong>{{ lang('NO_POSTS_TIME_FRAME') }}</strong></p>
|
<!-- END postrow --> </div>
| <!-- END postrow --> </div>
|