echo $f_AdminButtons ?>
echo "$f_Created_day.$f_Created_month.$f_Created_year" ?>
echo "$f_Created_hours:$f_Created_minutes" ?>
echo ($f_Name ? nc_edit_inline('Name', $f_RowId, $cc) : "Аноним") ?>
if ($f_Email) {
?>
echo nc_edit_inline('Email', $f_RowId, $cc) ?> } ?>
echo nc_edit_inline('Message', $f_RowId, $cc) ?>
if ($f_Answer) {
?>Ответ: echo nc_edit_inline('Answer', $f_RowId, $cc) ?>
}
if ($cc_settings['ShowComments'] == true) {
?>
echo s_list_class($cc_settings['CommentsSUB'], $cc_settings['CommentsCC'], "&scID=$cc&objID=$f_RowID&backlink=".urlencode(htmlspecialchars($GLOBALS[client_url]))."", true) ?>
}
?>