For a full list of contributors, see "credits.txt". The full license can be read in "license.txt". This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version. See the GNU General Public License for more details. Contact address: Dokeos, rue du Corbeau, 108, B-1030 Brussels, Belgium Mail: info@dokeos.com ============================================================================== */ $language_file = 'gradebook'; //$cidReset = true; require_once ('../inc/global.inc.php'); require_once ('lib/be.inc.php'); require_once ('lib/gradebook_functions.inc.php'); require_once ('lib/fe/evalform.class.php'); api_block_anonymous_users(); block_students(); $interbreadcrumb[] = array ( 'url' => $_SESSION['gradebook_dest'].'?', 'name' => get_lang('Gradebook' )); $interbreadcrumb[] = array ( 'url' => $_SESSION['gradebook_dest'].'?selectcat='.Security::remove_XSS($_GET['selectcat']), 'name' => get_lang('Details' )); $interbreadcrumb[] = array ( 'url' => 'gradebook_showlog_eval.php?visiblelog='.Security::remove_XSS($_GET['visiblelog']).'&selectcat='.Security::remove_XSS($_GET['selectcat']), 'name' => get_lang('GradebookQualifyLog') ); Display :: display_header(''); echo '
'; echo ''.get_lang('GradebookNameLog').' | '; echo ''.get_lang('GradebookDescriptionLog').' | '; echo ''.get_lang('Date').' | '; echo ''.get_lang('Weight').' | '; echo ''.get_lang('GradebookVisibilityLog').' | '; echo ''.get_lang('ResourceType').' | '; echo ''.get_lang('GradebookWhoChangedItLog').' | '; echo '
'.$row[0].' | '; echo ''.$row[1].' | '; echo ''.date('d-m-Y H:i:s',$row[2]).' | '; echo ''.$row[3].' | '; if (1 == $row[4]) { $visib=get_lang('GradebookVisible'); } else { $visib=get_lang('GradebookInvisible'); } echo ''.$visib.' | '; echo ''.$row[5].' | '; echo ''.$row[6].' | '; echo '