From 99d6d64f9bf1729990ec5d5e6d6187c2f30bb334 Mon Sep 17 00:00:00 2001 From: Michael RICOIS Date: Thu, 28 May 2009 10:58:51 +0000 Subject: [PATCH] Utilisation de la librairie qTip --- www/pages/ratios.php | 273 +++++++++++++++++------------------------ www/pages/synthese.php | 76 ++++++++---- 2 files changed, 163 insertions(+), 186 deletions(-) diff --git a/www/pages/ratios.php b/www/pages/ratios.php index 7b64fb712..7fc47ccc7 100644 --- a/www/pages/ratios.php +++ b/www/pages/ratios.php @@ -25,7 +25,7 @@ try { $ratiosEntrepEvol = $O['result']['RatiosEntrepEvol']; $ratiosSecteur = $O['result']['RatiosSecteur']; print ''; }catch (SoapFault $fault) { include_once(realpath(dirname(__FILE__).'/../../').'/includes/soaperror.php'); @@ -169,126 +169,75 @@ function dRatio($nAnnee,$nRatio){ print $return; } +function wrapComment($text){ + $fontSize = 5; + $blockSize = 500; + $newtext = wordwrap($text, $blockSize/$fontSize , "\n"); + $newtext = htmlentities($newtext); + $newtext = nl2br($newtext); + return $newtext; +} ?> - - +
@@ -377,74 +326,74 @@ $firephp->log($tabInfo,'tabInfo'); - MARGE BRUTE D'AUTOFINANCEMENT (MBA) ou CAF
+ MARGE BRUTE D'AUTOFINANCEMENT (MBA) ou CAF - + '); ?> - COUVERTURE du BFR (FR/BFR)
+ COUVERTURE du BFR (FR/BFR) - + '); ?> - COUVERTURE des IMMOS NETTES
capitaux permanents/immobilisations nettes
+ COUVERTURE des IMMOS NETTES
capitaux permanents/immobilisations nettes
- + '); ?> - COUVERTURE du CA
fond de roulement net global sur 12m x 360 / chiffre d'affaire
+ COUVERTURE du CA
fond de roulement net global sur 12m x 360 / chiffre d'affaire
- + '); ?> - SOLVABILITE capitaux propres / ensemble des dettes
+ SOLVABILITE capitaux propres / ensemble des dettes - + '); ?> - INDEPENDANCE FINANCIERE (Cap.propres/Capitaux permanents)
+ INDEPENDANCE FINANCIERE (Cap.propres/Capitaux permanents) - + '); ?> @@ -457,51 +406,51 @@ $firephp->log($tabInfo,'tabInfo'); Position - RENTABILITE ECONOMIQUE (EBE/TOTAL bilan)
+ RENTABILITE ECONOMIQUE (EBE/TOTAL bilan) - + '); ?> - RENTABILITE FINANCIERE (Résult.Net/Cap.propres)
+ RENTABILITE FINANCIERE (Résult.Net/Cap.propres) - + '); ?> - RENTABILITE COMMERCIALE (résultat net/CA)
+ RENTABILITE COMMERCIALE (résultat net/CA) - + '); ?> - CONTRIBUTION DU CAPITAL
Capacité d'autofinancement sur 12 mois / capitaux permanents
+ CONTRIBUTION DU CAPITAL
Capacité d'autofinancement sur 12 mois / capitaux permanents
- + '); ?> - CONTRIBUTION DE LA VA
capacité d'autofinancement / valeur ajoutée
+ CONTRIBUTION DE LA VA
capacité d'autofinancement / valeur ajoutée
- + '); ?> @@ -514,31 +463,31 @@ $firephp->log($tabInfo,'tabInfo'); Position - LIQUIDITE IMMEDIATE : (Disponibilité/Dettes CT)
+ LIQUIDITE IMMEDIATE : (Disponibilité/Dettes CT) - + '); ?> - LIQUIDITE GENERALE : (Act.circulant net/Dettes CT)
+ LIQUIDITE GENERALE : (Act.circulant net/Dettes CT) - + '); ?> - LIQUIDITE REDUITE: Disponibilité et créances réelles /Dettes CT)
+ LIQUIDITE REDUITE: Disponibilité et créances réelles /Dettes CT) - + '); ?> @@ -551,31 +500,31 @@ $firephp->log($tabInfo,'tabInfo'); Position - ENDETTEMENT (dettes a + 1 an / capitaux propres)
+ ENDETTEMENT (dettes a + 1 an / capitaux propres) - + - CAPACITE DE REMBOURSEMENT (Dettes.bancaires.(+MT+LT+C.bail)/CAF)
+ CAPACITE DE REMBOURSEMENT (Dettes.bancaires.(+MT+LT+C.bail)/CAF) - + - FINANCEMENT DES STOCKS (dettes aux fournisseurs / stock)
+ FINANCEMENT DES STOCKS (dettes aux fournisseurs / stock) - + @@ -588,61 +537,61 @@ $firephp->log($tabInfo,'tabInfo'); Position - PRODUCTIVITE DE L'ACTIF
chiffre d'affaire/actif comptable
+ PRODUCTIVITE DE L'ACTIF
chiffre d'affaire/actif comptable
- + '); ?> - DUREE CLIENT (Rotation clients en VJ TTC)
+ DUREE CLIENT (Rotation clients en VJ TTC) - + - DUREE FOURNISSEUR (Rotation fournisseurs en JA TTC)
+ DUREE FOURNISSEUR (Rotation fournisseurs en JA TTC) - + - POIDS MASSE SALARIALE (Ch personnel/VA)
+ POIDS MASSE SALARIALE (Ch personnel/VA) - + - RENDEMENT (Production sur 12mois / effectif)
+ RENDEMENT (Production sur 12mois / effectif) - + '); ?> - PRODUCTIVITE
(CA/effectif)
+ PRODUCTIVITE
(CA/effectif)
- + '); ?> diff --git a/www/pages/synthese.php b/www/pages/synthese.php index d7c303fd0..90183f523 100644 --- a/www/pages/synthese.php +++ b/www/pages/synthese.php @@ -139,19 +139,48 @@ $path = '../cache/'; file_put_contents($path.$fileName, serialize($dataGraph)); ?> - @@ -167,13 +196,12 @@ $(document).ready(function() #synthese .head { font-weight:bold; } #graphInfo { font-family: Arial, Helvetica, sans-serif; font-size: 11px; font-weight: bold; margin-left:10px; } -/* ----- add selectors here for font sizing ----- */ -#JT_close_left, #JT_close_right{font-size: 12px;} -#JT_copy p, #JT_copy ul{font-size: 12px;} p, label{font-size: 12px;} ul{list-style: none;} ul li{padding-top:3px;} +.qtip-title {font-size:11px;} +.qtip-content {font-size:11px;}