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

Размер файла: 801B
{L_MESSAGE_HISTORY}
<div class="tab"><span class="gensmall">{HISTORY_TITLE}</span></div>
<!-- BEGIN history_row -->
<!-- IF history_row.S_ROW_COUNT is even --><div class="row_easy"><!-- ELSE --><div class="row_hard"><!-- ENDIF -->
<a name="{history_row.MSG_ID}"></a><span class="gensmall">{history_row.MESSAGE_AUTHOR_FULL}</span>
<span class="genmed"><!-- IF history_row.U_QUOTE --><a href="{history_row.U_QUOTE}">Цит</a><!-- ENDIF --> 
<!-- IF history_row.U_POST_REPLY_PM --> | <a href="{history_row.U_POST_REPLY_PM}">Отв</a><!-- ENDIF --></span><br />
{history_row.SENT_DATE}<br />{history_row.SUBJECT}<br />
<div id="message_{history_row.MSG_ID}">{history_row.MESSAGE} {history_row.MINI_POST_IMG}</div>
<a href="{history_row.U_VIEW_MESSAGE}">{L_VIEW_PM}</a>
</div>
<!-- END history_row -->