{@
$oMobileexModel = &getModel('mobileex');
$sub_comment_count = $oMobileexModel->getMobileexSubCommentCount($oDocument->document_srl,$up_category);
if(!$sub_comment_count) $sub_comment_count = 0;
$total_cmt_page_count = ceil($sub_comment_count / $mex_info->cmt_list_count);
$parentComment = $oMobileexModel->getMobileexComment($up_category);
$back_url = getUrl('document_srl',$oDocument->document_srl,'comment_srl','','up_category','','cmt_list_mode','','paginate','','cmtlist_view',1);
if($parentComment->parent_srl || $parentComment->parent_srl != 0) $back_url = getUrl('document_srl',$oDocument->document_srl,'comment_srl','','up_category',$parentComment->parent_srl,'cmt_list_mode',1,'paginate','');
}
-
{$parentComment->getContent(false)}
{$parentComment->getNickName()}
{getTimeGap($parentComment->get('regdate'), "Y.m.d H:i:s")}