function confirmation() { if (confirm(\" ".trim(get_lang('AreYouSureToDelete'))." ?\")) {return true;} else {return false;} } "; api_block_anonymous_users(); if (!api_is_allowed_to_edit()) { api_not_allowed(true); } $interbreadcrumb[] = array ('url' => Security::remove_XSS($_SESSION['gradebook_dest']).'?', 'name' => get_lang('Gradebook')); $interbreadcrumb[] = array ('url' => Security::remove_XSS($_SESSION['gradebook_dest']).'?selectcat='.Security::remove_XSS($_GET['cat_id']),'name' => get_lang('Details')); $interbreadcrumb[] = array ('url' => 'gradebook_display_certificate.php?cat_id='.Security::remove_XSS($_GET['cat_id']),'name' => get_lang('GradebookListOfStudentsCertificates')); Display::display_header(''); ?>
|