". t("home") ." | ". t("faq") ." | ". t("diary") ." | ". t("search") ." | ". t("submit news") ." | ". t("user account") ."\n"; ?>
subject\" -->\n"; print "\n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print "
\"\"   ". check_output($story->subject) ."
\"\"
\n"; print " ". strtr(t("Submitted by %a on %b"), array("%a" => format_username($story->userid), "%b" => format_date($story->timestamp, "large"))); ?>department) print "
from the $story->department dept."; ?>
section) ."\">$story->section\n"; print "
 
\n"; if ($story->abstract) print "

". check_output($story->abstract, 1) ."

\n"; if ($story->updates) print "

". t("Editor's note") .": ". check_output($story->updates, 1) ."

\n"; print "
 
". theme_morelink($this, $story) ."
\n"; print "

\n\n"; } function article($story, $reply = "") { print "\n\n"; print "\n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print " \n"; print "
\"\"   ". check_output($story->subject) ."
\"\"
". strtr(t("Submitted by %a on %b"), array("%a" => format_username($story->userid), "%b" => format_date($story->timestamp, "large"))); ?>department) print "
from the $story->department dept."; ?>
section) ."\">$story->section
 
\n"; if ($story->abstract) print "

". check_output($story->abstract, 1) ."

\n"; if ($story->updates) print "

". t("Editor's note") .":". check_output($story->updates, 1) ."

\n"; if ($story->article) print "

". check_output($story->article, 1) ."

\n"; print "
 
". $reply ."
\n"; print "

\n\n"; } function controls() { print "\n"; print " \n"; print " \n"; print " \n"; print " \n"; print "
\"\"
 
". comment_controls() ."
\"\"
"; } function comment($comment, $link = "") { print "cid\">\n"; // Create comment header: print "\n"; print " \n"; print " \n"; print " \n"; print "
\n"; print " \n"; print " \n"; print " \n"; print " \n"; // Print body of comment: if ($comment->comment) print " \n"; // Print bottom link(s): print " \n"; print "
\n"; print " \n"; print " \n"; // Subject: print " \n"; print " \n"; // Moderation: print " \n"; print " \n"; // Author: print " \n"; print " \n"; print " \n"; // Date print " \n"; print " \n"; print " \n"; print "
". t("Subject") .":". check_output($comment->subject) ."\n"; print comment_moderation($comment); print "
". t("Author") .":". format_username($comment->userid) ."
". t("Date") .":". format_date($comment->timestamp) ."
\n"; print "
". check_output($comment->comment, 1) ."
[ $link ]
\n"; print "
\n"; print "
\n\n"; } function box($subject, $content, $options = "") { print "\n\n"; print "\n"; print " \n"; print " \n"; print " \n"; print "
\n"; print " \n"; print " \n"; print " \n"; print "
$subject
$content
\n"; print "
\n"; print "
\n\n"; } function footer() { ?>
[ ". t("home") ." | ". t("faq") ." | ". t("diary") ." | ". t("search") ." | ". t("submit news") ." | ". t("user account") ." ]\n"; ?>