equal
deleted
inserted
replaced
|
1 <div class="mdg-comment tblholder" style="padding: 0px;"> |
|
2 <table border="0" width="100%" cellspacing="1" cellpadding="4"> |
|
3 <tr> |
|
4 <th colspan="2" style="text-align: left;">{DATETIME}</th> |
|
5 </tr> |
|
6 <tr> |
|
7 <td style="width: 120px; height: 100%;" rowspan="4" valign="top" class="row1"> |
|
8 <table border="0" width="100%" style="height: 100%;" cellspacing="0" cellpadding="0"> |
|
9 <tr> |
|
10 <td valign="top" class="row1"> |
|
11 <b>{NAME}</b><br /> |
|
12 <small>{USER_LEVEL}</small> |
|
13 </td> |
|
14 </tr> |
|
15 <tr> |
|
16 <td valign="bottom" class="row1"> |
|
17 {SEND_PM_LINK} {ADD_BUDDY_LINK} |
|
18 </td> |
|
19 </tr> |
|
20 </table> |
|
21 </td> |
|
22 <td class="row2"> |
|
23 <b>Subject:</b> <span id="subject_{ID}">{SUBJECT}</span> |
|
24 </td> |
|
25 </tr> |
|
26 <tr> |
|
27 <td class="row3"> |
|
28 <div id="comment_{ID}">{DATA}</div> |
|
29 <!-- BEGIN signature --> |
|
30 <hr style="margin-left: 1em; width: 200px;" /> |
|
31 {SIGNATURE} |
|
32 <!-- END signature --> |
|
33 </td> |
|
34 </tr> |
|
35 <!-- BEGIN can_edit --> |
|
36 <tr> |
|
37 <td class="row2"> |
|
38 [ {EDIT_LINK} | {DELETE_LINK} ] |
|
39 </td> |
|
40 </tr> |
|
41 <!-- END can_edit --> |
|
42 <!-- BEGIN auth_mod --> |
|
43 <tr> |
|
44 <td class="row1"> |
|
45 <b>Moderation options:</b> {MOD_APPROVE_LINK} {MOD_DELETE_LINK} |
|
46 </td> |
|
47 </tr> |
|
48 <!-- END auth_mod --> |
|
49 </table> |
|
50 </div> |
|
51 <br /> |