author | Dan |
Wed, 09 Jan 2008 22:13:42 -0500 | |
changeset 270 | a48b72312f6d |
parent 108 | 1c7f59df9474 |
permissions | -rw-r--r-- |
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> |
|
108
1c7f59df9474
Implemented some extra functionality for friends/foes in comments; fixed lack of table_prefix in stats.php line 63
Dan
parents:
0
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> |
|
108
1c7f59df9474
Implemented some extra functionality for friends/foes in comments; fixed lack of table_prefix in stats.php line 63
Dan
parents:
0
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> |
|
13 |
</td> |
|
14 |
</tr> |
|
15 |
<tr> |
|
108
1c7f59df9474
Implemented some extra functionality for friends/foes in comments; fixed lack of table_prefix in stats.php line 63
Dan
parents:
0
diff
changeset
|
16 |
<td valign="bottom" class="row1<!-- BEGIN is_friend --> row1_green<!-- END is_friend --><!-- BEGIN is_foe --> row1_red<!-- END is_foe -->"> |
0 | 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 /> |