mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-17 10:19:55 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5785 201d5d3c-b55e-5fd7-737f-ddc643e51545
18 lines
902 B
HTML
18 lines
902 B
HTML
<!--@if($reply_list)-->
|
|
<!--@foreach($reply_list as $key => $reply)-->
|
|
<dl id="commentBody:{$reply->comment_srl}">
|
|
<dt><a href="#" class="member_{$reply->member_srl}">{$reply->nick_name}</a></dt>
|
|
<dd>
|
|
{$reply->content}
|
|
<span class="time">{getTimeGap($reply->regdate, 'Y/m/d')}</span>
|
|
<!--@if($reply->member_srl==$logged_info->member_srl)-->
|
|
<form action="./" method="post" onsubmit="return procFilter(this,delete_planet_comment);" class="deleteContent">
|
|
<input type="hidden" name="document_srl" value="{$reply->document_srl}" />
|
|
<input type="hidden" name="comment_srl" value="{$reply->comment_srl}" />
|
|
<input type="image" src="./images/buttonDelete.gif" value="{$lang->cmd_delete}" />
|
|
</form>
|
|
<!--@end-->
|
|
</dd>
|
|
</dl>
|
|
<!--@end-->
|
|
<!--@end-->
|