File: styles/prosilver/template/posting_review.html
Unmodified
Added
Modified
Removed
Line 6 | Line 6 |
---|
<!-- IF post_review_row.S_IGNORE_POST --> <div class="post bg3 post-ignore"> <div class="inner">
|
<!-- IF post_review_row.S_IGNORE_POST --> <div class="post bg3 post-ignore"> <div class="inner">
|
{post_review_row.L_IGNORE_POST}
| {post_review_row.L_IGNORE_POST}<br> <a class="display_post_review" href="{{ post_review_row.U_MINI_POST }}">{{ lang('POST_DISPLAY') }}</a>
|
<!-- ELSE --> <div class="post <!-- IF post_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->"> <div class="inner"> <!-- ENDIF -->
<div class="postbody" id="ppr{post_review_row.POST_ID}">
|
<!-- ELSE --> <div class="post <!-- IF post_review_row.S_ROW_COUNT is odd -->bg1<!-- ELSE -->bg2<!-- ENDIF -->"> <div class="inner"> <!-- ENDIF -->
<div class="postbody" id="ppr{post_review_row.POST_ID}">
|
<h3><a href="#ppr{post_review_row.POST_ID}">{post_review_row.POST_SUBJECT}</a></h3>
| <h3><a href="{post_review_row.U_MINI_POST}">{post_review_row.POST_SUBJECT}</a></h3>
|
<p class="author"> <!-- IF S_IS_BOT --> <span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{post_review_row.MINI_POST}</span></span>
| <p class="author"> <!-- IF S_IS_BOT --> <span><i class="icon fa-file fa-fw icon-lightgray icon-md" aria-hidden="true"></i><span class="sr-only">{post_review_row.MINI_POST}</span></span>
|