* @copyrights CBLUE SPRL 2011 * @package chamilo.reports */ // name of the language file that needs to be included $language_file = array ('index', 'tracking', 'userInfo', 'admin', 'gradebook'); // FIXME $cidReset = true; // including files require_once '../inc/global.inc.php'; require_once 'reports.lib.php'; // protect script api_block_anonymous_users(); // defining constants // current section $this_section = SECTION_REPORTS; // setting the name of the tool $tool_name=get_lang('Reports'); // Displaying the header foreach (array('jquery.js','jquery-ui-1.8.5.custom.min.js', 'jquery.ba-bbq.min.js', 'jquery.validate.js', 'jquery.form.js', 'jquery.form.wizard.js', 'jquery.dataTables.min.js') as $js) $htmlHeadXtra[] = ''."\n"; // FIXME $htmlHeadXtra[] = ' '; $htmlCSSXtra[] = 'dataTable.css'; reports_loadTemplates(); Display::display_header($tool_name); ?>
Please fill the following from to build your report.