<!--{if empty($ajax_edit)}--><div id="post_$value[pid]_li"><!--{/if}-->
<ul class="line_list">
<li>
<table width="100%">
<tr>
<td width="70" valign="top">
<div class="avatar48"><a href="space.php?uid=$value[uid]"><!--{avatar($value[uid],small)}--></a></div>
</td>
<td>
<div class="title">
<div class="r_option">
<!--{if $mtag[grade]>=8 || $value[uid]==$_SGLOBAL[supe_uid] || ($eventid && $userevent[status]>=3)}-->
<a href="cp.php?ac=thread&op=edit&pid=$value[pid]" id="p_$value[pid]_edit" onclick="ajaxmenu(event, this.id, 1)">Edit</a>
<a href="cp.php?ac=thread&op=delete&pid=$value[pid]&tagid=$thread[tagid]" id="p_$value[pid]_delete" onclick="ajaxmenu(event, this.id)">Remove</a>
<!--{/if}-->
<!--{if $value[uid]!=$_SGLOBAL[supe_uid] && (($mtag[allowpost] && !$eventid) || ($eventid && $userevent[status]>1))}--><a href="cp.php?ac=thread&op=reply&pid=$value[pid]" id="p_$value[pid]_reply" onclick="ajaxmenu(event, this.id, 1)">Reply</a> <!--{/if}-->
<a href="cp.php?ac=common&op=report&idtype=post&id=$value[pid]" id="a_report_$value[pid]" onclick="ajaxmenu(event, this.id, 1)">Abuse</a>
<span class="gray">#$value[num]</span>
</div>
<a href="space.php?uid=$value[uid]">{$_SN[$value[uid]]}</a>
<span class="gray"><!--{date('Y-m-d H:i',$value[dateline],1)}--></span>
</div>
<div class="detail" id="detail_$value[pid]">
$value[message]
<!--{if $value[pic]}--><div><a href="$value[pic]" target="_blank"><img src="$value[pic]" class="resizeimg" /></a></div><!--{/if}-->
</div>
</td>
</tr>
</table>
</li>
</ul>
<!--{if empty($ajax_edit)}--></div><!--{/if}-->