0
+ − 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>
380
73444271fd1c
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
Dan
diff
changeset
+ − 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 -->">
0
+ − 8
<table border="0" width="100%" style="height: 100%;" cellspacing="0" cellpadding="0">
+ − 9
<tr>
380
73444271fd1c
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
Dan
diff
changeset
+ − 10
<td valign="top" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
0
+ − 11
<b>{NAME}</b><br />
+ − 12
<small>{USER_LEVEL}</small>
380
73444271fd1c
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
Dan
diff
changeset
+ − 13
<!-- BEGIN user_has_avatar -->
73444271fd1c
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
Dan
diff
changeset
+ − 14
<div class="avatar">
73444271fd1c
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
Dan
diff
changeset
+ − 15
<a href="{USERPAGE_LINK}">
73444271fd1c
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
Dan
diff
changeset
+ − 16
<img alt="{AVATAR_ALT}" src="{AVATAR_URL}" style="border-width: 0px;" />
73444271fd1c
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
Dan
diff
changeset
+ − 17
</a>
73444271fd1c
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
Dan
diff
changeset
+ − 18
</div>
73444271fd1c
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
Dan
diff
changeset
+ − 19
<!-- END user_has_avatar -->
0
+ − 20
</td>
+ − 21
</tr>
+ − 22
<tr>
380
73444271fd1c
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
Dan
diff
changeset
+ − 23
<td valign="bottom" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->">
0
+ − 24
{SEND_PM_LINK} {ADD_BUDDY_LINK}
+ − 25
</td>
+ − 26
</tr>
+ − 27
</table>
+ − 28
</td>
+ − 29
<td class="row2">
380
73444271fd1c
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
Dan
diff
changeset
+ − 30
<b>{lang:comment_lbl_subject}</b> <span id="subject_{ID}">{SUBJECT}</span>
0
+ − 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">
380
73444271fd1c
Updated acledit and comment templates on themes, as they weren't in sync with Oxygen; fixed some undefined index errors in SpecialAdmin and paths
Dan
diff
changeset
+ − 52
<b>{lang:comment_lbl_mod_options}</b> {MOD_APPROVE_LINK} {MOD_DELETE_LINK} | {MOD_IP_LINK}
0
+ − 53
</td>
+ − 54
</tr>
+ − 55
<!-- END auth_mod -->
+ − 56
</table>
+ − 57
</div>
+ − 58
<br />