From 3fc908d3a1d0f6c9b1fca690561098541a73266e Mon Sep 17 00:00:00 2001 From: Ludovic Pouzenc Date: Sat, 30 Jun 2018 11:13:09 +0200 Subject: Version alpha_old5 2007-02-22+15:00:00 - 2007-03-11+16:30:15 --- appli_3_alpha_old/README.lyx~ | 36 + appli_3_alpha_old/TODO_list.txt~ | 20 + appli_3_alpha_old/app/TODO_list.txt | 22 + appli_3_alpha_old/app/TODO_list.txt~ | 20 - appli_3_alpha_old/app/admin.php | 43 + appli_3_alpha_old/app/auth_dialog.php | 8 +- appli_3_alpha_old/app/css/ice.css | 4 +- appli_3_alpha_old/app/css/ice_nohelp.css | 4 +- appli_3_alpha_old/app/css/ice_stable.css | 247 +++ .../app/css/ice_stable_img/README.txt | 1 + appli_3_alpha_old/app/css/ice_stable_img/logo.png | Bin 0 -> 5040 bytes .../app/css/ice_stable_img/masque.png | Bin 0 -> 415 bytes .../app/css/ice_stable_img/titleTable.png | Bin 0 -> 1248 bytes appli_3_alpha_old/app/css/ice_stable_img/titre.png | Bin 0 -> 23658 bytes appli_3_alpha_old/app/css/ice_stable_nohelp.css | 252 +++ appli_3_alpha_old/app/details_reunion.php | 54 +- appli_3_alpha_old/app/help/admin.php.hlp | 24 + appli_3_alpha_old/app/ical.php | 10 +- appli_3_alpha_old/app/include/ical.inc.php | 4 +- appli_3_alpha_old/app/include/je.inc.php | 6 + appli_3_alpha_old/app/include/ju.inc.php | 75 +- appli_3_alpha_old/app/include/ludo/config.inc.php | 1 + .../app/include/ludo/div_create_or_modif.php | 15 +- .../app/include/ludo/fonctions.inc.php | 94 +- .../app/include/ludo/html_elements.inc.php | 59 +- .../app/include/ludo/mail_textarea.php | 4 +- appli_3_alpha_old/app/include/ludo/majDispo.php | 14 +- appli_3_alpha_old/app/index.php | 38 +- appli_3_alpha_old/app/install/RAZbase.php | 130 ++ appli_3_alpha_old/app/install/base.sql | 123 ++ appli_3_alpha_old/app/install/jeu_essai.sql | 2 + appli_3_alpha_old/app/install/jeu_essai.sql~ | 310 +++ appli_3_alpha_old/app/modele_page.php | 56 - appli_3_alpha_old/app/popcommentaire.php | 11 + appli_3_alpha_old/app/profil.php | 32 +- appli_3_alpha_old/app/sendmail.php | 1 + appli_3_alpha_old/app/templates/mail_annul.php | 12 + appli_3_alpha_old/app/templates/mail_cree.php | 11 +- appli_3_alpha_old/app/templates/mail_fixee.php | 14 + appli_3_alpha_old/app/templates/mail_modif.php | 13 + appli_3_alpha_old/doc/README | 13 + appli_3_alpha_old/doc/README.css | 109 + appli_3_alpha_old/doc/README.html | 422 ++++ appli_3_alpha_old/doc/README.lyx | 521 +++++ appli_3_alpha_old/doc/README.lyx~ | 521 +++++ appli_3_alpha_old/doc/README.pdf | Bin 0 -> 73334 bytes appli_3_alpha_old/doc/README.ps | 2306 ++++++++++++++++++++ appli_3_alpha_old/doc/README.txt | 232 ++ 48 files changed, 5667 insertions(+), 227 deletions(-) create mode 100644 appli_3_alpha_old/README.lyx~ create mode 100644 appli_3_alpha_old/TODO_list.txt~ create mode 100644 appli_3_alpha_old/app/TODO_list.txt delete mode 100644 appli_3_alpha_old/app/TODO_list.txt~ create mode 100644 appli_3_alpha_old/app/admin.php create mode 100644 appli_3_alpha_old/app/css/ice_stable.css create mode 100644 appli_3_alpha_old/app/css/ice_stable_img/README.txt create mode 100644 appli_3_alpha_old/app/css/ice_stable_img/logo.png create mode 100644 appli_3_alpha_old/app/css/ice_stable_img/masque.png create mode 100644 appli_3_alpha_old/app/css/ice_stable_img/titleTable.png create mode 100644 appli_3_alpha_old/app/css/ice_stable_img/titre.png create mode 100644 appli_3_alpha_old/app/css/ice_stable_nohelp.css create mode 100644 appli_3_alpha_old/app/help/admin.php.hlp create mode 100644 appli_3_alpha_old/app/install/RAZbase.php create mode 100644 appli_3_alpha_old/app/install/base.sql create mode 100644 appli_3_alpha_old/app/install/jeu_essai.sql create mode 100644 appli_3_alpha_old/app/install/jeu_essai.sql~ delete mode 100644 appli_3_alpha_old/app/modele_page.php create mode 100644 appli_3_alpha_old/app/popcommentaire.php create mode 100644 appli_3_alpha_old/app/templates/mail_annul.php create mode 100644 appli_3_alpha_old/app/templates/mail_fixee.php create mode 100644 appli_3_alpha_old/app/templates/mail_modif.php create mode 100644 appli_3_alpha_old/doc/README create mode 100644 appli_3_alpha_old/doc/README.css create mode 100644 appli_3_alpha_old/doc/README.html create mode 100644 appli_3_alpha_old/doc/README.lyx create mode 100644 appli_3_alpha_old/doc/README.lyx~ create mode 100644 appli_3_alpha_old/doc/README.pdf create mode 100644 appli_3_alpha_old/doc/README.ps create mode 100644 appli_3_alpha_old/doc/README.txt diff --git a/appli_3_alpha_old/README.lyx~ b/appli_3_alpha_old/README.lyx~ new file mode 100644 index 0000000..a6acb17 --- /dev/null +++ b/appli_3_alpha_old/README.lyx~ @@ -0,0 +1,36 @@ +#LyX 1.4.3 created this file. For more info see http://www.lyx.org/ +\lyxformat 245 +\begin_document +\begin_header +\textclass article +\language english +\inputencoding auto +\fontscheme default +\graphics default +\paperfontsize default +\papersize default +\use_geometry false +\use_amsmath 1 +\cite_engine basic +\use_bibtopic false +\paperorientation portrait +\secnumdepth 3 +\tocdepth 3 +\paragraph_separation indent +\defskip medskip +\quotes_language english +\papercolumns 1 +\papersides 1 +\paperpagestyle default +\tracking_changes false +\output_changes false +\end_header + +\begin_body + +\begin_layout Title + +\end_layout + +\end_body +\end_document diff --git a/appli_3_alpha_old/TODO_list.txt~ b/appli_3_alpha_old/TODO_list.txt~ new file mode 100644 index 0000000..44ec9ff --- /dev/null +++ b/appli_3_alpha_old/TODO_list.txt~ @@ -0,0 +1,20 @@ +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 + +TODO : dans detail_reunion, vérifier que le id réunion nous concerne bien !!! + +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/app/TODO_list.txt b/appli_3_alpha_old/app/TODO_list.txt new file mode 100644 index 0000000..aec8ebe --- /dev/null +++ b/appli_3_alpha_old/app/TODO_list.txt @@ -0,0 +1,22 @@ +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/app/TODO_list.txt~ b/appli_3_alpha_old/app/TODO_list.txt~ deleted file mode 100644 index 44ec9ff..0000000 --- a/appli_3_alpha_old/app/TODO_list.txt~ +++ /dev/null @@ -1,20 +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 - -TODO : dans detail_reunion, vérifier que le id réunion nous concerne bien !!! - -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/app/admin.php b/appli_3_alpha_old/app/admin.php new file mode 100644 index 0000000..c38faf9 --- /dev/null +++ b/appli_3_alpha_old/app/admin.php @@ -0,0 +1,43 @@ +\n"; + +generate_html_divs_menu(); +?> +
+

+ > Accueil + > Administration +

+
+'; + exit(); + } + + + // TODO : fonctions qui purgent les tables filles selon un id donné, pour chaque cas mère-fille (indiqués plus bas) + + // Fonctions qui génèrent des tableaux listant tous les objets de la base, et permettant la sélection multiple et l'éffacement (en cascade) + //~ admin_display_listes(); // Permet de virer des liste + //~ admin_display_fichiers(); // Permet de virer des fichiers, doit purger physiquement sur le disque + //~ admin_display_reunions(); // Permet de virer des gens, doit purger les tables Creneau et Choisir, Repondre, Fichiers + //~ admin_display_personnes(); // Permet de virer des gens, doit purger les tables Appartenir, Reunion + +?> + + + diff --git a/appli_3_alpha_old/app/auth_dialog.php b/appli_3_alpha_old/app/auth_dialog.php index 36058e0..ecb631b 100644 --- a/appli_3_alpha_old/app/auth_dialog.php +++ b/appli_3_alpha_old/app/auth_dialog.php @@ -50,9 +50,13 @@ switch ( $methodeAuth ) { case 'webetud': - // TODO + // include... + $auth_is_ok=VerifOuvertureSession("quelconque"); + if ( ! $auth_is_ok ) { $errmsg="Authentification WebEtud refusée !"; } break; - // Vous pouvez ajouter d'autres mode d'authentification ici ! + /*************************************************************** + ** Vous pouvez ajouter d'autres mode d'authentification ici ! ** + ***************************************************************/ case 'bypass': $auth_is_ok=true; break; diff --git a/appli_3_alpha_old/app/css/ice.css b/appli_3_alpha_old/app/css/ice.css index ee6af49..62231d0 100644 --- a/appli_3_alpha_old/app/css/ice.css +++ b/appli_3_alpha_old/app/css/ice.css @@ -1,3 +1,4 @@ +em {color:#F00;} img { border : none ; } body { color: #000000; @@ -23,8 +24,7 @@ th { color: #FFFFFF; background-color:#551A8B; } - -th.selected {color:#8470FF;} +th.selected {color:#FFF;background-color:#8470FF} td { border-bottom-width: thin; border-bottom-style: solid; diff --git a/appli_3_alpha_old/app/css/ice_nohelp.css b/appli_3_alpha_old/app/css/ice_nohelp.css index 2bfa491..40d78a3 100644 --- a/appli_3_alpha_old/app/css/ice_nohelp.css +++ b/appli_3_alpha_old/app/css/ice_nohelp.css @@ -1,4 +1,4 @@ - +em {color:#F00;} img { border : none ; } body { color: #000000; @@ -24,7 +24,7 @@ th { color: #FFFFFF; background-color: #551A8B; } -th.selected {color:#8470FF;} +th.selected {color:#FFF;background-color:#8470FF} td { border-bottom-width: thin; border-bottom-style: solid; diff --git a/appli_3_alpha_old/app/css/ice_stable.css b/appli_3_alpha_old/app/css/ice_stable.css new file mode 100644 index 0000000..251398c --- /dev/null +++ b/appli_3_alpha_old/app/css/ice_stable.css @@ -0,0 +1,247 @@ +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; +} + +th.selected {color:#8470FF;} +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:1.5em; + background-color:#551A8B; +} +#menu a { + text-decoration:none; + display:block; + 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 { + list-style: none; + float:left; + padding:0; + margin:0; + width:10em; + 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_deletelist { + 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: 30em; + margin-top: -15em ;/*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_deletelist { + width: 26em; + height: 8em; + margin-top: -4em ;/*moitié de height */ + margin-left: -13em ;/*moitié de width */ +} + +.popup h2 , .popup_creneau h2 , .popup_personne h2 , .popup_commentaire h2 , .popup_fichier h2 , .popup_deletelist 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_deletelist 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; +} diff --git a/appli_3_alpha_old/app/css/ice_stable_img/README.txt b/appli_3_alpha_old/app/css/ice_stable_img/README.txt new file mode 100644 index 0000000..b81d613 --- /dev/null +++ b/appli_3_alpha_old/app/css/ice_stable_img/README.txt @@ -0,0 +1 @@ +C'est ici qu'on stockera les images propre au style Ice.css diff --git a/appli_3_alpha_old/app/css/ice_stable_img/logo.png b/appli_3_alpha_old/app/css/ice_stable_img/logo.png new file mode 100644 index 0000000..a768d45 Binary files /dev/null and b/appli_3_alpha_old/app/css/ice_stable_img/logo.png differ diff --git a/appli_3_alpha_old/app/css/ice_stable_img/masque.png b/appli_3_alpha_old/app/css/ice_stable_img/masque.png new file mode 100644 index 0000000..45a6027 Binary files /dev/null and b/appli_3_alpha_old/app/css/ice_stable_img/masque.png differ diff --git a/appli_3_alpha_old/app/css/ice_stable_img/titleTable.png b/appli_3_alpha_old/app/css/ice_stable_img/titleTable.png new file mode 100644 index 0000000..e6c02d9 Binary files /dev/null and b/appli_3_alpha_old/app/css/ice_stable_img/titleTable.png differ diff --git a/appli_3_alpha_old/app/css/ice_stable_img/titre.png b/appli_3_alpha_old/app/css/ice_stable_img/titre.png new file mode 100644 index 0000000..d8d9ce6 Binary files /dev/null and b/appli_3_alpha_old/app/css/ice_stable_img/titre.png differ diff --git a/appli_3_alpha_old/app/css/ice_stable_nohelp.css b/appli_3_alpha_old/app/css/ice_stable_nohelp.css new file mode 100644 index 0000000..9032594 --- /dev/null +++ b/appli_3_alpha_old/app/css/ice_stable_nohelp.css @@ -0,0 +1,252 @@ + +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; +} +th.selected {color:#8470FF;} +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:1.5em; + background-color:#551A8B; +} +#menu a { + text-decoration:none; + display:block; + 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 { + list-style: none; + float:left; + padding:0; + margin:0; + width:10em; + 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; + padding-right:5px; + float:left; + width:95%; +} +#no_help { + display:block; + text-align:justify; + color:#000000; + float:right; + margin:0px; + padding:1px; + border:thin solid #000000; + background-color:#F7F7F7; + font-size:small; + width:3%; +} +#no_help h2 , #no_help a +{ + display:block; + text-align:center; + font-size:medium; + color:#FFFFFF; + background-color:#551A8B; + margin:0px; + padding:0px; +} +#help,#help h2 +{ + display:none; +} + + + + +.popup , .popup_creneau , .popup_personne , .popup_commentaire , .popup_fichier , .popup_deletelist { + 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: 30em; + margin-top: -15em ;/*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_deletelist { + width: 26em; + height: 8em; + margin-top: -4em ;/*moitié de height */ + margin-left: -13em ;/*moitié de width */ +} + +.popup h2 , .popup_creneau h2 , .popup_personne h2 , .popup_commentaire h2 , .popup_fichier h2 , .popup_deletelist 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_deletelist 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/app/details_reunion.php b/appli_3_alpha_old/app/details_reunion.php index d453b13..1af85bd 100644 --- a/appli_3_alpha_old/app/details_reunion.php +++ b/appli_3_alpha_old/app/details_reunion.php @@ -7,30 +7,15 @@ require_once('include/ludo/fonctions.inc.php'); require_once('include/je.inc.php'); require_once('include/ju.inc.php'); -if ( isset($_REQUEST['action']) ) -{ - /* - switch ($_REQUEST['action']) - { - 'reunion_modif': - - break; - - default: - echo "type de formulaire non enregistré :!!!\n\n"; - } - */ - $nom_func = 'traiter_formulaire_' . $_REQUEST['action']; - $nom_func(); -} + generate_html_doctype_and_head("Détail de la réunion"); echo "\n"; // DEBUG -echo '
';
-print_r($_REQUEST);
-echo '
'; +//~ echo '
';
+//~ print_r($_REQUEST);
+//~ echo '
'; generate_html_divs_menu(); ?> @@ -42,15 +27,39 @@ generate_html_divs_menu();

'; @@ -107,5 +116,6 @@ Fichier :
+
diff --git a/appli_3_alpha_old/app/help/admin.php.hlp b/appli_3_alpha_old/app/help/admin.php.hlp new file mode 100644 index 0000000..64fe5d1 --- /dev/null +++ b/appli_3_alpha_old/app/help/admin.php.hlp @@ -0,0 +1,24 @@ +Cette page vous permet de visualiser les objets principaux de la base de données.
+Vous pouvez depuis cette page purger la base, ainsi que les fichiers attachés qui sont stockés sur disque.
+Lorsque vous supprimez par exemple une personne inscrite, tout les enregistrements relatifs à cette personne seront effacés : +