From 0844ad10b9cfb0540ce45dcab703315a9fa3d3f3 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 9 Jul 2009 10:19:52 +0000 Subject: [PATCH] =?UTF-8?q?Appel=20des=20fichiers=20includecss=20et=20incl?= =?UTF-8?q?udejs=20pour=20la=20g=C3=A9n=C3=A9ration=20des=20styles=20et=20?= =?UTF-8?q?javascripts?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- www/includecss.php | 21 ++++++++++++ www/includejs.php | 24 +++++++++++++ www/pages/main.php | 85 +++++++++++++--------------------------------- 3 files changed, 69 insertions(+), 61 deletions(-) create mode 100644 www/includecss.php create mode 100644 www/includejs.php diff --git a/www/includecss.php b/www/includecss.php new file mode 100644 index 000000000..5e7979539 --- /dev/null +++ b/www/includecss.php @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + +*/ +?> + + + + + + \ No newline at end of file diff --git a/www/pages/main.php b/www/pages/main.php index 9f5193119..b5ec93dc8 100644 --- a/www/pages/main.php +++ b/www/pages/main.php @@ -3,74 +3,37 @@ if (!$_SESSION['connected']) die('Erreur 11000 : Not connected'); //Affectation de valeur par défaut pour arriver sur la page de recherche if (!isset($page2)){ + $title='Recherche'; $page2='recherche.php'; $vueRecherche = 'ent'; } -require_once(realpath(dirname(__FILE__).'/../../includes/siren.php')); +require_once 'siren.php'; ?> Extranet Scores & Décisions - <?=$title?> - - - - - - - - - - - - - - -*/ -?> - - - - - - - - - - - - -
-'pdf' && $sortie<>'prt') { +'pdf' && $sortie<>'prt') { ?>
  @@ -82,8 +45,8 @@ if ($sortie<>'pdf' && $sortie<>'prt') {
- @@ -98,30 +61,30 @@ if ($sortie<>'pdf' && $sortie<>'prt') {

-© 2006- Scores & Décisions SAS - +© 2006- Scores & Décisions SAS - Tous droits réservés - Mentions légales - +?> - -
- \ No newline at end of file