equal
deleted
inserted
replaced
|
1 <div class="tblholder"> |
|
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<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->"> |
|
8 <table border="0" width="100%" style="height: 100%;" cellspacing="0" cellpadding="0"> |
|
9 <tr> |
|
10 <td valign="top" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->"> |
|
11 <b>{NAME}</b><br /> |
|
12 <small>{USER_LEVEL}</small> |
|
13 <!-- BEGIN user_has_avatar --> |
|
14 <div class="avatar"> |
|
15 <a href="{USERPAGE_LINK}"> |
|
16 <img alt="{AVATAR_ALT}" src="{AVATAR_URL}" style="border-width: 0px;" /> |
|
17 </a> |
|
18 </div> |
|
19 <!-- END user_has_avatar --> |
|
20 </td> |
|
21 </tr> |
|
22 <tr> |
|
23 <td valign="bottom" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->"> |
|
24 {SEND_PM_LINK} {ADD_BUDDY_LINK} |
|
25 </td> |
|
26 </tr> |
|
27 </table> |
|
28 </td> |
|
29 <td class="row2"> |
|
30 <b>{lang:comment_lbl_subject}</b> <span id="subject_{ID}">{SUBJECT}</span> |
|
31 </td> |
|
32 </tr> |
|
33 <tr> |
|
34 <td class="row3"> |
|
35 <div id="comment_{ID}">{DATA}</div> |
|
36 <!-- BEGIN signature --> |
|
37 <hr style="margin-left: 1em; width: 200px;" /> |
|
38 {SIGNATURE} |
|
39 <!-- END signature --> |
|
40 </td> |
|
41 </tr> |
|
42 <!-- BEGIN can_edit --> |
|
43 <tr> |
|
44 <td class="row2"> |
|
45 [ {EDIT_LINK} | {DELETE_LINK} ] |
|
46 </td> |
|
47 </tr> |
|
48 <!-- END can_edit --> |
|
49 <!-- BEGIN auth_mod --> |
|
50 <tr> |
|
51 <td class="row1"> |
|
52 <b>{lang:comment_lbl_mod_options}</b> {MOD_APPROVE_LINK} {MOD_DELETE_LINK} | {MOD_IP_LINK} |
|
53 </td> |
|
54 </tr> |
|
55 <!-- END auth_mod --> |
|
56 </table> |
|
57 </div> |
|
58 <br /> |