* @package chamilo.course_progress */ // protect a course script api_protect_course_script(true); if (api_is_allowed_to_edit(null, true)) { echo '
| '.get_lang('Thematic').' | '.get_lang('ThematicPlan').' | '.get_lang('ThematicAdvance').' | ||||||
|---|---|---|---|---|---|---|---|---|
'.Security::remove_XSS($thematic['title'], STUDENT).' '.Security::remove_XSS($thematic['content'], STUDENT).' | ';
// display thematic plan data
echo '';
if (api_is_allowed_to_edit(null, true)) {
echo ' '; } if (!empty($thematic_plan_data[$thematic['id']])) { foreach ($thematic_plan_data[$thematic['id']] as $thematic_plan) { echo ' '.Security::remove_XSS($thematic_plan['title'], STUDENT).' '.Security::remove_XSS($thematic_plan['description'], STUDENT).' ';
}
} else {
echo ''.get_lang('StillDoNotHaveAThematicPlan').' ';
}
echo ' | ';
// display thematic advance data
echo '';
if (api_is_allowed_to_edit(null, true)) {
echo ' '; } echo '
| ';
echo '