View file mobile/template/ucp_pm_history.html

File size: 1.56Kb
<center>{L_MESSAGE_HISTORY} - {HISTORY_TITLE}</center>
<div class="row1">{L_AUTHOR}<br/>{L_MESSAGE}</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>
<center><span class="postauthor">{history_row.MESSAGE_AUTHOR_FULL}</span></center>
</div>
<div class="top" style="float: {S_CONTENT_FLOW_BEGIN};">{L_PM_SUBJECT}:{history_row.SUBJECT}</div>
<div class="top" style="float: {S_CONTENT_FLOW_END};">{L_FOLDER}:{history_row.FOLDER}</div>
<!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
<div id="message_{history_row.MSG_ID}"><div class="postbody">{history_row.MESSAGE}</div>
<div class="row1">{history_row.MINI_POST_IMG}</div>
<div class="row1">{L_SENT_AT}: {history_row.SENT_DATE}</div>
<!-- IF history_row.S_ROW_COUNT is even --><div class="row_easy"><!-- ELSE --><div class="row_hard"><!-- ENDIF -->
<span class="gensmall"><a href="{history_row.U_VIEW_MESSAGE}">{L_VIEW_PM}</a></span>
<span class="genmed"><!-- IF history_row.U_PROFILE -->
<a href="{history_row.U_PROFILE}">{PROFILE_IMG}</a> 
<!-- ENDIF --> 
<!-- IF history_row.U_EMAIL -->
<a href="{history_row.U_EMAIL}">{EMAIL_IMG}</a> 
<!-- ENDIF -->
<!-- IF history_row.U_QUOTE -->
<a href="{history_row.U_QUOTE}">{QUOTE_IMG}</a> 
<!-- ENDIF --> 
<!-- IF history_row.U_POST_REPLY_PM -->
<a href="{history_row.U_POST_REPLY_PM}">{REPLY_IMG}</a>
<!-- ENDIF --></span></div>
<img src="images/spacer.gif" alt="" width="1" height="1" />
<!-- END history_row -->