course)) { error("Course is misconfigured"); } if (! $glossary = get_record("glossary", "id", $cm->instance)) { error("Course module is incorrect"); } require_login($course->id, false); if (!isteacher($course->id)) { error("You must be a teacher to use this page."); } $strglossaries = get_string("modulenameplural", "glossary"); $strglossary = get_string("modulename", "glossary"); $strallcategories = get_string("allcategories", "glossary"); $straddentry = get_string("addentry", "glossary"); $strnoentries = get_string("noentries", "glossary"); $strsearchconcept = get_string("searchconcept", "glossary"); $strsearchindefinition = get_string("searchindefinition", "glossary"); $strsearch = get_string("search"); $navigation = ""; if ($course->category) { $navigation = "id\">$course->shortname ->"; require_login($course->id); } print_header("$course->shortname: ".format_string($glossary->name), "$course->fullname", "$navigation id\">$strglossaries -> ".format_string($glossary->name), "", "", true, update_module_button($cm->id, $course->id, $strglossary), navmenu($course, $cm)); print_heading(format_string($glossary->name)); /// Info box if ( $glossary->intro ) { print_simple_box(format_text($glossary->intro), 'center', '70%', '', 5, 'generalbox', 'intro'); echo '
'; } /// Tabbed browsing sections $lastl = $l; $lastcat = $cat; $tab = GLOSSARY_EXPORT_VIEW; include("tabs.html"); glossary_generate_export_file($glossary,$lastl,$lastcat); print_string("glosssaryexported","glossary"); $ffurl = "/$course->id/glossary/" . clean_filename(strip_tags(format_string($glossary->name,true))) ."/glossary.xml"; if ($CFG->slasharguments) { $ffurl = "../../file.php$ffurl" ; } else { $ffurl = "../../file.php?file=$ffurl"; } echo '

' . get_string("exportedfile","glossary") . '

'; echo ''; glossary_print_tabbed_table_end(); print_footer(); ?>