@ -126,58 +126,4 @@ function enfants_aff($id_parent,$decalage, $taille, $critere, $gauche=0) {
return $out;
}
// http://doc.spip.org/@exec_statistiques_repartition_dist
function exec_statistiques_repartition_dist()
{
global $abs_total, $nombre_vis, $taille, $spip_ecran;
if (!autoriser('voirstats')) {
include_spip('inc/minipres');
echo minipres();
} else {
$taille = _request('taille');
$commencer_page = charger_fonction('commencer_page', 'inc');
echo $commencer_page(_T('titre_page_statistiques'), "statistiques_visites", "repartition");
echo debut_grand_cadre(true);
echo gros_titre(_T('titre_page_statistiques'),'',false);
echo barre_onglets("statistiques", "statistiques_repartition");
if ($spip_ecran == "large") {
$largeur_table = 974;
$taille = 550;
} else {
$largeur_table = 750;
$taille = 400;
}
echo "\n< br / > < br / > < table width = '$largeur_table' > < tr > < td class = 'verdana2' style = 'text-align: center; width: $largeur_table" . "px;' > ";
$critere = _request('critere');
if ($critere == "debut") {
$critere = "visites";
echo "< a href = '".generer_url_ecrire(' statistiques_repartition ' ) . " ' > "._T('icone_repartition_actuelle').'< / a > ';
echo " | < strong > "._T('onglet_repartition_debut').'< / strong > ';
}
else {
$critere = "popularite";
echo "< strong > "._T('icone_repartition_actuelle').'< / strong > ';
echo " | < a href = '".generer_url_ecrire(' statistiques_repartition ' , ' critere = debut')."' > "._T('onglet_repartition_debut').'< / a > ';
}
echo debut_cadre_relief("statistique-24.png",true);
echo "< div style = 'border: 1px solid #aaaaaa; border-bottom: 0px;' > ";
echo enfants_aff(0,$taille, $taille, $critere);
echo "< / div > < br / > ",
"< div class = 'verdana3' style = 'text-align: left;' > ",
_T('texte_signification'),
"< / div > ";
echo fin_cadre_relief(true);
echo "< / td > < / tr > < / table > ";
echo fin_grand_cadre(true),fin_page();
}
}
?>