{@ $not_permitted = $XE_VALIDATOR_ERROR == '-1380'}
{@
$is_cmt = $oComment && $oComment->isExists();
$is_par = !$is_cmt && $oSourceComment && $oSourceComment->isExists();
}
{$lang->comment.' '.$lang->no}: {$is_par?$oSourceComment->comment_srl.' - ':$comment_srl}
{$not_permitted?$lang->msg_input_password:$lang->new_comment}
- {$is_topic_vote=='agree'?$lang->cmd_agree:$lang->cmd_disagree}
{@ $is_doc = $oDocument && $oDocument->isExists()}
{$lang->document.' '.$lang->no}: {$document_srl}
{$not_permitted?$lang->msg_input_password:$lang->new_document}
{@
$oTemplate = &TemplateHandler::getInstance();
print $oTemplate->compile($tpl_path, '_tpl.'.($act=='dispBoardWriteComment'?'c.insert':'insert').'.html');
}