mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 11:13:59 +02:00
- private messages - not finished yet.
git-svn-id: file:///svn/phpbb/trunk@4908 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -6,6 +6,47 @@
|
||||
<tr>
|
||||
<td width="20%" valign="top">
|
||||
|
||||
<!-- IF S_SHOW_PM_BOX and S_POST_ACTION -->
|
||||
<form action="{S_POST_ACTION}" method="post" name="post"{S_FORM_ENCTYPE}>
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th>{L_PM_TO}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_USERNAME}:</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2"><input class="post" type="text" name="username" size="20" maxlength="40" value="" /> <input class="post" type="submit" name="add_to" value="{L_ADD}" /></td>
|
||||
</tr>
|
||||
<!-- IF S_ALLOW_MASS_PM -->
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_USERNAMES}:</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2"><textarea name="username_list" rows="5" cols="22"></textarea><br />
|
||||
<ul class="nav" style="margin: 0px; padding: 0px; list-style-type: none; line-height: 175%;">
|
||||
<li>» <a href="{U_SEARCH_USER}" onclick="window.open('{U_SEARCH_USER}', '_phpbbsearch', 'HEIGHT=500,resizable=yes,scrollbars=yes,WIDTH=740');return false">{L_FIND_USERNAME}</a></li>
|
||||
</ul>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_GROUP_OPTIONS -->
|
||||
<tr>
|
||||
<td class="row1"><b class="genmed">{L_USERGROUPS}:</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2"><select name="group_list[]" multiple="true" size="5" style="width:150px">{S_GROUP_OPTIONS}</select></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_ALLOW_MASS_PM -->
|
||||
<tr>
|
||||
<td class="row1"><div style="float:left"> <input class="post" type="submit" name="add_bcc" value="{L_ADD_BCC}" /> </div><div style="float:right"> <input class="post" type="submit" name="add_to" value="{L_ADD_TO}" /> </div></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
<div style="padding: 2px;"></div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th>{L_OPTIONS}</th>
|
||||
@@ -31,6 +72,26 @@
|
||||
|
||||
<div style="padding: 2px;"></div>
|
||||
|
||||
<!-- IF S_SHOW_COLOUR_LEGEND -->
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<th colspan="2">{L_MESSAGE_COLOURS}</th>
|
||||
</tr>
|
||||
<!-- BEGIN pm_colour_info -->
|
||||
<tr>
|
||||
<!-- IF not pm_colour_info.IMG -->
|
||||
<td class="row1 {pm_colour_info.CLASS}" width="5"><img src="images/spacer.gif" width="5" alt="{pm_colour_info.LANG}" border="0" /></td>
|
||||
<!-- ELSE -->
|
||||
<td class="row1" width="25" align="center">{pm_colour_info.IMG}</td>
|
||||
<!-- ENDIF -->
|
||||
<td class="row1"><span class="genmed">{pm_colour_info.LANG}</span></td>
|
||||
</tr>
|
||||
<!-- END pm_colour_info -->
|
||||
</table>
|
||||
|
||||
<div style="padding: 2px;"></div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th>{L_FRIENDS}</th>
|
||||
@@ -42,7 +103,11 @@
|
||||
|
||||
<ul class="nav" style="margin: 0px; padding: 0px; list-style-type: none; line-height: 175%;">
|
||||
<!-- BEGIN friends_online -->
|
||||
<li><a href="{friends_online.U_PROFILE}">{friends_online.USERNAME}</a></li>
|
||||
<li><a href="{friends_online.U_PROFILE}">{friends_online.USERNAME}</a>
|
||||
<!-- IF S_SHOW_PM_BOX -->
|
||||
[ <input class="post" type="submit" name="add_to[{friends_online.USER_ID}]" value="{L_ADD}" /> ]
|
||||
<!-- ENDIF -->
|
||||
</li>
|
||||
<!-- BEGINELSE -->
|
||||
<li>{L_NO_FRIENDS_ONLINE}</li>
|
||||
<!-- END friends_online -->
|
||||
@@ -54,7 +119,10 @@
|
||||
|
||||
<ul class="nav" style="margin: 0px; padding: 0px; list-style-type: none; line-height: 175%;">
|
||||
<!-- BEGIN friends_offline -->
|
||||
<li><a href="{friends_online.U_PROFILE}">{friends_offline.USERNAME}</a></li>
|
||||
<li><a href="{friends_offline.U_PROFILE}">{friends_offline.USERNAME}</a>
|
||||
<!-- IF S_SHOW_PM_BOX -->
|
||||
[ <input class="post" type="submit" name="add_to[{friends_offline.USER_ID}]" value="{L_ADD}" /> ]
|
||||
<!-- ENDIF -->
|
||||
<!-- BEGINELSE -->
|
||||
<li>{L_NO_FRIENDS_OFFLINE}</li>
|
||||
<!-- END friends_offline -->
|
||||
@@ -66,4 +134,4 @@
|
||||
|
||||
</td>
|
||||
<td><img src="images/spacer.gif" width="4" alt="" /></td>
|
||||
<td width="80%" valign="top"><form name="ucp" method="post" action="{S_UCP_ACTION}">
|
||||
<td width="80%" valign="top"><!-- IF not S_PRIVMSGS --><form name="ucp" method="post" action="{S_UCP_ACTION}"><!-- ENDIF -->
|
||||
|
67
phpBB/styles/subSilver/template/ucp_pm_history.html
Normal file
67
phpBB/styles/subSilver/template/ucp_pm_history.html
Normal file
@@ -0,0 +1,67 @@
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th align="center">{L_MESSAGE_HISTORY} - {TITLE}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1"><div style="overflow: auto; width: 100%; height: 300px;">
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th width="22%">{L_AUTHOR}</th>
|
||||
<th>{L_MESSAGE}</th>
|
||||
</tr>
|
||||
<!-- BEGIN history_row -->
|
||||
|
||||
<!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
||||
<td rowspan="2" align="left" valign="top"><a name="{history_row.U_POST_ID}"></a>
|
||||
<table width="150" cellspacing="0">
|
||||
<tr>
|
||||
<td align="center" colspan="2"><b class="postauthor">{history_row.AUTHOR_NAME}</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
</td>
|
||||
|
||||
<td width="100%"<!-- IF history_row.S_CURRENT_MSG --> style="background-color:lightblue"<!-- ENDIF -->>
|
||||
<div class="gensmall" style="float:left"><b>{L_PM_SUBJECT}:</b> {history_row.SUBJECT}</div><div class="gensmall" style="float:right"><b>{L_FOLDER}:</b> {history_row.FOLDER}</div>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
<!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
||||
<td valign="top"><table width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<td valign="top"><table width="100%" cellspacing="0" cellpadding="2">
|
||||
<tr>
|
||||
<td><div id="message_{history_row.U_POST_ID}"><div class="postbody">{history_row.MESSAGE}</div></div></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><table width="100%" cellspacing="0">
|
||||
<tr valign="middle">
|
||||
<td width="100%"> </td>
|
||||
<td width="10" nowrap="nowrap">{history_row.MINI_POST_IMG}</td>
|
||||
<td class="gensmall" nowrap="nowrap"><b>{L_SENT_AT}:</b> {history_row.SENT_DATE}</td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
</table></td>
|
||||
</tr>
|
||||
|
||||
<!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
|
||||
<td class="gensmall"><a href="{history_row.U_VIEW_MESSAGE}">{L_VIEW_PM}</a></td>
|
||||
<td><div class="gensmall" style="float:left"> <!-- 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 --> </div> <div class="gensmall" style="float:right"><!-- 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 --> </div></td>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="spacer" colspan="2"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
|
||||
</tr>
|
||||
<!-- END history_row -->
|
||||
</table>
|
||||
</div></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
39
phpBB/styles/subSilver/template/ucp_pm_message_footer.html
Normal file
39
phpBB/styles/subSilver/template/ucp_pm_message_footer.html
Normal file
@@ -0,0 +1,39 @@
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<td class="row1"><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td align="left">
|
||||
<!-- IF TOTAL_MESSAGES -->
|
||||
<table width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
||||
<td class="gensmall" nowrap="nowrap"> [ {TOTAL_MESSAGES} ] </td>
|
||||
<td class="gensmall" width="100%" align="right" nowrap="nowrap"><b>{PAGINATION}</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_VIEW_MESSAGE -->
|
||||
<span class="gensmall">
|
||||
<!-- IF U_PRINT_PM --><a href="{U_PRINT_PM}" title="{L_PRINT_PM}">{L_PRINT_PM}</a><!-- IF U_EMAIL_PM or U_FORWARD_PM--> | <!-- ENDIF --><!-- ENDIF -->
|
||||
<!-- IF U_EMAIL_PM --><a href="{U_EMAIL_PM}" title="{L_EMAIL_PM}">{L_EMAIL_PM}</a><!-- IF U_FORWARD_PM --> | <!-- ENDIF --><!-- ENDIF -->
|
||||
<!-- IF U_FORWARD_PM --><a href="{U_FORWARD_PM}" title="{L_FORWARD_PM}">{L_FORWARD_PM}</a><!-- ENDIF -->
|
||||
</span>
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
<td align="right" nowrap="nowrap">
|
||||
<!-- IF S_VIEW_MESSAGE -->
|
||||
<form name="movepm" method="post" action="{S_PM_ACTION}" style="margin:0px">
|
||||
<input type="hidden" name="marked_msg_id[]" value="{MSG_ID}" />
|
||||
<input type="hidden" name="cur_folder_id" value="{CUR_FOLDER_ID}" />
|
||||
<input type="hidden" name="p" value="{MSG_ID}" />
|
||||
<!-- ENDIF -->
|
||||
<!-- IF not S_UNREAD -->
|
||||
<select name="dest_folder">{S_TO_FOLDER_OPTIONS}</select> <input class="btnlite" type="submit" name="move_pm" value="<!-- IF S_VIEW_MESSAGE -->Place Message into Folder<!-- ELSE -->Place Marked into Folder<!-- ENDIF -->" />
|
||||
<!-- ENDIF -->
|
||||
</form>
|
||||
</td></tr></table></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- IF not S_VIEW_MESSAGE --><div style="float:right"><b class="gensmall"><a href="javascript:marklist('viewfolder', true);">{L_MARK_ALL}</a> :: <a href="javascript:marklist('viewfolder', false);">{L_UNMARK_ALL}</a></b></div><!-- ENDIF -->
|
||||
|
46
phpBB/styles/subSilver/template/ucp_pm_message_header.html
Normal file
46
phpBB/styles/subSilver/template/ucp_pm_message_header.html
Normal file
@@ -0,0 +1,46 @@
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<script language="javascript" type="text/javascript">
|
||||
<!--
|
||||
function marklist(form_name, status)
|
||||
{
|
||||
for (i = 0; i < document.forms[form_name].length; i++)
|
||||
{
|
||||
document.forms[form_name].elements[i].checked = status;
|
||||
}
|
||||
}
|
||||
//-->
|
||||
</script>
|
||||
|
||||
<table width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td class="gensmall" nowrap="nowrap" align="left">
|
||||
<!-- IF S_UNREAD --><b>{L_UNREAD_MESSAGES}</b><!-- ELSE -->{FOLDER_STATUS}<!-- ENDIF -->
|
||||
<td class="gensmall" nowrap="nowrap" align="right"><!-- IF U_INBOX --><a href="{U_INBOX}">{L_PM_INBOX}</a><!-- ELSE -->{L_PM_INBOX}<!-- ENDIF --> | <!-- IF U_OUTBOX --><a href="{U_OUTBOX}">{L_PM_OUTBOX}</a><!-- ELSE -->{L_PM_OUTBOX}<!-- ENDIF --> | <!-- IF U_SENTBOX --><a href="{U_SENTBOX}">{L_PM_SENTBOX}</a><!-- ELSE -->{L_PM_SENTBOX}<!-- ENDIF --> | <a href="{U_CREATE_FOLDER}">{L_CREATE_FOLDER}</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0">
|
||||
<tr>
|
||||
<td class="row1"><table border="0" cellspacing="0" cellpadding="0" width="100%"><tr><td align="left">
|
||||
<!-- IF TOTAL_MESSAGES -->
|
||||
<table width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<td class="nav" valign="middle" nowrap="nowrap"> {PAGE_NUMBER}<br /></td>
|
||||
<td class="gensmall" nowrap="nowrap"> [ {TOTAL_MESSAGES} ] </td>
|
||||
<td class="gensmall" width="100%" align="right" nowrap="nowrap"><b>{PAGINATION}</b></td>
|
||||
</tr>
|
||||
</table>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_VIEW_MESSAGE -->
|
||||
<span class="gensmall">
|
||||
<!-- IF S_DISPLAY_HISTORY --><a href="{U_VIEW_PREVIOUS_HISTORY}">{L_VIEW_PREVIOUS_HISTORY}</a> | <a href="{U_VIEW_NEXT_HISTORY}">{L_VIEW_NEXT_HISTORY}</a> | <!-- ENDIF --><a href="{U_PREVIOUS_PM}">{L_VIEW_PREVIOUS_PM}</a> | <a href="{U_NEXT_PM}">{L_VIEW_NEXT_PM}</a>
|
||||
</span>
|
||||
<!-- ENDIF -->
|
||||
</td><td align="right" nowrap="nowrap"><form name="choosefolder" method="post" action="{S_FOLDER_ACTION}" style="margin:0px">
|
||||
<select name="f">{S_FOLDER_OPTIONS}</select> <input class="btnlite" type="submit" name="folder" value="{L_GO}" /></form>
|
||||
</td></tr></table></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
170
phpBB/styles/subSilver/template/ucp_pm_options.html
Normal file
170
phpBB/styles/subSilver/template/ucp_pm_options.html
Normal file
@@ -0,0 +1,170 @@
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<!-- IF ERROR_MESSAGE or NOTIFICATION_MESSAGE -->
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr>
|
||||
<td class="row3" align="center">
|
||||
<!-- IF ERROR_MESSAGE --><span class="genmed" style="color:red">{ERROR_MESSAGE}</span><!-- ENDIF -->
|
||||
<!-- IF NOTIFICATION_MESSAGE --><span class="genmed" style="color:red">{NOTIFICATION_MESSAGE}</span><!-- ENDIF -->
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
<div style="padding: 2px;"></div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<form name="ucp" method="post" action="{S_UCP_ACTION}">
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="3">{L_ADD_NEW_RULE}</th>
|
||||
</tr>
|
||||
<!-- IF S_CHECK_DEFINED -->
|
||||
<tr>
|
||||
<td class="row1" width="50" align="left" valign="top"><b class="gen">{L_IF}:</b></td>
|
||||
<td class="row2" align="center" valign="top"><!-- IF S_CHECK_SELECT --><select name="check_option">{S_CHECK_OPTIONS}</select><!-- ELSE --><b class="gen">{CHECK_CURRENT}</b><input type="hidden" name="check_option" value="{CHECK_OPTION}" /><!-- ENDIF --></td>
|
||||
<td class="row1" width="50" align="right" valign="top"><!-- IF S_CHECK_SELECT --><input type="submit" name="next" value="{L_NEXT}" class="btnlite" /><!-- ELSE --> <!-- ENDIF --></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF S_RULE_DEFINED -->
|
||||
<tr>
|
||||
<td class="row1" width="50" align="left" valign="top"><!-- IF S_RULE_SELECT --><input type="submit" name="back[rule]" value="{L_PREVIOUS}" class="btnlite" /><!-- ELSE --> <!-- ENDIF --></td>
|
||||
<td class="row2" align="center" valign="top"><!-- IF S_RULE_SELECT --><select name="rule_option">{S_RULE_OPTIONS}</select><!-- ELSE --><b class="gen">{RULE_CURRENT}</b><input type="hidden" name="rule_option" value="{RULE_OPTION}" /><!-- ENDIF --></td>
|
||||
<td class="row1" width="50" align="right" valign="top"><!-- IF S_RULE_SELECT --><input type="submit" name="next" value="{L_NEXT}" class="btnlite" /><!-- ELSE --> <!-- ENDIF --></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_COND_DEFINED -->
|
||||
<!-- IF S_COND_SELECT or COND_CURRENT -->
|
||||
<tr>
|
||||
<td class="row1" width="50" align="left" valign="top"><!-- IF S_COND_SELECT --><input type="submit" name="back[cond]" value="{L_PREVIOUS}" class="btnlite" /><!-- ELSE --> <!-- ENDIF --></td>
|
||||
<td class="row2" align="center" valign="top">
|
||||
<!-- IF S_COND_SELECT -->
|
||||
<!-- IF S_TEXT_CONDITION -->
|
||||
<input type="text" name="rule_string" value="{CURRENT_STRING}" size="30" maxlength="250" class="post" />
|
||||
<!-- ELSEIF S_USER_CONDITION -->
|
||||
<input type="text" class="post" name="rule_string" value="{CURRENT_STRING}" maxlength="50" size="20" /> <span class="gensmall">[ <a href="{U_FIND_USERNAME}" onclick="window.open('{U_FIND_USERNAME}', '_phpbbsearch', 'HEIGHT=500,resizable=yes,scrollbars=yes,WIDTH=740');return false;">{L_FIND_USERNAME}</a> ]</span>
|
||||
<!-- ELSEIF S_GROUP_CONDITION -->
|
||||
SELECT GROUP
|
||||
<!-- ENDIF -->
|
||||
<!-- ELSE -->
|
||||
<b class="gen">{COND_CURRENT}</b>
|
||||
<input type="hidden" name="rule_string" value="{CURRENT_STRING}" /><input type="hidden" name="rule_user_id" value="{CURRENT_USER_ID}" /><input type="hidden" name="rule_group_id" value="{CURRENT_GROUP_ID}" />
|
||||
<!-- ENDIF -->
|
||||
</td>
|
||||
<td class="row1" width="50" align="right" valign="top"><!-- IF S_COND_SELECT --><input type="submit" name="next" value="{L_NEXT}" class="btnlite" /><!-- ELSE --> <!-- ENDIF --></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<input type="hidden" name="cond_option" value="{COND_OPTION}" />
|
||||
<!-- ENDIF -->
|
||||
<!-- IF NONE_CONDITION --><input type="hidden" name="cond_option" value="none" /><!-- ENDIF -->
|
||||
|
||||
<!-- IF S_ACTION_DEFINED -->
|
||||
<tr>
|
||||
<td class="row1" width="50" align="left" valign="top"><!-- IF S_ACTION_SELECT --><input type="submit" name="back[action]" value="{L_PREVIOUS}" class="btnlite" /><!-- ELSE --> <!-- ENDIF --></td>
|
||||
<td class="row2" align="center" valign="top"><!-- IF S_ACTION_SELECT --><select name="action_option">{S_ACTION_OPTIONS}</select><!-- ELSE --><b class="gen">{ACTION_CURRENT}</b><input type="hidden" name="action_option" value="{ACTION_OPTION}" /><!-- ENDIF --></td>
|
||||
<td class="row1" width="50" align="right" valign="top"><!-- IF S_ACTION_SELECT --><input type="submit" name="add_rule" value="{L_ADD_RULE}" class="btnlite" /><!-- ELSE --> <!-- ENDIF --></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
|
||||
<div style="padding: 2px;"></div>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="6">{L_DEFINED_RULES}</th>
|
||||
</tr>
|
||||
<!-- BEGIN rule -->
|
||||
<tr>
|
||||
<td class="row1" width="25" align="center"><span class="gen">{rule.COUNT}</span></td>
|
||||
<td class="row2" width="120"><span class="gen">{rule.CHECK}</span></td>
|
||||
<td class="row1" width="120"><span class="gen">{rule.RULE}</span></td>
|
||||
<td class="row2" width="120"><span class="gen"><!-- IF rule.STRING -->{rule.STRING}<!-- ENDIF --></span></td>
|
||||
<td class="row1"><span class="gen">{rule.ACTION}<!-- IF rule.FOLDER --> -> {rule.FOLDER}<!-- ENDIF --></span></td>
|
||||
<td class="row2" width="25"><input type="submit" name="delete_rule[{rule.RULE_ID}]" value="{L_DELETE_RULE}" class="btnlite" /></td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<td colspan="6" class="row3" align="center"><span class="gen">{L_NO_RULES_DEFINED}</span></td>
|
||||
</tr>
|
||||
<!-- END rule -->
|
||||
</table>
|
||||
|
||||
<div style="padding: 2px;"></div>
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2">{L_ADD_FOLDER}</th>
|
||||
</tr>
|
||||
<!-- IF S_MAX_FOLDER_REACHED -->
|
||||
<tr>
|
||||
<td colspan="2">{L_MAX_FOLDER_REACHED}</td>
|
||||
</tr>
|
||||
<!-- ELSE -->
|
||||
<tr>
|
||||
<td class="row1" width="200"><b class="gen">{L_ADD_FOLDER}: </b></td>
|
||||
<td class="row1"><input type="text" class="post" name="foldername" size="30" maxlength="30" /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="right" colspan="2"><input class="btnlite" style="width:150px" type="submit" name="addfolder" value="{L_ADD}" /></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
|
||||
<div style="padding: 2px;"></div>
|
||||
|
||||
<!-- IF S_FOLDER_OPTIONS -->
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="3">{L_REMOVE_FOLDER}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="200"><b class="gen">{L_REMOVE_FOLDER}: </b></td>
|
||||
<td class="row1"><select name="removefolder">{S_FOLDER_OPTIONS}</select></td>
|
||||
<td class="row1"><b class="genmed">{L_AND}</b></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" width="200"> </td>
|
||||
<td class="row2" colspan="2"><input type="radio" name="remove_action" value="1" checked="checked" /> <span class="genmed">Move messages from removed folder to </span> <select name="move_to">{S_TO_FOLDER_OPTIONS}</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" width="200"> </td>
|
||||
<td class="row2" colspan="2"><input type="radio" name="remove_action" value="2" /> <span class="genmed">Delete all messages within removed folder</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" width="200"> </td>
|
||||
<td class="row2" colspan="2" align="right"><input class="btnlite" style="width:150px" type="submit" name="remove" value="{L_REMOVE}" /></td>
|
||||
</tr>
|
||||
|
||||
</table>
|
||||
|
||||
<div style="padding: 2px;"></div>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1">
|
||||
<tr>
|
||||
<th colspan="2">{L_FOLDER_OPTIONS}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="200"><b class="genmed">{L_IF_FOLDER_FULL}: </b></span></td>
|
||||
<td class="row1"><input type="radio" name="full_action" value="1"{S_DELETE_CHECKED} /> <span class="genmed">{L_DELETE_OLDEST_MESSAGES}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="200"> </td>
|
||||
<td class="row1"><input type="radio" name="full_action" value="2"{S_MOVE_CHECKED} /> <span class="genmed">{L_MOVE_TO_FOLDER}: </span><select name="full_move_to">{S_FULL_FOLDER_OPTIONS}</select></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" width="200"> </td>
|
||||
<td class="row1"><input type="radio" name="full_action" value="3"{S_HOLD_CHECKED} /> <span class="genmed">{L_HOLD_NEW_MESSAGES}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row2" width="200"><b class="genmed">{L_DEFAULT_ACTION}: </b><br /><span class="gensmall">{L_DEFAULT_ACTION_EXPLAIN}</span></td>
|
||||
<td class="row2"><span class="genmed">{DEFAULT_ACTION}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" colspan="2" align="right"><input class="btnlite" style="width:150px" type="submit" name="fullfolder" value="{L_CHANGE}" /></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
83
phpBB/styles/subSilver/template/ucp_pm_viewfolder.html
Normal file
83
phpBB/styles/subSilver/template/ucp_pm_viewfolder.html
Normal file
@@ -0,0 +1,83 @@
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<div id="pagecontent">
|
||||
|
||||
<!-- INCLUDE ucp_pm_message_header.html -->
|
||||
<div style="padding: 2px;"></div>
|
||||
|
||||
<!-- IF S_PM_ICONS and S_UNREAD -->
|
||||
<!-- DEFINE $COLSPAN = 7 -->
|
||||
<!-- ELSEIF not S_PM_ICONS and not S_UNREAD -->
|
||||
<!-- DEFINE $COLSPAN = 5 -->
|
||||
<!-- ELSE -->
|
||||
<!-- DEFINE $COLSPAN = 6 -->
|
||||
<!-- ENDIF -->
|
||||
|
||||
<form name="viewfolder" method="post" action="{S_PM_ACTION}" style="margin:0px">
|
||||
|
||||
<table class="tablebg" width="100%" cellspacing="1" cellpadding="0" border="0">
|
||||
<!-- IF NUM_NOT_MOVED -->
|
||||
<tr>
|
||||
<td class="row3" colspan="{$COLSPAN}" align="center"><span class="gen">{NOT_MOVED_MESSAGES}<br />{RELEASE_MESSAGE_INFO}</span></td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
<th colspan="<!-- IF S_PM_ICONS -->3<!-- ELSE -->2<!-- ENDIF -->"> {L_SUBJECT} </th>
|
||||
<!-- IF S_UNREAD -->
|
||||
<th> <!-- IF S_SHOW_RECIPIENTS -->{L_RECIPIENTS}<!-- ELSE -->{L_AUTHOR}<!-- ENDIF --> </th>
|
||||
<th> {L_FOLDER} </th>
|
||||
<!-- ELSE -->
|
||||
<th> <!-- IF S_SHOW_RECIPIENTS -->{L_RECIPIENTS}<!-- ELSE -->{L_AUTHOR}<!-- ENDIF --> </th>
|
||||
<!-- ENDIF -->
|
||||
<th> {L_SENT_AT} </th>
|
||||
<th> {L_MARK} </th>
|
||||
</tr>
|
||||
|
||||
<!-- BEGIN messagerow -->
|
||||
<tr>
|
||||
<td class="row1" width="25" align="center" nowrap="nowrap">{messagerow.FOLDER_IMG}</td>
|
||||
<!-- IF S_PM_ICONS -->
|
||||
<td class="row1" width="25" align="center">{messagerow.PM_ICON_IMG}</td>
|
||||
<!-- ENDIF -->
|
||||
<td class="row1">
|
||||
<!-- IF messagerow.S_PM_REPORTED -->
|
||||
<a href="{messagerow.U_MCP_REPORT}">{REPORTED_IMG}</a>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF not messagerow.PM_IMG and messagerow.PM_CLASS -->
|
||||
<span class="{messagerow.PM_CLASS}"><img src="images/spacer.gif" width="10" height="10" alt="" border="0" /></span>
|
||||
<!-- ELSEIF messagerow.PM_IMG -->
|
||||
{messagerow.PM_IMG}
|
||||
<!-- ENDIF -->
|
||||
<p class="topictitle">{messagerow.ATTACH_ICON_IMG} <a href="{messagerow.U_VIEW_PM}">{messagerow.SUBJECT}</a></p></td>
|
||||
<td class="row1" width="100" align="center"><p class="topicauthor"><!-- IF S_SHOW_RECIPIENTS -->{messagerow.RECIPIENTS}<!-- ELSE -->{messagerow.MESSAGE_AUTHOR}<!-- ENDIF --></p></td>
|
||||
<!-- IF S_UNREAD -->
|
||||
<td class="row1" width="100" align="center"><p class="topicauthor"><!-- IF messagerow.FOLDER --><a href="{messagerow.U_FOLDER}">{messagerow.FOLDER}</a><!-- ELSE -->{L_UNKNOWN_FOLDER}<!-- ENDIF --></p></td>
|
||||
<!-- ENDIF -->
|
||||
<td class="row1" width="120" align="center"><p class="topicdetails">{messagerow.SENT_TIME}</p></td>
|
||||
<td class="row1" width="20" align="center"><p class="topicdetails"><input type="checkbox" name="marked_msg_id[]" value="{messagerow.MESSAGE_ID}" /></p></td>
|
||||
</tr>
|
||||
<!-- BEGINELSE -->
|
||||
<tr>
|
||||
<td class="row1" colspan="{$COLSPAN}" height="30" align="center" valign="middle"><span class="gen">{L_NO_MESSAGES}</span></td>
|
||||
</tr>
|
||||
<!-- END messagerow -->
|
||||
|
||||
<input type="hidden" name="cur_folder_id" value="{CUR_FOLDER_ID}" />
|
||||
</table>
|
||||
<table border="0" cellspacing="0" cellpadding="0" width="100%">
|
||||
<tr>
|
||||
<td class="cat" align="left"><span class="gensmall">{L_DISPLAY_MESSAGES}:</span> {S_SELECT_SORT_DAYS} <span class="gensmall">{L_SORT_BY}</span> {S_SELECT_SORT_KEY} {S_SELECT_SORT_DIR} <input class="btnlite" type="submit" name="sort" value="{L_GO}" /></td>
|
||||
<td class="cat" align="right"><select name="mark_option">{S_MARK_OPTIONS}</select> <input class="btnlite" type="submit" name="submit_mark" value="{L_GO}" /> </td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<div style="padding: 2px;"></div>
|
||||
<!-- INCLUDE ucp_pm_message_footer.html -->
|
||||
|
||||
<br clear="all" />
|
||||
|
||||
</div>
|
||||
|
||||
<!-- INCLUDE ucp_footer.html -->
|
182
phpBB/styles/subSilver/template/ucp_pm_viewmessage.html
Normal file
182
phpBB/styles/subSilver/template/ucp_pm_viewmessage.html
Normal file
@@ -0,0 +1,182 @@
|
||||
<!-- INCLUDE ucp_header.html -->
|
||||
|
||||
<!-- $Id$ -->
|
||||
|
||||
<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 width="150" nowrap="nowrap">{L_AUTHOR}</th>
|
||||
<th nowrap="nowrap">{L_MESSAGE}</th>
|
||||
</tr>
|
||||
|
||||
<tr>
|
||||
<td class="spacer" colspan="2" height="1"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
|
||||
</tr>
|
||||
|
||||
<tr class="row1">
|
||||
<td valign="top">
|
||||
|
||||
<div align="center">
|
||||
|
||||
<b class="postauthor">{AUTHOR_NAME}</b><br /><br />
|
||||
|
||||
<table cellspacing="4" align="center">
|
||||
<!-- IF ONLINE_IMG -->
|
||||
<tr>
|
||||
<td>{ONLINE_IMG}</td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF AUTHOR_RANK -->
|
||||
<tr>
|
||||
<td class="postdetails">{AUTHOR_RANK}</td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF RANK_IMAGE -->
|
||||
<tr>
|
||||
<td>{RANK_IMAGE}</td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<!-- IF AUTHOR_AVATAR -->
|
||||
<tr>
|
||||
<td>{AUTHOR_AVATAR}</td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
</table>
|
||||
|
||||
<span class="postdetails">
|
||||
<!-- IF AUTHOR_POSTS --><br /><b>{L_JOINED}:</b> {AUTHOR_JOINED}<!-- ENDIF -->
|
||||
<!-- IF AUTHOR_POSTS --><br /><b>{L_POSTS}:</b> {AUTHOR_POSTS}<!-- ENDIF -->
|
||||
<!-- IF AUTHOR_FROM --><br /><b>{L_LOCATION}:</b> {AUTHOR_FROM}<!-- ENDIF -->
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</td>
|
||||
<td valign="top"><table width="100%" cellspacing="5">
|
||||
<tr>
|
||||
<td>
|
||||
|
||||
<!-- IF S_MESSAGE_REPORTED -->
|
||||
<table width="100%" cellspacing="0">
|
||||
<tr>
|
||||
<td class="gensmall"><b class="postreported">» <a class="postreported" href="{U_MCP_REPORT}">{L_MESSAGE_REPORTED}</a></b></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<br clear="all" />
|
||||
<!-- ENDIF -->
|
||||
|
||||
<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_REPORT --><a href="{U_REPORT}">{REPORT_IMG}</a> <!-- ENDIF --> <!-- IF U_IP --><a href="{U_IP}">{IP_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></td>
|
||||
<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" colspan="2" 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 -->
|
127
phpBB/styles/subSilver/template/ucp_pm_viewmessage_print.html
Normal file
127
phpBB/styles/subSilver/template/ucp_pm_viewmessage_print.html
Normal file
@@ -0,0 +1,127 @@
|
||||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
||||
<html dir="{S_CONTENT_DIRECTION}">
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset={S_CONTENT_ENCODING}">
|
||||
<meta http-equiv="Content-Style-Type" content="text/css">
|
||||
<title>{SITENAME} :: {PAGE_TITLE}</title>
|
||||
<style type="text/css">
|
||||
<!--
|
||||
body {
|
||||
font-family: Verdana,serif;
|
||||
font-size: 10pt;
|
||||
}
|
||||
|
||||
td {
|
||||
font-family: Verdana,serif;
|
||||
font-size: 10pt;
|
||||
line-height: 150%;
|
||||
}
|
||||
|
||||
.code, .quote {
|
||||
font-size: smaller;
|
||||
border: black solid 1px;
|
||||
}
|
||||
|
||||
.forum {
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
font-weight: bold;
|
||||
font-size: 18pt;
|
||||
}
|
||||
|
||||
.topic {
|
||||
font-family: Arial,Helvetica,sans-serif;
|
||||
font-size: 14pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.gensmall {
|
||||
font-size: 8pt;
|
||||
}
|
||||
|
||||
hr {
|
||||
color: #888888;
|
||||
height: 3px;
|
||||
border-style: solid;
|
||||
}
|
||||
|
||||
hr.sep {
|
||||
color: #AAAAAA;
|
||||
height: 1px;
|
||||
border-style: dashed;
|
||||
}
|
||||
-->
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
|
||||
<tr>
|
||||
<td colspan="2" align="center"><span class="Forum">{SITENAME}</span><br /><span class="gensmall">{L_PRIVATE_MESSAGING}</a></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2"><br /></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td><span class="Topic">{SUBJECT}</span><br /></td>
|
||||
<td align="right" valign="bottom"><span class="gensmall">{PAGE_NUMBER}</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
|
||||
<hr width="85%" />
|
||||
|
||||
<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
|
||||
<tr>
|
||||
<td width="10%" nowrap="nowrap">{L_PM_FROM}: </td>
|
||||
<td><b>{AUTHOR_NAME}</b> [ {SENT_DATE} ]</td>
|
||||
</tr>
|
||||
|
||||
<!-- IF S_TO_RECIPIENT -->
|
||||
<tr>
|
||||
<td width="10%" nowrap="nowrap">{L_TO}:</td>
|
||||
<td>
|
||||
<!-- BEGIN to_recipient -->
|
||||
<!-- 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>
|
||||
<!-- END to_recipient -->
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
|
||||
<!-- IF S_BCC_RECIPIENT -->
|
||||
<tr>
|
||||
<td width="10%" nowrap="nowrap">{L_BCC}:</td>
|
||||
<td>
|
||||
<!-- BEGIN bcc_recipient -->
|
||||
<!-- 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>
|
||||
<!-- END bcc_recipient -->
|
||||
</td>
|
||||
</tr>
|
||||
<!-- ENDIF -->
|
||||
<tr>
|
||||
<td colspan="2"><hr class="sep" />{MESSAGE}</td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
<hr width="85%" />
|
||||
<!--
|
||||
We request you retain the full copyright notice below including the link to www.phpbb.com.
|
||||
This not only gives respect to the large amount of time given freely by the developers
|
||||
but also helps build interest, traffic and use of phpBB2. If you (honestly) cannot retain
|
||||
the full copyright we ask you at least leave in place the "Powered by phpBB {PHPBB_VERSION}"
|
||||
line, with phpBB linked to www.phpbb.com. If you refuse to include even this then support on
|
||||
our forums may be affected.
|
||||
|
||||
The phpBB Group : 2002
|
||||
// -->
|
||||
<table width="85%" cellspacing="3" cellpadding="0" border="0" align="center">
|
||||
<tr>
|
||||
<td><span class="gensmall">{PAGE_NUMBER}</span></td>
|
||||
<td align="right"><span class="gensmall">{S_TIMEZONE}</span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td colspan="2" align="center"><span class="gensmall">Powered by phpBB {PHPBB_VERSION} © 2002 phpBB Group<br />http://www.phpbb.com/</span></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user