|
|
|
@ -1268,7 +1268,7 @@ if (!empty($studentId)) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!empty($survey_list)) { |
|
|
|
|
$table = new HTML_Table(['class' => 'data_table']); |
|
|
|
|
$table = new HTML_Table(['class' => 'table table-hover table-striped data_table']); |
|
|
|
|
$header_names = [get_lang('Survey'), get_lang('Answered')]; |
|
|
|
|
$row = 0; |
|
|
|
|
$column = 0; |
|
|
|
@ -1543,7 +1543,7 @@ if ($end_date < '2010-01-01') { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
?> |
|
|
|
|
<table class="data_table"> |
|
|
|
|
<table class="table table-hover table-striped data_table"> |
|
|
|
|
<th rowspan="6"> |
|
|
|
|
<?php |
|
|
|
|
//on récupere les points de controle de l'élève |
|
|
|
@ -1632,7 +1632,7 @@ if ($end_date < '2010-01-01') { |
|
|
|
|
<hr> |
|
|
|
|
<br> |
|
|
|
|
<form action="create_intervention.php" method="post" name="create_intervention"> |
|
|
|
|
<table class='data_table'> |
|
|
|
|
<table class='table table-hover table-striped data_table'> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan="6"> |
|
|
|
|
<?php echo get_lang('create_interventions_commentaires'); |
|
|
|
@ -1666,7 +1666,7 @@ if ($end_date < '2010-01-01') { |
|
|
|
|
// formulaire d'édition des commentaires |
|
|
|
|
?> |
|
|
|
|
<form> |
|
|
|
|
<table class='data_table'> |
|
|
|
|
<table class='table table-hover table-striped data_table'> |
|
|
|
|
<tr> |
|
|
|
|
<th><?php echo get_lang('level'); ?> </th>
|
|
|
|
|
<th> |
|
|
|
@ -1793,7 +1793,7 @@ if (empty($_GET['details'])) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// Courses |
|
|
|
|
echo '<table class="data_table">'; |
|
|
|
|
echo '<table class="table table-hover table-striped data_table">'; |
|
|
|
|
echo '<h3>'.$title.'</h3>'; |
|
|
|
|
echo '<tr> |
|
|
|
|
<th>'.get_lang('Course').'</th> |
|
|
|
@ -1997,7 +1997,7 @@ if (empty($_GET['details'])) { |
|
|
|
|
if (Database:: num_rows($rs_lp) > 0) { |
|
|
|
|
?> |
|
|
|
|
<!-- LPs--> |
|
|
|
|
<table class="data_table"> |
|
|
|
|
<table class="table table-hover table-striped data_table"> |
|
|
|
|
<tr> |
|
|
|
|
<th><?php echo get_lang('Learnpaths'); ?></th>
|
|
|
|
|
<th><?php echo get_lang('FirstConnexion'); ?></th>
|
|
|
|
@ -2207,7 +2207,7 @@ if (empty($_GET['details'])) { |
|
|
|
|
} ?> |
|
|
|
|
</table> |
|
|
|
|
<!-- line about exercises --> |
|
|
|
|
<table class="data_table"> |
|
|
|
|
<table class="table table-hover table-striped data_table"> |
|
|
|
|
<tr> |
|
|
|
|
<th><?php echo get_lang('Exercises'); ?></th>
|
|
|
|
|
<th><?php echo get_lang('LearningPath'); ?></th>
|
|
|
|
@ -2367,7 +2367,7 @@ if (empty($_GET['details'])) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
if (!empty($survey_list)) { |
|
|
|
|
$table = new HTML_Table(['class' => 'data_table']); |
|
|
|
|
$table = new HTML_Table(['class' => 'table table-hover table-striped data_table']); |
|
|
|
|
$header_names = [get_lang('Survey'), get_lang('Answered')]; |
|
|
|
|
$row = 0; |
|
|
|
|
$column = 0; |
|
|
|
@ -2394,7 +2394,7 @@ if (empty($_GET['details'])) { |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
// line about other tools |
|
|
|
|
echo '<table class="data_table">'; |
|
|
|
|
echo '<table class="table table-hover table-striped data_table">'; |
|
|
|
|
|
|
|
|
|
$csv_content[] = []; |
|
|
|
|
$nb_assignments = Tracking::count_student_assignments($studentId, $course_code, $session_id); |
|
|
|
@ -2475,7 +2475,7 @@ if ($export_csv) { |
|
|
|
|
?> |
|
|
|
|
<br> |
|
|
|
|
<form action="create_exam.php" method="post" name="create_exam"> |
|
|
|
|
<table class='data_table'> |
|
|
|
|
<table class='table table-hover table-striped data_table'> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan="6"> |
|
|
|
|
<?php echo get_lang('Title'); |
|
|
|
@ -2533,7 +2533,7 @@ if ($export_csv) { |
|
|
|
|
</form> |
|
|
|
|
|
|
|
|
|
<form name="save_exam"> |
|
|
|
|
<table class='data_table'> |
|
|
|
|
<table class='table table-hover table-striped data_table'> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan="6"> |
|
|
|
|
<?php echo get_lang('result_exam_title'); |
|
|
|
@ -2612,7 +2612,7 @@ echo '<a target="_blank" |
|
|
|
|
<img src="'.api_get_path(WEB_IMG_PATH).'printmgr.gif" border="0" /></a>'; |
|
|
|
|
// tableau pour date de fin prévue pour chaque module |
|
|
|
|
?> |
|
|
|
|
<table class='data_table'> |
|
|
|
|
<table class='table table-hover table-striped data_table'> |
|
|
|
|
<tr> |
|
|
|
|
<th colspan="6"> |
|
|
|
|
<?php echo get_lang('fin_mod_prevue'); |
|
|
|
|