From 679551b7b545a72d376d9e60a8f3da66e44a6855 Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 10:06:47 +0200 Subject: Version alpha_old2 2007-02-04+10:57:50 - 2007-02-21+19:05:18 --- appli_3_alpha_old/include/ju.inc.php | 123 ++++++++++++++++++++++------------- 1 file changed, 78 insertions(+), 45 deletions(-) (limited to 'appli_3_alpha_old/include/ju.inc.php') diff --git a/appli_3_alpha_old/include/ju.inc.php b/appli_3_alpha_old/include/ju.inc.php index 1a03ca9..7f52bea 100644 --- a/appli_3_alpha_old/include/ju.inc.php +++ b/appli_3_alpha_old/include/ju.inc.php @@ -1,53 +1,87 @@ - - - - - - - - - - - - -
Commentaires (Editer votre commentaire)
Ludo : J'ai monté le DC sur lequel sera basé le SNI
Jérémie : J'ai fais une première ebauche du DC
- 0) + { + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + while($commentaire = mysql_fetch_array($resultat)); + { + if(isset($_SESSION["PrenomP"])) + { + $nom = $_SESSION["PrenomP"]; + } + else + { + $nom = $commentaire["idP"]; + } + echo "\n"; + } + echo '
Commentaires (Editer votre commentaire)
".$nom." : ".$commentaire["commentaireReponse"]."
'; + } } +} - - function generate_html_reunion_fichiers($idR) +function generate_html_reunion_fichiers($idR) +{ + $requete = "SELECT * FROM Repondre WHERE idP != '".$_SESSION['idP']."' AND idR = '".$idR."'"; + $resultat = mysql_query($requete); + if($resultat != false) { -?> - - - - - - - - - - - - -
Fichiers attachés (Ajouter un fichier)
compte-rendu.txt
photos-ru.jpg
- 0) + { + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + while($commentaire = mysql_fetch_array($resultat)) + { + if(isset($_SESSION["PrenomP"])) + { + $nom = $_SESSION["PrenomP"]; + } + else + { + $nom = $commentaire["idP"]; + } + echo "\n"; + } + echo '
Commentaires (Editer votre commentaire)
".$nom." : ".$commentaire["commentaireReponse"]."
'; + } } + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo ''; + echo '
Fichiers attachés (Ajouter un fichier)
compte-rendu.txt
photos-ru.jpg
'; +} - - function generate_html_reunion_detail($idR) - { -?> - +function generate_html_reunion_detail($idR) +{ + echo '
@@ -74,7 +108,6 @@ -
Détails de la réunion Remarque : aucune
-'; +} ?> \ No newline at end of file -- cgit v1.2.3