Example #1
0
    AffichRubr2Stage($ObjStage->GetMethodesProgrammation(), $Msg_FormStage[MSGFORMSTAGE_STDPROGRAMMATION]);
    AffichRubr2Stage($ObjStage->GetMethodesControleQL(), $Msg_FormStage[MSGFORMSTAGE_STDCONTROLE_QL]);
    AffichRubr2Stage($ObjStage->GetMethodesGestionProjet(), $Msg_FormStage[MSGFORMSTAGE_STDGESTIONPROJET]);
    ?>
		
	                                                                       <?php 
    /*
        ========
        3. Sujet
        ========
    */
    AffichTitre($Msg_FormStage[MSGFORMSTAGE_SUJET], 2);
    ?>
 	
	                                                                       <?php 
    AffichRubr2Stage($ObjStage->GetSujet(), '');
    ?>
		
	                                                                     <?php 
    AffichLigneVierge();
    AffichTitre($Msg_FormStage[MSGFORMSTAGE_NATURE_TACHE], 4, 'normal');
    ?>
 	
	                                                                       <?php 
    AffichOuiNon($Msg_FormStage[MSGFORMSTAGE_PROGRAMMATION], $ObjStage->GetIsNatureTacheProgr());
    AffichOuiNon($Msg_FormStage[MSGFORMSTAGE_ANALYSE], $ObjStage->GetIsNatureStageAnalyse());
    ?>
		
	                                                                       <?php 
    AffichTitre($Msg_FormStage[MSGFORMSTAGE_INTEGRATION], 4, 'normal');
    ?>
        ?>
</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]);
        AffichRubr2Stage($ObjStage->GetMethodesGestionProjet(), $Msg_FormStage[MSGFORMSTAGE_GESTIONPROJET]);
    }
    ?>
    <tr><td></td><td><hr size="1" noshade width="100%" align="left"></td></tr>
	                                                                       <?php 
    AffichRubr2Stage($ObjStage->GetSujet(), $Msg_FormStage[MSGFORMSTAGE_SUJET]);
    ?>
    <tr><td></td><td><hr size="1" noshade width="100%" align="left"></td></tr>
	                                                                       <?php 
    /*
    	                                    AffichRubrStage ($Msg_FormStage [MSGFORMSTAGE_NATURE_TACHE], 
    										                 $ReqNatureTache, 
    														 $ObjStage->GetNatureTache(), '', 1);
    				
    	                                    AffichRubrStage  ($Msg_FormStage [MSGFORMSTAGE_INTEGRATION], 
    										                  $ReqIntegration, 
    														  $ObjStage->GetIntegration(), '', 1);
    	                                    AffichRubrStage  ($Msg_FormStage [MSGFORMSTAGE_ENVIRONSTAGIAIRE], 
    										                  $ReqEnvironStage, 
    														  $ObjStage->GetEnvironStage(), '', 1);