diff --git a/.gitattributes b/.gitattributes index 5ca898b..290095b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -21,10 +21,12 @@ javascript/jquery.tflot.js -text /plugin.xml -text prive/bouton/statistiques.html -text prive/images/statistiques-48.png -text +prive/squelettes/contenu/stats_referers.html -text prive/squelettes/contenu/stats_visites.html -text prive/squelettes/inclure/admin_effacer_stats.html -text prive/squelettes/inclure/stats-visites-data.html -text prive/squelettes/inclure/stats-visites-data_fonctions.php -text +prive/squelettes/top/stats_referers.html -text prive/squelettes/top/stats_visites.html -text prive/stats/visites.html -text prive/style_prive_plugin_stats.html -text diff --git a/inc/referenceurs.php b/inc/referenceurs.php index b47084b..41fbb25 100644 --- a/inc/referenceurs.php +++ b/inc/referenceurs.php @@ -1,5 +1,17 @@ icone_statistiques_visites stats_visites + + null + titre_liens_entrants + stats_referers + null icone_repartition_visites diff --git a/prive/squelettes/contenu/stats_referers.html b/prive/squelettes/contenu/stats_referers.html new file mode 100644 index 0000000..6e8cdbe --- /dev/null +++ b/prive/squelettes/contenu/stats_referers.html @@ -0,0 +1,26 @@ ++++"; + } + $titre = _T("onglet_origine_visites") + . " ($n " + . ($n == 1 ? _T('info_site') : _T('info_sites')) + . ")"; + echo gros_titre($titre,'', false); + echo "

"; + echo ""; + echo $plus; + echo "
"; + } +?> \ No newline at end of file diff --git a/prive/squelettes/top/stats_referers.html b/prive/squelettes/top/stats_referers.html new file mode 100644 index 0000000..0b5c472 --- /dev/null +++ b/prive/squelettes/top/stats_referers.html @@ -0,0 +1 @@ +[(#VAL{statistiques}|barre_onglets{stats_referers})] \ No newline at end of file