<?php echo $Msg_FormStage[MSGFORMSTAGE_LOGICIELS_SPEC]; ?> : <?php echo $ObjStage->GetLogicielsSpecifiques() == '' ? 'non' : $ObjStage->GetLogicielsSpecifiques(); ?> <?php AffichSepar(); /* ========================= 2.3 Méthodes ou standards ========================= */ if ($ObjStage->GetMethodesAnalyse() != '' || $ObjStage->GetMethodesConception() != '' || $ObjStage->GetMethodesProgrammation() != '' || $ObjStage->GetMethodesControleQL() != '' || $ObjStage->GetMethodesGestionProjet() != '') { AffichTitre($Msg_FormStage[MSGFORMSTAGE_METHODES_STANDARDS], 3); } ?> <?php AffichRubr2Stage($ObjStage->GetMethodesAnalyse(), $Msg_FormStage[MSGFORMSTAGE_STDANALYSE]); AffichRubr2Stage($ObjStage->GetMethodesConception(), $Msg_FormStage[MSGFORMSTAGE_STDCONCEPTION]); AffichRubr2Stage($ObjStage->GetMethodesProgrammation(), $Msg_FormStage[MSGFORMSTAGE_STDPROGRAMMATION]); AffichRubr2Stage($ObjStage->GetMethodesControleQL(), $Msg_FormStage[MSGFORMSTAGE_STDCONTROLE_QL]); AffichRubr2Stage($ObjStage->GetMethodesGestionProjet(), $Msg_FormStage[MSGFORMSTAGE_STDGESTIONPROJET]); ?> <?php
} else { $ValNomE = ''; } $ValNiveauStage = $ObjStage->GetNiveauStage(); $ValMateriel = $ObjStage->GetMateriel(); $ValLangages = $ObjStage->GetLangages(); $ValAutresLangages = $ObjStage->GetAutresLangages(); $ValBD = $ObjStage->GetBD(); $ValAutresBD = $ObjStage->GetAutresBD(); $ValLogicielsSpecifiques = $ObjStage->GetLogicielsSpecifiques(); $ValLogicielsSpecOuiNon = $ValLogicielsSpecifiques != ''; $ValMethodesAnalyse = $ObjStage->GetMethodesAnalyse(); $ValMethodesConception = $ObjStage->GetMethodesConception(); $ValMethodesProgrammation = $ObjStage->GetMethodesProgrammation(); $ValMethodesControleQL = $ObjStage->GetMethodesControleQL(); $ValMethodesGestionProjet = $ObjStage->GetMethodesGestionProjet(); $ValSujet = $ObjStage->GetSujet(); $ValIsNatureTacheProgr = $ObjStage->GetIsNatureTacheProgr(); $ValIsNatureStageAnalyse = $ObjStage->GetIsNatureStageAnalyse(); $ValIsIntegrationProjetGlobal = $ObjStage->GetIsIntegrationProjetGlobal(); $ValIsIntegrationEntiteIndependante = $ObjStage->GetIsIntegrationEntiteIndependante(); $ValRemarquesGenerales = $ObjStage->GetRemarquesGenerales(); $ValNbPersCentreInfo = $ObjStage->GetNbPersCentreInfo(); $ValAreOldStagiaires = $ObjStage->GetAreOldStagiaires(); $ValNbStagesProposes = $ObjStage->GetNbStagesProposes(); $ValNbStagesRestant = $ObjStage->GetNbStagesRestant(); $ValNbPersonnesService = $ObjStage->GetNbPersonnesService(); $ValIsStagiaireSeul = $ObjStage->GetIsStagiaireSeul(); $ValIndemnitesMensuellesStage = $ObjStage->GetIndemnitesMensuellesStage(); $ValIndemnitesRepas = $ObjStage->GetIndemnitesRepas(); $ValIndemnitesRepasOuiNon = $ValIndemnitesRepas != '';
<td> </td> </tr> </table></td> </tr> <tr> <?php AffichRubrStage($Msg_FormStage[MSGFORMSTAGE_MATERIEL], $ReqMateriels, $ObjStage->GetMateriel(), '', MATERIEL_PAR_LIGNE); ?> <tr><td></td><td><hr size="1" noshade width="100%" align="left"></td></tr> <?php AffichRubrStage($Msg_FormStage[MSGFORMSTAGE_LANG], $ReqLangages, $ObjStage->GetLangages(), $ObjStage->GetAutresLangages(), LANG_PAR_LIGNE); ?> <tr><td></td><td><hr size="1" noshade width="100%" align="left"></td></tr> <?php AffichRubrStage($Msg_FormStage[MSGFORMSTAGE_BD], $ReqBDs, $ObjStage->GetBD(), $ObjStage->GetAutresBD(), BD_PAR_LIGNE); if ($ObjStage->GetLogicielsSpecifiques() || $ObjStage->GetMethodesAnalyse() || $ObjStage->GetMethodesConception() || $ObjStage->GetMethodesProgrammation() || $ObjStage->GetMethodesControleQL() || $ObjStage->GetMethodesGestionProjet()) { ?> <tr> <td colspan="2" style="text-align : center; font-weight : bold;"> <i><?php echo $Msg_FormStage[MSGFORMSTAGE_METHODES]; ?> </i> </td> </tr> <?php // ToDo $LogicielsSpecifiques; AffichRubr2Stage($ObjStage->GetMethodesAnalyse(), $Msg_FormStage[MSGFORMSTAGE_ANALYSE]); AffichRubr2Stage($ObjStage->GetMethodesConception(), $Msg_FormStage[MSGFORMSTAGE_CONCEPTION]); AffichRubr2Stage($ObjStage->GetMethodesProgrammation(), $Msg_FormStage[MSGFORMSTAGE_PROGRAMMATION]); AffichRubr2Stage($ObjStage->GetMethodesControleQL(), $Msg_FormStage[MSGFORMSTAGE_CONTROLE_QL]);