source: trunk/forum/styles/WoWMoonclaw/template/ucp_pm_history.html

Last change on this file was 400, checked in by george, 16 years ago
  • Přidáno: Nové forum phpBB 3.
File size: 3.0 KB
Line 
1
2<table class="tablebg" width="100%" cellspacing="1">
3<tr>
4 <th align="center">{L_MESSAGE_HISTORY} - {HISTORY_TITLE}</th>
5</tr>
6<tr>
7 <td class="row1"><div style="overflow: auto; width: 100%; height: 300px;">
8
9 <table class="tablebg" width="100%" cellspacing="1">
10 <tr>
11 <th width="22%">{L_AUTHOR}</th>
12 <th>{L_MESSAGE}</th>
13 </tr>
14 <!-- BEGIN history_row -->
15 <!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
16 <td rowspan="2" align="{S_CONTENT_FLOW_BEGIN}" valign="top"><a name="{history_row.MSG_ID}"></a>
17 <table width="150" cellspacing="0">
18 <tr>
19 <td align="center" colspan="2"><span class="postauthor">{history_row.MESSAGE_AUTHOR_FULL}</span></td>
20 </tr>
21 </table>
22 </td>
23 <td width="100%"<!-- IF history_row.S_CURRENT_MSG --> style="background-color:lightblue"<!-- ENDIF -->>
24 <div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};"><b>{L_PM_SUBJECT}:</b>&nbsp;{history_row.SUBJECT}</div><div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><b>{L_FOLDER}:</b>&nbsp;{history_row.FOLDER}</div>
25 </td>
26 </tr>
27
28 <!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
29 <td valign="top">
30 <table width="100%" cellspacing="0">
31 <tr>
32 <td valign="top">
33 <table width="100%" cellspacing="0" cellpadding="2">
34 <tr>
35 <td><div class="postbody">{history_row.MESSAGE}</div><div id="message_{history_row.MSG_ID}" style="display: none;">{history_row.DECODED_MESSAGE}</div></td>
36 </tr>
37 </table>
38 </td>
39 </tr>
40 <tr>
41 <td>
42 <table width="100%" cellspacing="0">
43 <tr valign="middle">
44 <td width="100%">&nbsp;</td>
45 <td width="10" nowrap="nowrap">{history_row.MINI_POST_IMG}</td>
46 <td class="gensmall" nowrap="nowrap"><b>{L_SENT_AT}:</b> {history_row.SENT_DATE}</td>
47 </tr>
48 </table>
49 </td>
50 </tr>
51 </table>
52 </td>
53 </tr>
54
55 <!-- IF history_row.S_ROW_COUNT is even --><tr class="row1"><!-- ELSE --><tr class="row2"><!-- ENDIF -->
56 <td class="gensmall"><a href="{history_row.U_VIEW_MESSAGE}">{L_VIEW_PM}</a></td>
57 <td><div class="gensmall" style="float: {S_CONTENT_FLOW_BEGIN};">&nbsp;<!-- 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 -->&nbsp;</div> <div class="gensmall" style="float: {S_CONTENT_FLOW_END};"><!-- IF history_row.U_QUOTE or history_row.MESSAGE_AUTHOR_QUOTE --><a <!-- IF history_row.U_QUOTE -->href="{history_row.U_QUOTE}"<!-- ELSE -->href="#" onclick="addquote({history_row.MSG_ID}, '{history_row.MESSAGE_AUTHOR_QUOTE}'); return false;"<!-- ENDIF -->>{QUOTE_IMG}</a> <!-- ENDIF --> <!-- IF history_row.U_POST_REPLY_PM --><a href="{history_row.U_POST_REPLY_PM}">{REPLY_IMG}</a><!-- ENDIF -->&nbsp;</div></td>
58 </tr>
59 <tr>
60 <td class="spacer" colspan="2"><img src="images/spacer.gif" alt="" width="1" height="1" /></td>
61 </tr>
62 <!-- END history_row -->
63 </table>
64 </div></td>
65</tr>
66</table>
67
68<br clear="all" />
Note: See TracBrowser for help on using the repository browser.