Skip to content
Extraits de code Groupes Projets
Valider 29b74cb9 rédigé par ARNO*'s avatar ARNO*
Parcourir les fichiers

Affinage graphique sur stats: repartitions et referers

parent f7306547
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -223,11 +223,11 @@ a.cellule-h-texte:hover { text-decoration: none; color: #000; border-#GET{right}
.bouton36rouge { padding: 6px; margin-top: 2px; border: 1px solid red; background-color: #FFF; }
.bouton36off { padding: 6px; margin-top: 2px; width: 24px; height: 24px; }
div.onglet { font-family: Arial, Sans, sans-serif; font-size: 11px; font-weight: bold; border: 1px solid #GET{foncee}; margin-#GET{right}: 3px; padding: 5px; background-color: #FFF; }
div.onglet { font-family: Verdana, Arial, Sans, sans-serif; font-size: 11px; font-weight: bold; border: 1px solid #GET{foncee}; margin-#GET{right}: 3px; padding: 5px; background-color: #FFF; }
div.onglet a { color: #GET{foncee}; }
div.onglet_on { font-family: Arial, Sans, sans-serif; font-size: 11px; font-weight: bold; border: 1px solid #GET{foncee}; margin-#GET{right}: 3px; padding: 5px; background-color: #GET{claire}; }
div.onglet_on a, div.onglet_on a:hover { color: #GET{foncee}; text-decoration: none; }
div.onglet_off { font-family: Arial, Sans, sans-serif; font-size: 11px; font-weight: bold; border: 1px solid #GET{foncee}; margin-#GET{right}: 3px; padding: 5px; background-color: #GET{foncee}; color: #FFF; }
div.onglet_on { font-family: Verdana, Arial, Sans, sans-serif; font-size: 11px; font-weight: bold; border: 1px solid #GET{foncee}; margin-#GET{right}: 3px; padding: 5px; background-color: #GET{claire}; }
div.onglet_on a, div.onglet_on a:hover { color: #GET{couleur}; text-decoration: none; }
div.onglet_off { font-family: Verdana, Arial, Sans, sans-serif; font-size: 11px; font-weight: bold; border: 1px solid #GET{foncee}; margin-#GET{right}: 3px; padding: 5px; background-color: #GET{foncee}; color: #FFF; }
.reliefblanc { background-image: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=barre-blanc.gif); }
.reliefgris { background-image: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=barre-noir.gif); }
......@@ -544,8 +544,9 @@ td.message, a.message { background: url(#EVAL{ _DIR_IMG_PACK}wrapper.php?file=m_
.couleur_nombre { background: #GET{claire}; }
.couleur_langue { background: #GET{foncee}; }
.statistiques_visites ul.referers { margin-left: 0px; padding-left: 0px; list-style-type: none; font-family: arial, helvetica, sans; }
.statistiques_visites ul.referers li {clear:both; margin-bottom: 1em; }
.statistiques_visites ul.referers li ul { font-size:x-small; }
.statistiques_visites ul.referers li ul { font-size:x-small; list-style-type: disc;}
.statistiques_visites ul.referers li li {clear: none; margin-bottom:0; }
/* agenda */
......
......@@ -86,9 +86,9 @@ function enfants_aff($id_parent,$decalage, $critere, $gauche=0) {
if ( $largeur_rouge > 2)
echo bouton_block_depliable("<a href='" . generer_url_ecrire("naviguer","id_rubrique=$id_rubrique") . "' style='color: black;' title=\"$descriptif\">$titre</a>","incertain", "stats$id_rubrique");
else
echo "<span class='verdana1'>",
echo "<div class='verdana1' style='padding-left: 18px; padding-top: 4px; padding-bottom: 3px;'>",
"<a href='" . generer_url_ecrire("naviguer","id_rubrique=$id_rubrique") . "' style='color: black;' title=\"$descriptif\">$titre</a>",
"</span>";
"</div>";
echo "</td>";
......@@ -106,10 +106,10 @@ function enfants_aff($id_parent,$decalage, $critere, $gauche=0) {
echo "\n<tr>";
if ($gauche > 0) echo "<td style='width: " .$gauche."px'></td>";
echo "\n<td style='border: 0px; white-space: nowrap;'>";
echo "<div style='border: 1px solid #999999; background-color: #dddddd; height: 8px; padding: 0px; margin: 0px;'>";
if ($visites_abs > 0) echo "<img src='" . _DIR_IMG_PACK . "rien.gif' style='vertical-align: top; height: 8px; border: 0px; width: ".$visites_abs."px;' alt= ' '/>";
if ($largeur_rouge>0) echo "<img src='" . _DIR_IMG_PACK . "rien.gif' class='couleur_cumul' style='vertical-align: top; height: 8px; border: 0px; width: " . $largeur_rouge . "px;' alt=' ' />";
if ($largeur_vert>0) echo "<img src='" . _DIR_IMG_PACK . "rien.gif' class='couleur_nombre' style='vertical-align: top; width: " . $largeur_vert ."px; height: 8px; border: 0px' alt=' ' />";
echo "<div style='border: 1px solid #999999; background-color: #dddddd; height: 12px; padding: 0px; margin: 0px;'>";
if ($visites_abs > 0) echo "<img src='" . _DIR_IMG_PACK . "rien.gif' style='vertical-align: top; height: 12px; border: 0px; width: ".$visites_abs."px;' alt= ' '/>";
if ($largeur_rouge>0) echo "<img src='" . _DIR_IMG_PACK . "rien.gif' class='couleur_cumul' style='vertical-align: top; height: 12px; border: 0px; width: " . $largeur_rouge . "px;' alt=' ' />";
if ($largeur_vert>0) echo "<img src='" . _DIR_IMG_PACK . "rien.gif' class='couleur_nombre' style='vertical-align: top; width: " . $largeur_vert ."px; height: 12px; border: 0px' alt=' ' />";
echo "</div>";
echo "</td></tr></table>\n";
echo "</td></tr></table>";
......@@ -168,7 +168,7 @@ function exec_statistiques_repartition_dist()
$nombre_vis[0] = 0;
echo debut_cadre_relief("statistiques-24.gif",true);
echo "<div style='border: 1px solid #aaaaaa;'>";
echo "<div style='border: 1px solid #aaaaaa; border-bottom: 0px;'>";
enfants_aff(0,$taille, $critere);
echo "</div><br />",
"<div class='verdana3' style='text-align: left;'>",
......
......@@ -177,8 +177,8 @@ function aff_referers ($result, $limit, $plus) {
$tmp = $buff["path"];
if (strlen($buff["query"]) > 0) $tmp .= "?".$buff['query'];
if (strlen($tmp) > 30)
$tmp = "/".substr($tmp, 0, 27)."...";
if (strlen($tmp) > 18)
$tmp = "/".substr($tmp, 0, 15)."...";
else if (strlen($tmp) > 0)
$tmp = "/$tmp";
}
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter