From e247526ba388ce3def4f83ad8fb26852082bb7dd Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 10:43:53 +0200 Subject: Version alpha_old3 2007-02-22+15:12:38 - 2007-02-27+20:02:20 --- appli_3_alpha_old/TODO_list.txt | 22 -- appli_3_alpha_old/auth_dialog.php | 15 +- appli_3_alpha_old/css/ice.css | 43 ++-- appli_3_alpha_old/css/ice_nohelp.css | 35 ++- appli_3_alpha_old/css/print.css | 244 +++++++++++++++++++++ appli_3_alpha_old/deco.php | 2 +- appli_3_alpha_old/details_reunion.php | 11 +- appli_3_alpha_old/help/auth_dialog.php.hlp | 2 + .../help/details_reunion_admin.php.hlp | 6 +- .../help/details_reunion_admin.php.hlp~ | 17 ++ appli_3_alpha_old/help/organiser.php.hlp | 2 + appli_3_alpha_old/ical.php | 6 +- appli_3_alpha_old/include/connect.inc_free.php | 14 ++ appli_3_alpha_old/include/connect_free.inc.php | 14 -- appli_3_alpha_old/include/je.inc.php | 5 +- appli_3_alpha_old/include/ju.inc.php | 44 ++-- appli_3_alpha_old/include/ludo/TODO_list.txt | 2 + appli_3_alpha_old/include/ludo/TODO_list.txt~ | 22 ++ appli_3_alpha_old/include/ludo/config.inc.php | 1 + .../include/ludo/div_create_or_modif.php | 87 ++++++++ appli_3_alpha_old/include/ludo/fonctions.inc.php | 238 +++++++++++++++----- .../include/ludo/html_elements.inc.php | 32 +-- appli_3_alpha_old/include/ludo/mail_textarea.php | 7 +- appli_3_alpha_old/include/ludo/majDispo.php | 19 +- .../include/ludo/session_verify.inc.php | 2 +- appli_3_alpha_old/index.php | 19 +- appli_3_alpha_old/listes.php | 2 +- appli_3_alpha_old/organiser.php | 26 +++ appli_3_alpha_old/popfixer.php | 2 +- appli_3_alpha_old/poppersonne.php | 2 +- appli_3_alpha_old/profil.php | 10 +- appli_3_alpha_old/sendmail.php | 101 +++++++-- appli_3_alpha_old/sendmail.php~ | 143 ++++++++++++ 33 files changed, 991 insertions(+), 206 deletions(-) delete mode 100644 appli_3_alpha_old/TODO_list.txt create mode 100644 appli_3_alpha_old/css/print.css create mode 100644 appli_3_alpha_old/help/auth_dialog.php.hlp create mode 100644 appli_3_alpha_old/help/details_reunion_admin.php.hlp~ create mode 100644 appli_3_alpha_old/help/organiser.php.hlp create mode 100644 appli_3_alpha_old/include/connect.inc_free.php delete mode 100644 appli_3_alpha_old/include/connect_free.inc.php create mode 100644 appli_3_alpha_old/include/ludo/TODO_list.txt~ create mode 100644 appli_3_alpha_old/include/ludo/div_create_or_modif.php create mode 100644 appli_3_alpha_old/organiser.php create mode 100644 appli_3_alpha_old/sendmail.php~ diff --git a/appli_3_alpha_old/TODO_list.txt b/appli_3_alpha_old/TODO_list.txt deleted file mode 100644 index aec8ebe..0000000 --- a/appli_3_alpha_old/TODO_list.txt +++ /dev/null @@ -1,22 +0,0 @@ -Faire des tests en affichant tous les messages, même E_NOTICE. -Intégrer ça dans la fonction qui gère le paramètre debug des pages. -error_reporting ( E_ALL ) -php_manual_fr/html/function.set-error-handler.html - -Vérifier que les redirections vers authentification et le retour fasse bien suivre les paramètres ---> bookmarque details_reunion?idR=1 - - -faire une fonction JS qui appelle une page php ou créer toute seule un cookie qui gère la préférence du css. - -Se préoccuper des accents et des encodages de pages ! - -Fermture des liens SQL ???? - - -TODO : un script php qui purge la base --> export SQL ancienne base ? --> suppression des réunions plus vielles que... --> suppression des Personnes n'ayant jamais changé leur profil et n'ayant plus de réunion les concernant --> suppression de tout les créneaux non référencés --> suppression de toutes les listes privées obsoletes diff --git a/appli_3_alpha_old/auth_dialog.php b/appli_3_alpha_old/auth_dialog.php index 8b041f7..36058e0 100644 --- a/appli_3_alpha_old/auth_dialog.php +++ b/appli_3_alpha_old/auth_dialog.php @@ -73,10 +73,10 @@ { // Authentification réussie session_start(); - $_SESSION['loginP']=$loginP; - $_SESSION['nomP']=$nomP; - $_SESSION['prenomP']=$prenomP; - $_SESSION['idP']=$idP; + $_SESSION['session_loginP']=$loginP; + $_SESSION['session_nomP']=$nomP; + $_SESSION['session_prenomP']=$prenomP; + $_SESSION['session_idP']=$idP; require('include/ludo/redir.inc.php'); html_redir($retour); } @@ -87,6 +87,12 @@ require_once('include/ludo/html_elements.inc.php'); generate_html_doctype_and_head("Identification"); ?> +

AWOR

+ + +

Application Web d'Organisation de Réunion

Veuillez vous identifier

' . "\n"; ?> @@ -108,6 +114,7 @@ generate_html_doctype_and_head("Identification");
' . "\n"; } ?> + diff --git a/appli_3_alpha_old/css/ice.css b/appli_3_alpha_old/css/ice.css index 2328d2d..428cf1b 100644 --- a/appli_3_alpha_old/css/ice.css +++ b/appli_3_alpha_old/css/ice.css @@ -1,4 +1,3 @@ - img { border : none ; } body { color: #000000; @@ -22,8 +21,10 @@ th { border-right:none; font-weight: bold; color: #FFFFFF; - background-color: #551A8B; + background-color:#551A8B; } + +th.selected {color:#8470FF;} td { border-bottom-width: thin; border-bottom-style: solid; @@ -33,6 +34,7 @@ th a:link, th a:visited { font-size: x-small; color: #FFFFFF; } + h1 { font-weight: bold; color: #9999FF; @@ -70,7 +72,7 @@ select { width:auto; } padding:0px; margin:0px; width:100%; - height:20px; + height:1.5em; background-color:#551A8B; } #menu a { @@ -79,10 +81,12 @@ select { width:auto; } font-weight:bold; text-align:center; color:#FFFFFF; + height:1.5em; } #menu a:hover { color:#000000; background-color:#FFFFFF; + height:1.5em; } /* Pour IE5/MAC \*/#menu a{float:none;}/**/ #menu li { @@ -90,7 +94,7 @@ select { width:auto; } float:left; padding:0; margin:0; - width:120px; + width:10em; white-space:nowrap;/*Evite l'étalement sur deux ligne*/ vertical-align:middle; } @@ -160,7 +164,7 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } } -.popup , .popup_creneau , .popup_personne , .popup_commentaire , .popup_fichier , .popup_new { +.popup , .popup_creneau , .popup_personne , .popup_commentaire , .popup_fichier , .popup_deletelist { display: none; position: absolute; left:50%; @@ -186,8 +190,8 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } } .popup_personne { width: 45em; - height: 25em; - margin-top: -12.5em ;/*moitié de height */ + height: 30em; + margin-top: -15em ;/*moitié de height */ margin-left: -22.5em ;/*moitié de width */ } .popup_commentaire { @@ -203,15 +207,14 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } margin-top: -4em ;/*moitié de height */ margin-left: -15em ;/*moitié de width */ } - -.popup_new { - width: 30em; +.popup_deletelist { + width: 26em; height: 8em; margin-top: -4em ;/*moitié de height */ - margin-left: -15em ;/*moitié de width */ + margin-left: -13em ;/*moitié de width */ } -.popup h2 , .popup_creneau h2 , .popup_personne h2 , .popup_commentaire h2 , .popup_fichier h2 , .popup_new h2 +.popup h2 , .popup_creneau h2 , .popup_personne h2 , .popup_commentaire h2 , .popup_fichier h2 , .popup_deletelist h2 { background:#551A8B; color:#FFFFFF; @@ -225,7 +228,7 @@ div.popup_contenu vertical-align:middle; } -.popup input , .popup_creneau input , .popup_personne input , .popup_commentaire input , .popup_fichier input , .popup_new input +.popup input , .popup_creneau input , .popup_personne input , .popup_commentaire input , .popup_fichier input , .popup_deletelist input { cursor:pointer; } @@ -241,4 +244,16 @@ div.popup_contenu background-image:url(ice_img/masque.png); background-repeat:repeat; z-index: 499; -} \ No newline at end of file +} + +#page_accueil h1 +{ + background:#551A8B; + color:#FFF; + margin-top:0; +} + +#page_accueil +{ + text-align:middle; +} diff --git a/appli_3_alpha_old/css/ice_nohelp.css b/appli_3_alpha_old/css/ice_nohelp.css index 716ac7c..eb502a4 100644 --- a/appli_3_alpha_old/css/ice_nohelp.css +++ b/appli_3_alpha_old/css/ice_nohelp.css @@ -24,6 +24,7 @@ th { color: #FFFFFF; background-color: #551A8B; } +th.selected {color:#8470FF;} td { border-bottom-width: thin; border-bottom-style: solid; @@ -70,7 +71,7 @@ select { width:auto; } padding:0px; margin:0px; width:100%; - height:20px; + height:1.5em; background-color:#551A8B; } #menu a { @@ -79,10 +80,12 @@ select { width:auto; } font-weight:bold; text-align:center; color:#FFFFFF; + height:1.5em; } #menu a:hover { color:#000000; background-color:#FFFFFF; + height:1.5em; } /* Pour IE5/MAC \*/#menu a{float:none;}/**/ #menu li { @@ -90,7 +93,7 @@ select { width:auto; } float:left; padding:0; margin:0; - width:120px; + width:10em; white-space:nowrap;/*Evite l'étalement sur deux ligne*/ vertical-align:middle; } @@ -165,7 +168,7 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } -.popup , .popup_creneau , .popup_personne , .popup_commentaire , .popup_fichier , .popup_new { +.popup , .popup_creneau , .popup_personne , .popup_commentaire , .popup_fichier , .popup_deletelist { display: none; position: absolute; left:50%; @@ -191,8 +194,8 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } } .popup_personne { width: 45em; - height: 25em; - margin-top: -12.5em ;/*moitié de height */ + height: 30em; + margin-top: -15em ;/*moitié de height */ margin-left: -22.5em ;/*moitié de width */ } .popup_commentaire { @@ -209,14 +212,14 @@ p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } margin-left: -15em ;/*moitié de width */ } -.popup_new { - width: 30em; +.popup_deletelist { + width: 26em; height: 8em; margin-top: -4em ;/*moitié de height */ - margin-left: -15em ;/*moitié de width */ + margin-left: -13em ;/*moitié de width */ } -.popup h2 , .popup_creneau h2 , .popup_personne h2 , .popup_commentaire h2 , .popup_fichier h2 , .popup_new h2 +.popup h2 , .popup_creneau h2 , .popup_personne h2 , .popup_commentaire h2 , .popup_fichier h2 , .popup_deletelist h2 { background:#551A8B; color:#FFFFFF; @@ -230,7 +233,7 @@ div.popup_contenu vertical-align:middle; } -.popup input , .popup_creneau input , .popup_personne input , .popup_commentaire input , .popup_fichier input , .popup_new input +.popup input , .popup_creneau input , .popup_personne input , .popup_commentaire input , .popup_fichier input , .popup_deletelist input { cursor:pointer; } @@ -246,6 +249,16 @@ div.popup_contenu background-image:url(ice_img/masque.png); background-repeat:repeat; z-index: 499; -} +} +#page_accueil h1 +{ + background:#551A8B; + color:#FFF; + margin-top:0; +} +#page_accueil +{ + text-align:middle; +} diff --git a/appli_3_alpha_old/css/print.css b/appli_3_alpha_old/css/print.css new file mode 100644 index 0000000..8ebbae0 --- /dev/null +++ b/appli_3_alpha_old/css/print.css @@ -0,0 +1,244 @@ + +img { border : none ; } +body { + color: #000000; + background-color:#F5F5DC; + font-family: Verdana, Arial, Helvetica, sans-serif; + padding:0px; + margin:0px; + min-width:750px; /*Pour eviter le chevauchement pour FireFox, ne change rien pour IE (qui gere pas trop mal sans ca) */ +} +table { + border-spacing:0px; + margin: auto; + padding: 0px; + width:98%; + text-align:center; + border: thin solid #E0E0E0; + border-collapse:collapse; /* Imite le cellspacing=0 et fonctionne sous IE */ + background-color:#F7F7F7; +} +th { + border-right:none; + font-weight: bold; + color: #FFFFFF; + background-color: #551A8B; +} +td { + border-bottom-width: thin; + border-bottom-style: solid; + border-bottom-color: #E0E0E0; +} +th a:link, th a:visited { + font-size: x-small; + color: #FFFFFF; +} +h1 { + font-weight: bold; + color: #9999FF; + text-align: center; +} +h2 { + color: #5C5CFF; + margin: 0px; +} +select { width:auto; } +/***** Titre *****/ +#titre h2 { + color: #551A8B; + margin-left:50px; + height:50px; + width:200px; + background-image:url(ice_img/titre.png); + background-position:left; + background-repeat:no-repeat; + color:#FFFFFF; + font-size:0px; +} +#titre { + height:50px; + clear:left; + background-color:#FFFFFF; + background-image:url(ice_img/logo.png); + background-position:left; + background-repeat:no-repeat; +} + +/*****************/ +/***** Menu *****/ +#menu { + padding:0px; + margin:0px; + width:100%; + height:20px; + background-color:#551A8B; +} +#menu a { + text-decoration:none; + display:block; + font-weight:bold; + text-align:center; + color:#FFFFFF; +} +#menu a:hover { + color:#000000; + background-color:#FFFFFF; +} +/* Pour IE5/MAC \*/#menu a{float:none;}/**/ +#menu li { + list-style: none; + float:left; + padding:0; + margin:0; + width:120px; + white-space:nowrap;/*Evite l'étalement sur deux ligne*/ + vertical-align:middle; +} +#menu #deconnection { + float:right; +} + +#main_menu { + +} +/*********************/ +/***** Sous Menu *****/ +#sous_menu { + clear:left; + padding-top:5px; + padding-bottom:3px; + padding-left:15px; + border-bottom:1px solid #000000; + background-color:#8470FF; +} +/* -------------- Arbre -------------------*/ +p.arbre { + font-size: small; + color: #FFFFFF; + text-align: left; + margin-top: 0px; + margin-right: 0px; + margin-bottom: 0px; + margin-left: 0px; +} +p.arbre a:link, p.arbre a:visited {color:#FFFFFF; } + +/*******************/ +/***** Contenu *****/ +#contenu { + padding-top:10px; + padding-bottom:20px; + padding-left:5px; + float:left; + width:78%; +} +#help { + text-align:justify; + color:#000000; + float:right; + margin:5px; + padding:5px; + border:thin solid #000000; + background-color:#F7F7F7; + font-size:small; + width:18%; +} + +#help h2 , #help a +{ + text-align:center; + font-size:medium; + color:#FFFFFF; + background-color:#551A8B; + color:#FFFFFF; + margin-top:0; + margin-bottom:10px; +} +#no_help, #no_help h2 +{ + display:none; +} + + +.popup , .popup_creneau , .popup_personne , .popup_commentaire , .popup_fichier , .popup_new { + display: none; + position: absolute; + left:50%; + top:50%; + border: 3px solid #000000; + background-color: #8470FF; + z-index: 500; + font-size: 80%; + text-align:center; +} +.popup { + width: 20em; + height: 8em; + margin-top: -4em ;/*moitié de height */ + margin-left: -10em ;/*moitié de width */ +} + +.popup_creneau { + width: 45em; + height: 22em; + margin-top: -11em ;/*moitié de height */ + margin-left: -22.5em ;/*moitié de width */ +} +.popup_personne { + width: 45em; + height: 25em; + margin-top: -12.5em ;/*moitié de height */ + margin-left: -22.5em ;/*moitié de width */ +} +.popup_commentaire { + width: 30em; + height: 8em; + margin-top: -4em ;/*moitié de height */ + margin-left: -15em ;/*moitié de width */ +} + +.popup_fichier { + width: 30em; + height: 8em; + margin-top: -4em ;/*moitié de height */ + margin-left: -15em ;/*moitié de width */ +} + +.popup_new { + width: 30em; + height: 8em; + margin-top: -4em ;/*moitié de height */ + margin-left: -15em ;/*moitié de width */ +} + +.popup h2 , .popup_creneau h2 , .popup_personne h2 , .popup_commentaire h2 , .popup_fichier h2 , .popup_new h2 +{ + background:#551A8B; + color:#FFFFFF; + font-size:small; + border-bottom:inherit; +} + +div.popup_contenu +{ + margin-top:1em; + vertical-align:middle; +} + +.popup input , .popup_creneau input , .popup_personne input , .popup_commentaire input , .popup_fichier input , .popup_new input +{ + cursor:pointer; +} + +#masque +{ + width:100%; + height:100%; + display: none; + position: absolute; + left:0px; + top:0px; + background-image:url(ice_img/masque.png); + background-repeat:repeat; + z-index: 499; +} \ No newline at end of file diff --git a/appli_3_alpha_old/deco.php b/appli_3_alpha_old/deco.php index f137336..57a56bc 100644 --- a/appli_3_alpha_old/deco.php +++ b/appli_3_alpha_old/deco.php @@ -14,7 +14,7 @@ generate_html_doctype_and_head("D

Deconnexion

' . "\n"; - generate_html_reunion_detail($idR); - echo "
\n"; + echo '
' . "\n"; + generate_html_reunion_detail2($idR); + echo "
\n
\n"; generate_html_array_personnes_crenaux($idR, $idP); echo "
\n"; + generate_html_reunion_commentaires($idR); + echo "
\n"; generate_html_reunion_fichiers($idR); ?>
diff --git a/appli_3_alpha_old/help/auth_dialog.php.hlp b/appli_3_alpha_old/help/auth_dialog.php.hlp new file mode 100644 index 0000000..b83937b --- /dev/null +++ b/appli_3_alpha_old/help/auth_dialog.php.hlp @@ -0,0 +1,2 @@ +Merci de vous identifier pour utiliser l'application.
+Par défaut, vous pouvez vous logguer avec votre adresse email et le mot de passe qui y est associé. \ No newline at end of file diff --git a/appli_3_alpha_old/help/details_reunion_admin.php.hlp b/appli_3_alpha_old/help/details_reunion_admin.php.hlp index 4d8733f..41047ab 100644 --- a/appli_3_alpha_old/help/details_reunion_admin.php.hlp +++ b/appli_3_alpha_old/help/details_reunion_admin.php.hlp @@ -5,13 +5,13 @@ Vous pouvez modifier votre disponibilité en fonction des créneaux Il est possible à tout instant de se déconnecter en cliquant sur le bouton Déconnexion situé en haut à droite de l'écran.

Ajouter ou Supprimer un créneau
-en appuyant sur le bouton Ajouter une personne
+en appuyant sur le bouton Ajouter une personne

Fixer un Créneau, en cliquant dessus et confirmer l'action (aucune modification ne sera possible après)

Ajouter ou Supprimer un -participant en appuyant sur le bouton Ajouter une personne
+participant en appuyant sur le bouton Ajouter une personne

Ajouter
-Astuce : grâce à AWOR, vous pouvez transferer vos réunions sur votre agenda personnel. \ No newline at end of file +Astuce : grâce à AWOR, vous pouvez transferer vos réunions sur votre agenda personnel. diff --git a/appli_3_alpha_old/help/details_reunion_admin.php.hlp~ b/appli_3_alpha_old/help/details_reunion_admin.php.hlp~ new file mode 100644 index 0000000..4d8733f --- /dev/null +++ b/appli_3_alpha_old/help/details_reunion_admin.php.hlp~ @@ -0,0 +1,17 @@ +Cette page vous permet de visualiser les détails d'une réunion.
+
+Vous pouvez modifier votre disponibilité en fonction des créneaux prévu par le createur de la réunion.
+
+Il est possible à tout instant de se déconnecter en cliquant sur le bouton Déconnexion situé en haut à droite de l'écran.
+
+Ajouter ou Supprimer un créneau
+en appuyant sur le bouton Ajouter une personne
+
+Fixer un Créneau, en cliquant dessus et confirmer l'action (aucune modification ne sera possible après)
+
+Ajouter ou Supprimer un +participant en appuyant sur le bouton Ajouter une personne
+
+Ajouter +
+Astuce : grâce à AWOR, vous pouvez transferer vos réunions sur votre agenda personnel. \ No newline at end of file diff --git a/appli_3_alpha_old/help/organiser.php.hlp b/appli_3_alpha_old/help/organiser.php.hlp new file mode 100644 index 0000000..b24adaf --- /dev/null +++ b/appli_3_alpha_old/help/organiser.php.hlp @@ -0,0 +1,2 @@ +Depuis cette page, vous pouvez créer une nouvelle réunion :
+renseignez les champs ci-contre puis validez. Vous pourrez ensuite associer une liste de personnes ainsi que des créneaux possibles. \ No newline at end of file diff --git a/appli_3_alpha_old/ical.php b/appli_3_alpha_old/ical.php index d2928b4..1b2d455 100644 --- a/appli_3_alpha_old/ical.php +++ b/appli_3_alpha_old/ical.php @@ -3,9 +3,9 @@ require_once('include/ludo/session_verify.inc.php'); require_once('include/ical.inc.php'); $res=ERR_ICAL_NO_DATA; -if ( isset($_SESSION['idP']) ) +if ( isset($_SESSION['session_idP']) ) { - $res = generationIcal($_SESSION['idP'], $iCal_name, $iCal_content, $errmsg); + $res = generationIcal($_SESSION['session_idP'], $iCal_name, $iCal_content, $errmsg); if ( $res === 0 ) { @@ -20,7 +20,7 @@ if ( isset($_SESSION['idP']) ) exit(); } } -require_once('html_elements.inc.php'); +require_once('include/ludo/html_elements.inc.php'); generate_html_doctype_and_head("Génération iCal"); echo "\n"; generate_html_div_errmsg($errmsg); diff --git a/appli_3_alpha_old/include/connect.inc_free.php b/appli_3_alpha_old/include/connect.inc_free.php new file mode 100644 index 0000000..644b36b --- /dev/null +++ b/appli_3_alpha_old/include/connect.inc_free.php @@ -0,0 +1,14 @@ +, , ); +$link = @mysql_connect('localhost', 'awor', 'blagnac'); + +@mysql_select_db($bd , $link); + +// NB : La gestion d'erreur est inhibée. Cet include ne génèrera jamais de code, même si la connexion n'a pas pu être établie +?> \ No newline at end of file diff --git a/appli_3_alpha_old/include/connect_free.inc.php b/appli_3_alpha_old/include/connect_free.inc.php deleted file mode 100644 index 644b36b..0000000 --- a/appli_3_alpha_old/include/connect_free.inc.php +++ /dev/null @@ -1,14 +0,0 @@ -, , ); -$link = @mysql_connect('localhost', 'awor', 'blagnac'); - -@mysql_select_db($bd , $link); - -// NB : La gestion d'erreur est inhibée. Cet include ne génèrera jamais de code, même si la connexion n'a pas pu être établie -?> \ No newline at end of file diff --git a/appli_3_alpha_old/include/je.inc.php b/appli_3_alpha_old/include/je.inc.php index b5a7672..08861d5 100644 --- a/appli_3_alpha_old/include/je.inc.php +++ b/appli_3_alpha_old/include/je.inc.php @@ -103,7 +103,8 @@ require_once ('include/connect.inc.php'); else { $result = mysql_query("INSERT INTO Personne (courrielP,loginP) VALUES ('$persMail','$persMail')"); - return (mysql_insert_id($result)); + //return (mysql_insert_id($result)); + return (mysql_insert_id()); } return (0); @@ -125,7 +126,7 @@ require_once ('include/connect.inc.php'); echo "\n"; if ($row['estPrivee'] == 'oui') echo 'Privée' ; else echo 'Public'; echo "\n"; - echo ""; + echo ""; echo $row['libelleL']; echo "\n"; echo "\n\n"; diff --git a/appli_3_alpha_old/include/ju.inc.php b/appli_3_alpha_old/include/ju.inc.php index 7f52bea..7267de1 100644 --- a/appli_3_alpha_old/include/ju.inc.php +++ b/appli_3_alpha_old/include/ju.inc.php @@ -3,41 +3,57 @@ function traiter_formulaire_cequetuveux_aussi() { echo "coucou\n"; } - + +// Modifiée par Ludo pour les problèmes de vriables de session et pour d'autres détails : +// S'il n'y a pas de commentaire, on affiche le tableau vide function generate_html_reunion_commentaires($idR) { - $requete = "SELECT * FROM Repondre WHERE idP != '".$_SESSION['idP']."' AND idR = '".$idR."'"; +?> + + + + + + + + + 0) { - echo '
Commentaires (Editer votre commentaire)
'; - echo ''; - echo ''; - echo ''; - echo ''; - echo ''; while($commentaire = mysql_fetch_array($resultat)); { - if(isset($_SESSION["PrenomP"])) + if ( isset($_SESSION['session_nomP']) && isset($_SESSION['session_prenomP']) ) { - $nom = $_SESSION["PrenomP"]; + $nom = $_SESSION['session_nomP'] . $_SESSION['session_prenomP']; } else { - $nom = $commentaire["idP"]; + $nom = $commentaire['idP']; } - echo "\n"; + echo ' \n"; } - echo '
Commentaires (Editer votre commentaire)
".$nom." : ".$commentaire["commentaireReponse"]."
'.$nom." : ".$commentaire['commentaireReponse']."
'; + } } +?> + + + _Listes_ (virer le lien) + mysql_free_result après les requetes et mysql_close ? configuration de PHP dans un fichier INI : diff --git a/appli_3_alpha_old/include/ludo/TODO_list.txt~ b/appli_3_alpha_old/include/ludo/TODO_list.txt~ new file mode 100644 index 0000000..09bca5c --- /dev/null +++ b/appli_3_alpha_old/include/ludo/TODO_list.txt~ @@ -0,0 +1,22 @@ +mysql_free_result après les requetes et mysql_close ? + +configuration de PHP dans un fichier INI : +array parse_ini_file ( string filename [, bool process_sections] ) + + +Vérifier que les redirections vers authentification et le retour fasse bien suivre les paramètres +--> bookmarque details_reunion?idR=1 + + +faire une fonction JS qui appelle une page php ou créer toute seule un cookie qui gère la préférence du css. + +Se préoccuper des accents et des encodages de pages ! + +Faire un pied de page avec nos noms, et les logos valide XHTML, CSS... + +TODO : un script php qui purge la base +-> export SQL ancienne base ? +-> suppression des réunions plus vielles que... +-> suppression des Personnes n'ayant jamais changé leur profil et n'ayant plus de réunion les concernant +-> suppression de tout les créneaux non référencés +-> suppression de toutes les listes privées obsoletes diff --git a/appli_3_alpha_old/include/ludo/config.inc.php b/appli_3_alpha_old/include/ludo/config.inc.php index 58d159f..90c5821 100644 --- a/appli_3_alpha_old/include/ludo/config.inc.php +++ b/appli_3_alpha_old/include/ludo/config.inc.php @@ -2,6 +2,7 @@ $CONFIG = array ( 'adminMail' => 'jmi@iut-blagnac.fr', + 'automatedMail' => 'no_reply@iut-blagnac.fr', 'AUTH' => array ( 'POP' => array diff --git a/appli_3_alpha_old/include/ludo/div_create_or_modif.php b/appli_3_alpha_old/include/ludo/div_create_or_modif.php new file mode 100644 index 0000000..b7f7193 --- /dev/null +++ b/appli_3_alpha_old/include/ludo/div_create_or_modif.php @@ -0,0 +1,87 @@ + +
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
Objet : + > +
Lieu : + > +
Ordre du jour : + > +
Remarques : + > +
Etat : + Annulée + Annuler"; + ?> +
+ + Annuler"; + ?> +
+
+ \ No newline at end of file diff --git a/appli_3_alpha_old/include/ludo/fonctions.inc.php b/appli_3_alpha_old/include/ludo/fonctions.inc.php index af1931d..f043f19 100644 --- a/appli_3_alpha_old/include/ludo/fonctions.inc.php +++ b/appli_3_alpha_old/include/ludo/fonctions.inc.php @@ -47,13 +47,13 @@ function pop3_generate_errmsg($errno) * ou n'a pas encore répondu. */ // Génération d'une case -function generate_html_dispo_case($idR, $idP, $idC, $isEditable, $estDispo, $withTD) +function generate_html_dispo_case($idR, $idP, $idC, $isEditable, $estDispo, $withTD=false, $class='') { // Alignement html require_once('html_elements.inc.php'); if ( ! $isEditable ) { - if ( $withTD ) { echo " \n"; } + if ( $withTD ) { echo " \n "; } // Cas général, on n'est pas la personne concernée if ( ! isset($estDispo) || $estDispo == '' ) { // Dispo Inconnue (icone ?) @@ -72,7 +72,7 @@ function generate_html_dispo_case($idR, $idP, $idC, $isEditable, $estDispo, $wit } else { - if ( $withTD ) { echo " \n"; } + if ( $withTD ) { echo " \n "; } // On est la personne concernée, on peut donc choisir le créneau if ( ! isset($estDispo) || $estDispo == '' ) { // Dispo Inconnue @@ -85,13 +85,13 @@ function generate_html_dispo_case($idR, $idP, $idC, $isEditable, $estDispo, $wit if ( $estDispo == 'oui' ) { // Disponible generate_html_dispo_oui($idP, $idC); - echo '   '; + echo '   '."\n "; generate_html_dispo_dire_non($idR, $idC); }else { // Non Disponible generate_html_dispo_dire_oui($idR, $idC); - echo '   '; + echo '   '."\n "; generate_html_dispo_non($idP, $idC); } } @@ -102,8 +102,17 @@ function generate_html_dispo_case($idR, $idP, $idC, $isEditable, $estDispo, $wit // Génération du tableau complet // TODO : idée : class du tableau différnete quand annulée -> tableau grisé... -function generate_html_array_personnes_crenaux($idR, $idP_Self) +function generate_html_array_personnes_crenaux($idR) { + if ( isset($_SESSION['session_idP']) ) + { + $idP_Self=$_SESSION['session_idP']; + } + else + { + // TODO : Erreur + } + // Connexion à la base et sélection de la database require_once 'include/connect.inc.php'; @@ -115,7 +124,6 @@ function generate_html_array_personnes_crenaux($idR, $idP_Self) if ( $result && ( mysql_num_rows($result) === 1 ) ) { list($montrerDispoR, $estAnnulee, $idP_orga, $idC_Fixe, $idL_interne) = mysql_fetch_row($result); - //echo "$is_admin = ( $idP_Self == $idP_orga );"; $is_admin = ( $idP_Self == $idP_orga ); $montrerDispoR = ( ( $montrerDispoR === 'oui' ) || $is_admin ) ; //echo "DEBUG : annuléé $estAnnulee\n"; @@ -129,15 +137,31 @@ function generate_html_array_personnes_crenaux($idR, $idP_Self) // DEBUG : tests en forçant les variables //$estAnnulee=true; - echo "\nmontrerDispoR==$montrerDispoR\nestAnnulee==$estAnnulee\nestFixee==$estFixee\nis_admin==$is_admin\n"; + //~ echo "DEBUG : \nmontrerDispoR==$montrerDispoR\nestAnnulee==$estAnnulee\nestFixee==$estFixee\nis_admin==$is_admin\n"; ?> - - + +
+ Mail' . "\n"; } - echo ' ' . "\n"; - +if ( $is_admin ) echo " \n"; +echo " ' . "\n"; +} // Remplissage des entêtes de colonnes (créneaux) $query="SELECT idC, UNIX_TIMESTAMP(dateHeure), duree FROM Creneau WHERE idR='$idR' ORDER BY dateHeure ASC;"; $creneaux=array(); @@ -149,11 +173,11 @@ function generate_html_array_personnes_crenaux($idR, $idP_Self) // Calcul des dates //echo $date_deb . "\n"; $date_fin = $date_deb + 60 * $duree; - echo ' + - - + $dispo_max_val ) + { + $dispo_max_id=$idC; + $dispo_max_val=$dispos[$idC]['nbDispo']; + } + } } } //print_r($dispos); @@ -217,9 +249,9 @@ function generate_html_array_personnes_crenaux($idR, $idP_Self) // On écrit ligne à ligne les personnes et les disponibilités while ( $p = mysql_fetch_array($result) ) // Boucle sur chaque personne { - echo " \n "; + echo " \n"; // Colonne de checkbox pour envoi email si $is_admin == true - if ( $is_admin ) { echo ' ' . "\n "; } + if ( $is_admin ) { echo ' ' . "\n"; } // Nom prénom echo " \n"; // Disponibilités @@ -234,60 +266,164 @@ function generate_html_array_personnes_crenaux($idR, $idP_Self) $estDispo=''; } //echo "DEBUG : generate_html_dispo_case($p[0], $c_id, ( $p[0]==$idP_Self ), $estDispo);\n"; - generate_html_dispo_case($idR, $p[0], $c_id, ( ! $estFixee && ! $estAnnulee && ( $p[0]==$idP_Self ) ),$estDispo, true); + if ( $c_id != $idC_Fixe ) { $class=''; } else { $class='class="selected"'; } + + generate_html_dispo_case($idR, $p[0], $c_id, ( ! $estFixee && ! $estAnnulee && ( $p[0]==$idP_Self ) ),$estDispo, true, $class); } // Colonne vide pour l'ajout de personnes - if ( $is_admin && ! $estFixee && ! $estAnnulee ) { echo " \n"; } - echo " \n"; + if ( $is_admin && ! $estFixee && ! $estAnnulee ) { echo " \n"; } + echo " \n"; } // Si $is_admin, on met une ligne avec bouton envoyer pour les mails et icône ajout de personnes if ( $is_admin ) { echo " \n  '; } - if ( $is_admin && ! $estFixee && ! $estAnnulee ) { echo "\n \n"; } - echo " \n"; + foreach ( $creneaux as $c ) { echo " \n"; } + if ( $is_admin && ! $estFixee && ! $estAnnulee ) { echo " \n"; } + echo " \n"; } // On inscrit les lignes de totaux si les disponibilités sont révélées if ( $is_admin && ! $estFixee && ! $estAnnulee) { - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; foreach ( $creneaux as $c_id ) { - echo ' \n"; + if ( $c_id == $dispo_max_id ) + { + echo ' \n"; + } + else + { + echo ' \n"; + } } - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; - echo " \n"; - echo " \n"; - echo " \n"; + echo " \n"; + echo " \n"; + echo " \n"; foreach ( $creneaux as $c_id ) { - echo ' \n"; + echo ' \n"; } - echo " \n"; + echo " \n"; echo " \n"; } } - echo " \n"; - echo " \n
PersonnesMail\n"; +if ( $is_admin ) +{ + echo ' ' . "\n"; + echo ' Ajouter une personne' . "\n"; + echo " \n"; +} +//~ echo " Participants\Créneaux\n"; +echo " \\\n"; +if ( $is_admin ) +{ + echo ' "; + echo ' Editer les creneaux' . "\n"; + echo ' ' . "\n"; + echo ' '; + if ( $idC != $idC_Fixe ) { echo ' '; } else { echo ' '; } if ( $is_admin && ! $estFixee && ! $estAnnulee ) { echo ''; + echo '&idR=' . $idR . '\',\'popfixer\',true);popon(\'popfixer\');">'; } echo date('d/m/y', $date_deb) . '
' . date('H:i', $date_deb) . ' - ' . date('H:i', $date_fin); if ( $is_admin && ! $estFixee && ! $estAnnulee ) { echo '
'; } @@ -163,24 +187,24 @@ function generate_html_array_personnes_crenaux($idR, $idP_Self) $creneaux[] = $idC; $dispos[$idC]['nbDispo']=0; $dispos[$idC]['nbNonDispo']=0; - + $dispo_max_id=-1; + $dispo_max_val=0; } } if ( $is_admin && ! $estFixee && ! $estAnnulee ) { ?> -
- - Editer les creneaux - - + + Editer les creneaux + +
$p[1] $p[2] 
 
\n"; - echo ' ' . "\n"; + echo ' ' . "\n"; ?> - + ' . "\n"; + echo '' . "\n"; ?> - Ajouter une personne + Ajouter une personne  
  
 Personnes présentes
 Personnes présentes' . $dispos[$c_id]['nbDispo'] . "' . $dispos[$c_id]['nbDispo'] . "' . $dispos[$c_id]['nbDispo'] . " 
 
 Personnes absentes
 Personnes absentes' . $dispos[$c_id]['nbNonDispo'] . "' . $dispos[$c_id]['nbNonDispo'] . "  
\n"; + echo " \n"; + echo " \n\n"; } -?> \ No newline at end of file +function traiter_formulaire_fixer_creneau() +{ + if ( ! isset($_GET['idR']) || !isset($_GET['idC']) ) + { + $errmsg="Impossible de fixer la réunion : paramètres manquants ou erroné"; + return; + } + $idR=addslashes($_GET['idR']); + $idC=addslashes($_GET['idC']); + + $query="UPDATE Reunion SET idC_Fixe=$idC WHERE idR=$idR;"; + if ( ! mysql_query($query) || mysql_affected_rows() != 1 ) + { + $errmsg="Impossible de fixer la réunion : Une erreur dans la base de données s'est produite"; + // TODO : if $debug ! + } +} + +function generate_html_reunion_detail2($idR) +{ + $query='SELECT r.objetR, r.ordreJourR, r.lieuR, r.remarquesR, r.montrerDispoR, r.estAnnulee, r.idP_Orga, r.idC_Fixe, p.nomP, p.prenomP' + . " FROM Reunion r, Personne p WHERE r.idR='$idR' AND p.idP=r.idP_Orga"; + $result = @mysql_query($query); + if ( ! $result || ( mysql_num_rows($result) !== 1 ) ) + { + $errmsg="Impossible de récuprérer les informations de la réunion : Erreur de base de données\n"; + return; + } + + list($objetR, $ordreJourR, $lieuR, $remarquesR, $montrerDispoR, $estAnnulee, $idP_Orga, $idC_Fixe, $nomP, $prenomP) = mysql_fetch_row($result); + if ( $estAnnulee ) { $etat = 'Annulée'; } elseif ( $idC_Fixe!=null) { $etat = 'Fixée'; } else { $etat = 'En préparation'; } + if ( $montrerDispoR === 'non' ) { $etat .= ', disponibilités masquées'; } +?> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ Détails de la réunion +(Editer)\n"; + } + +?> +
Objet : + +
Organisateur : + +
Lieu : + +
Ordre du jour : + +
Remarques : + +
Etat : + +
+ diff --git a/appli_3_alpha_old/include/ludo/html_elements.inc.php b/appli_3_alpha_old/include/ludo/html_elements.inc.php index 511ea58..4275653 100644 --- a/appli_3_alpha_old/include/ludo/html_elements.inc.php +++ b/appli_3_alpha_old/include/ludo/html_elements.inc.php @@ -14,20 +14,20 @@ echo ''."\n" - ' . "\n"; - echo '' . "\n"; - echo '' . "\n"; - ?> +' . "\n"; + echo ' ' . "\n"; +?> + ' . "\n"; - echo ""; + echo ""; echo 'Dire que je suis disponible' . "\n"; } function generate_html_dispo_dire_non($idR, $idC) { - echo ""; + echo ""; echo 'Dire que je suis pas disponible' . "\n"; } diff --git a/appli_3_alpha_old/include/ludo/mail_textarea.php b/appli_3_alpha_old/include/ludo/mail_textarea.php index 58292d6..d90c83b 100644 --- a/appli_3_alpha_old/include/ludo/mail_textarea.php +++ b/appli_3_alpha_old/include/ludo/mail_textarea.php @@ -1,15 +1,18 @@ -