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/app/details_reunion.php | 54 ++++++++++++++++++-------------
1 file changed, 32 insertions(+), 22 deletions(-)
(limited to 'appli_3_alpha_old/app/details_reunion.php')
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 :
+