echo "\n"; echo "
\n"; echo ""; # echo "Numéro du projet : | \n"; # echo "".mysql_result($resultProjet,$i,'projetId')."."; # echo " | \n"; # echo "||
"; echo "Nom du projet : | \n"; echo "".mysql_result($resultProjet,$i,'projetNom').""; echo " | \n"; echo ""; echo "Nom du projet : | \n"; echo "".mysql_result($resultProjet,$i,'projetNom').""; echo " | \n"; echo "\n"; } if ($urlTecfa != '') { if ( mysql_result($resultProjet,$i,'etat') != '' ) { echo "
"; echo "Emplacement du projet à Tecfa: | \n"; echo "".$urlTecfa.""; echo " | \n"; echo "||
"; echo "Participant au projet : | \n"; if ( mysql_result($resultUser1Projet,0,'homepage') != '') { echo "".mysql_result($resultUser1Projet,0,'prenom')." ".mysql_result($resultUser1Projet,0,'username')." (e-mail)."; } else { echo " | ".mysql_result($resultUser1Projet,0,'prenom')." ".mysql_result($resultUser1Projet,0,'username')." (e-mail)."; } echo " | \n"; echo "|
"; echo "Participant au projet : | \n"; if ( mysql_result($resultUser2Projet,0,'homepage') != '') { echo "".mysql_result($resultUser2Projet,0,'prenom')." ".mysql_result($resultUser2Projet,0,'username')." (e-mail)."; } else { echo " | ".mysql_result($resultUser2Projet,0,'prenom')." ".mysql_result($resultUser2Projet,0,'username')." (e-mail)."; } echo " | \n"; echo "|
"; echo "Participant au projet : | \n"; if ( mysql_result($resultUser3Projet,0,'homepage') != '') { echo "".mysql_result($resultUser3Projet,0,'prenom')." ".mysql_result($resultUser3Projet,0,'username')." (e-mail)."; } else { echo " | ".mysql_result($resultUser3Projet,0,'prenom')." ".mysql_result($resultUser3Projet,0,'username')." (e-mail)."; } echo " | \n"; echo "|
"; echo "Description du projet : | \n"; echo "".mysql_result($resultProjet,$i,'description'); echo " | \n"; echo "\n"; echo " | |
"; echo "Etat du travail : | \n"; if ( mysql_result($resultProjet,$i,'etat') == 'Rendu' ) { echo "".mysql_result($resultProjet,$i,'etat')." "; } else if ( mysql_result($resultProjet,$i,'etat') == 'Pas rendu' ) { echo " | ".mysql_result($resultProjet,$i,'etat')." "; } else { echo " | En cours de finition "; } echo " | \n";
echo "
Pour accéder au formulaire d'inscription des projets...
Suivez ce lien pour atteindre la page du cours...