View file phpBB-WAP/phpBB-WAP_by_chel/templates/subSilver/privmsgs_read_body.tpl

File size: 995B
<p>
<a href="{U_INDEX}">{L_INDEX}</a>|&#x41f;&#x440;&#x438;&#x432;&#x430;&#x442;<br/>
<table width="100%" cellpadding="4" cellspacing="0" border="0" class="forumline">
<tr>
<td class="catSides">
<span class="cattitle">{L_MESSAGE}</span>
</td>
</tr>

<tr>
<td class="row1">
<b>{L_FROM}:</b><br/>
	  {MESSAGE_FROM}<br/>
</td>
</tr>

<tr>
<td class="row1">
<b>{L_TO}:</b><br/>
	  {MESSAGE_TO}<br/>
</td>
</tr>

<tr>
<td class="row1">
<b>{L_POSTED}:</b>
	  {POST_DATE}<br/>
</td>
</tr>

<tr>
<td class="row1">
<b>{L_SUBJECT}:</b><br/>
{POST_SUBJECT}.<br/>
</td>
</tr>

<tr>
<td class="row1">
<b>&#x421;&#x43e;&#x43e;&#x431;&#x449;&#x435;&#x43d;&#x438;&#x435;:</b> <br/>

{MESSAGE}<br/>
</td>
</tr>
</table>
{REPLY_PM}<br/>

<form method="post" action="{S_PRIVMSGS_ACTION}">
<small>
{S_HIDDEN_FIELDS} 
		<input type="submit" name="save" value="{L_SAVE_MSG}" class="liteoption" />
		<input type="submit" name="delete" value="{L_DELETE_MSG}" class="liteoption" />
</small>
</form>

</p>