Esempio n. 1
0
        ==========================
    */
    AffichTitre($Msg_FormStage[MSGFORMSTAGE_ENV_MATERIEL], 3);
    AffichRubrStage($Msg_FormStage[MSGFORMSTAGE_MATERIEL], $ReqMateriels, $ObjStage->GetMateriel(), '', MATERIEL_PAR_LIGNE);
    /*
        ==========================
        2.2 Environnement logiciel 
        ==========================
    */
    AffichTitre($Msg_FormStage[MSGFORMSTAGE_ENV_LOGICIEL], 3);
    AffichLigneVierge();
    AffichTitre($Msg_FormStage[MSGFORMSTAGE_LANGAGES], 6, 'bold');
    AffichRubrStage($Msg_FormStage[MSGFORMSTAGE_LANG], $ReqLangages, $ObjStage->GetLangages(), $ObjStage->GetAutresLangages(), LANG_PAR_LIGNE);
    AffichLigneVierge();
    AffichTitre($Msg_FormStage[MSGFORMSTAGE_BD], 6, 'bold');
    AffichRubrStage('', $ReqBDs, $ObjStage->GetBD(), $ObjStage->GetAutresBD(), BD_PAR_LIGNE);
    AffichLigneVierge();
    ?>
        <br><br>
        <?php 
    echo $Msg_FormStage[MSGFORMSTAGE_LOGICIELS_SPEC];
    ?>
 :
		                <?php 
    echo $ObjStage->GetLogicielsSpecifiques() == '' ? 'non' : $ObjStage->GetLogicielsSpecifiques();
    ?>
		
	                                                                       <?php 
    AffichSepar();
    /*
        =========================
                <td>&nbsp;</td>
                <td>&nbsp;</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]);