Exemplo n.º 1
0
             $tab_image_tampon_signature = NULL;
         } else {
             $tab_image_tampon_signature = $_SESSION['OFFICIEL']['TAMPON_SIGNATURE'] == 'signature' || $_SESSION['OFFICIEL']['TAMPON_SIGNATURE'] == 'signature_ou_tampon' && $tab_signature[$prof_id_appreciation_generale] ? $tab_signature[$prof_id_appreciation_generale] : $tab_signature[0];
         }
     } else {
         $tab_image_tampon_signature = ($numero_tirage > 0 || !$_SESSION['OFFICIEL']['ARCHIVE_RETRAIT_TAMPON_SIGNATURE']) && in_array($_SESSION['OFFICIEL']['TAMPON_SIGNATURE'], array('tampon', 'signature_ou_tampon')) ? $tab_signature[0] : NULL;
     }
     $moyenne_generale_eleve_affichee = NULL;
     $moyenne_generale_classe_affichee = NULL;
     if ($_SESSION['OFFICIEL']['BULLETIN_MOYENNE_SCORES'] && $_SESSION['OFFICIEL']['BULLETIN_MOYENNE_GENERALE']) {
         $moyenne_generale_eleve_affichee = $moyenne_generale_eleve_enregistree;
         if ($_SESSION['OFFICIEL']['BULLETIN_MOYENNE_CLASSE']) {
             $moyenne_generale_classe_affichee = $tab_saisie[0][0][0]['note'];
         }
     }
     $releve_PDF->appreciation_generale($prof_id_appreciation_generale, $tab_appreciation_generale, $tab_image_tampon_signature, $nb_lignes_appreciation_generale_avec_intitule, $nb_lignes_assiduite + $nb_lignes_prof_principal + $nb_lignes_supplementaires + $nb_lignes_legendes, $moyenne_generale_eleve_affichee, $moyenne_generale_classe_affichee);
 }
 $tab_pdf_lignes_additionnelles = array();
 // Bulletin - Absences et retard
 if ($make_officiel && $affichage_assiduite && empty($is_appreciation_groupe)) {
     $texte_assiduite = texte_ligne_assiduite($tab_assiduite[$eleve_id]);
     if ($make_html || $make_graph) {
         $releve_HTML .= '<div class="i">' . $texte_assiduite . '</div>' . NL;
     } elseif ($make_action == 'imprimer') {
         $tab_pdf_lignes_additionnelles[] = $texte_assiduite;
     }
 }
 // Bulletin - Professeurs principaux
 if ($make_officiel && $affichage_prof_principal) {
     if ($make_html || $make_graph) {
         $releve_HTML .= '<div class="i">' . $texte_prof_principal . '</div>' . NL;