mirror of
https://github.com/phpbb/phpbb.git
synced 2025-02-24 03:54:10 +01:00
- fix a bunch of bugs - <!-- $Id$ --> is no longer allowed in template (.html) files - changed layout of private message screens (folders are menu items) - removed unread mode for private messages - added new feature to template engine - "jump out of loop" or "loop another loop within my loop" :D (will be documented within the coding guidelines) - added autologin field to sessions - check session length checks - added add_log statement to sessions to track session valid to invalid changes if ip/browser change depending on config settings (only debug) - added multibyte support for various variables (exception at the moment is usernames which needs some discussion) - hopefully not broke something. :/ git-svn-id: file:///svn/phpbb/trunk@5765 89ea8834-ac86-4346-8a33-228a782c2dd0
132 lines
4.1 KiB
HTML
132 lines
4.1 KiB
HTML
<!-- INCLUDE ucp_header.html -->
|
|
|
|
<div id="pagecontent">
|
|
|
|
<!-- INCLUDE ucp_pm_message_header.html -->
|
|
<div style="padding: 2px;"></div>
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1" cellpadding="4">
|
|
|
|
<tr class="row1">
|
|
<td class="genmed" nowrap="nowrap" width="150"><b>{L_PM_SUBJECT}:</b></td>
|
|
<td class="gen">{SUBJECT}</td>
|
|
</tr>
|
|
|
|
<tr class="row1">
|
|
<td class="genmed" nowrap="nowrap" width="150"><b>{L_PM_FROM}:</b></td>
|
|
<td class="gen"><a href="{U_AUTHOR_PROFILE}">{AUTHOR_NAME}</a></td>
|
|
</tr>
|
|
|
|
<tr class="row1">
|
|
<td class="genmed" nowrap="nowrap" width="150"><b>{L_SENT_AT}:</b></td>
|
|
<td class="gen">{SENT_DATE}</td>
|
|
</tr>
|
|
|
|
<!-- IF S_TO_RECIPIENT -->
|
|
<tr class="row1">
|
|
<td class="genmed" nowrap="nowrap" width="150"><b>{L_TO}:</b></td>
|
|
<td class="gen">
|
|
<!-- BEGIN to_recipient -->
|
|
<a href="{to_recipient.U_VIEW}"><!-- IF to_recipient.COLOUR --><span style="color:#{to_recipient.COLOUR}"><!-- ELSE --><span<!-- IF to_recipient.IS_GROUP --> class="blue"<!-- ENDIF -->><!-- ENDIF -->{to_recipient.NAME}</span></a>
|
|
<!-- END to_recipient -->
|
|
</td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
|
|
<!-- IF S_BCC_RECIPIENT -->
|
|
<tr class="row1">
|
|
<td class="genmed" nowrap="nowrap" width="150"><b>{L_BCC}:</b></td>
|
|
<td class="gen">
|
|
<!-- BEGIN bcc_recipient -->
|
|
<a href="{bcc_recipient.U_VIEW}"><!-- IF bcc_recipient.COLOUR --><span style="color:#{bcc_recipient.COLOUR}"><!-- ELSE --><span<!-- IF bcc_recipient.IS_GROUP --> class="blue"<!-- ENDIF -->><!-- ENDIF -->{bcc_recipient.NAME}</span></a>
|
|
<!-- END bcc_recipient -->
|
|
</td>
|
|
</tr>
|
|
<!-- ENDIF -->
|
|
</table>
|
|
|
|
<div style="padding: 2px;"></div>
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
|
|
|
<tr>
|
|
<th nowrap="nowrap">{L_MESSAGE}</th>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
|
|
</tr>
|
|
|
|
<tr class="row1">
|
|
<td valign="top"><table width="100%" cellspacing="5">
|
|
<tr>
|
|
<td>
|
|
|
|
<div class="postbody">{MESSAGE}</div>
|
|
|
|
<!-- IF S_HAS_ATTACHMENTS -->
|
|
<br clear="all" /><br />
|
|
|
|
<table class="tablebg" width="100%" cellspacing="1">
|
|
<tr>
|
|
<td class="row3"><b class="genmed">{L_ATTACHMENTS}: </b></td>
|
|
</tr>
|
|
<!-- BEGIN attachment -->
|
|
<tr>
|
|
<td class="row2">{attachment.DISPLAY_ATTACHMENT}</td>
|
|
</tr>
|
|
<!-- END attachment -->
|
|
</table>
|
|
<!-- ENDIF -->
|
|
|
|
<!-- IF S_DISPLAY_NOTICE -->
|
|
<span class="gensmall" style="color:red;"><br /><br />{L_DOWNLOAD_NOTICE}</span>
|
|
<!-- ENDIF -->
|
|
<!-- IF SIGNATURE -->
|
|
<span class="postbody"><br />_________________<br />{SIGNATURE}</span>
|
|
<!-- ENDIF -->
|
|
<!-- IF EDITED_MESSAGE -->
|
|
<span class="gensmall">{EDITED_MESSAGE}</span>
|
|
<!-- ENDIF -->
|
|
|
|
<!-- IF not S_HAS_ATTACHMENTS --><br clear="all" /><br /><!-- ENDIF -->
|
|
|
|
<table width="100%" cellspacing="0">
|
|
<tr valign="middle">
|
|
<td class="gensmall" align="right"> <!-- IF U_INFO --><a href="{U_INFO}">{INFO_IMG}</a> <!-- ENDIF --> <!-- IF U_DELETE --><a href="{U_DELETE}">{DELETE_IMG}</a> <!-- ENDIF --></td>
|
|
</tr>
|
|
</table>
|
|
|
|
</td>
|
|
</tr>
|
|
</table></td>
|
|
</tr>
|
|
|
|
<tr class="row1">
|
|
<td><div class="gensmall" style="float:left"> <!-- IF U_AUTHOR_PROFILE --><a href="{U_AUTHOR_PROFILE}">{PROFILE_IMG}</a> <!-- ENDIF --> <!-- IF U_EMAIL --><a href="{U_EMAIL}">{EMAIL_IMG}</a> <!-- ENDIF --> </div> <div class="gensmall" style="float:right"><!-- IF U_QUOTE --><a href="{U_QUOTE}">{QUOTE_IMG}</a> <!-- ENDIF --> <!-- IF U_POST_REPLY_PM --><a href="{U_POST_REPLY_PM}">{REPLY_IMG}</a><!-- ENDIF --> <!-- IF U_EDIT --><a href="{U_EDIT}">{EDIT_IMG}</a> <!-- ENDIF --> </div></td>
|
|
</tr>
|
|
|
|
<tr>
|
|
<td class="spacer" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
|
|
</tr>
|
|
</table>
|
|
|
|
<!--
|
|
<table width="100%" cellspacing="1">
|
|
<tr>
|
|
<td align="left" valign="middle" nowrap="nowrap"><a href="{U_POST_REPLY_PM}">{REPLY_IMG}</a></td>
|
|
</tr>
|
|
</table>
|
|
//-->
|
|
|
|
<div style="padding: 2px;"></div>
|
|
<!-- INCLUDE ucp_pm_message_footer.html -->
|
|
|
|
<br clear="all" />
|
|
|
|
</div>
|
|
|
|
<!-- IF S_DISPLAY_HISTORY --><!-- INCLUDE ucp_pm_history.html --><!-- ENDIF -->
|
|
|
|
<!-- INCLUDE ucp_footer.html -->
|