";
echo "\n";
echo "\n";
echo "";
if ($entry->attachment) {
$entry->course = $course->id;
echo "";
echo glossary_print_attachments($entry, "html");
echo " | ";
}
echo "$entry->concept ";
if ($entry) {
echo " ".get_string("lastedited").": ".userdate($entry->timemodified)."";
}
echo " | ";
echo "\ncellcontent\">";
if ($entry) {
echo format_text($entry->definition, $entry->format);
glossary_print_entry_icons($course, $cm, $glossary, $entry);
} else {
echo "";
print_string("noentry", "glossary");
echo "";
}
echo " | ";
echo " \n";
echo " |