Просмотр файла mobile/template/posting_review.html

Размер файла: 782B
{L_POST_REVIEW}<br />{L_POST_REVIEW_EXPLAIN}
<!-- BEGIN post_review_row -->
<div class="row<!-- IF post_review_row.S_ROW_COUNT is even -->_hard<!-- ELSE -->_easy<!-- ENDIF -->">
<!-- IF S_IS_BOT -->{post_review_row.MINI_POST_IMG}<!-- ELSE --><a href="{post_review_row.U_MINI_POST}">{post_review_row.MINI_POST_IMG}</a><!-- ENDIF -->
<span class="gensmall">{post_review_row.POST_AUTHOR_FULL}</span><br />
{post_review_row.POST_DATE}<br />
{post_review_row.MESSAGE}
<!-- IF post_review_row.S_HAS_ATTACHMENTS -->
<div class="row1"><span class="genmed">{L_ATTACHMENTS}:</span>
<!-- BEGIN attachment -->
<br />{post_review_row.attachment.DISPLAY_ATTACHMENT}
<!-- END attachment -->
</div>
<!-- ENDIF -->
</div>
{L_POST_SUBJECT}: {post_review_row.POST_SUBJECT}
<!-- END post_review_row -->