title\" -->\n";
?>
title) .""; ?> |  |
|
bgcolor2\">" . strtr(t("Submitted by %a on %b"), array("%a" => format_name($node), "%b" => format_date($node->timestamp, "large"))) . "bgcolor2\" ALIGN=\"center\" NOWRAP>". node_index($node) ."";
?>
|
". check_output($node->body, 1) ."";
?>
|
bgcolor3 ."\">bgcolor3 ."\" ALIGN=\"right\" COLSPAN=\"2\">[ ". $this->links(link_node($node)) ." ] | ";
?>
|
cid\">\n";
print "\n\n";
?>
";
echo " | bgcolor1\">";
echo " bgcolor1\">";
echo " ";
// Subject:
echo " ";
echo " hlcolor1\">" . t("Subject") . ": | ";
echo " fgcolor1\">" . check_output($comment->subject) . "";
echo " | ";
// Moderation:
echo " ";
print comment_moderation($comment);
echo " | ";
echo " ";
// Author:
echo " ";
echo " " . t("Author") . ": | " . format_name($comment) . " ";
if ($comment->name) {
// Display extra information line:
if ($comment->fake_email) $info .= format_email($comment->fake_email);
if (eregi("http://",$comment->url)) $info .= ($info?" | ":"") . format_url($comment->url);
if ($info) echo " [ $info ]";
}
echo " | ";
echo " ";
// Date
echo " " . t("Date") . ": | ". format_date($comment->timestamp) ." | ";
echo " ";
echo " | ";
echo " ";
// Print body of comment:
if ($comment) echo " bgcolor2\">". check_output($comment->comment, 1) ." | ";
// Print bottom link(s):
echo " bgcolor3\">[ $link ] | ";
echo " ";
?> |