Browse Source

Avec des majuscules sur les entêtes de colonne et une bulle d'aide distincte pour les liens entrant d'Hier et d'Aujourd'hui

svn/root/tags/plugins/statistiques/0.1.2
real3t@gmail.com 13 years ago
parent
commit
ad2fc20d43
  1. 16
      inc/statistiques.php

16
inc/statistiques.php

@ -186,20 +186,20 @@ function statistiques_resume($max, $moyenne, $last, $prec, $popularite,$total, $
return "<table class='info visites'>
<thead>
<tr class='row_first'>
<th>".trim(trim(_T('info_maximum'),':'))."</th><th>".trim(trim(_T('info_moyenne'),':'))."</th>
<th>".ucfirst(trim(trim(_T('info_maximum'),':')))."</th><th>".ucfirst(trim(trim(_T('info_moyenne'),':')))."</th>
<th>".'<a href="'
. generer_url_ecrire("statistiques_referers")
. '" title="'._T('titre_liens_entrants').'">'
. trim(trim(_T('info_aujourdhui'),':'))
. '" title="'._T('titre_liens_entrants').': '.attribut_html(trim(trim(_T('info_aujourdhui'),':'))).'">'
. ucfirst(trim(trim(_T('info_aujourdhui'),':')))
. '</a> '."</th>"
. (($prec <= 0) ? '' :
'<th><a href="'
. generer_url_ecrire("statistiques_referers","jour=veille")
.'" title="'._T('titre_liens_entrants').'">'
.trim(trim(_T('info_hier'),':')).'</a></th>')
. (!$popularite ? '' :"<th>".trim(trim(_T('info_popularite_5'),':'))."</th>")
. (!$total ? '' :"<th>".trim(trim(_T('info_total'),':'))."</th>")
. (!$classement ? '' :"<th>".trim(trim($classement[0],':'))."</th>")
.'" title="'._T('titre_liens_entrants').': '.attribut_html(trim(trim(_T('info_hier'),':'))).'">'
.ucfirst(trim(trim(_T('info_hier'),':'))).'</a></th>')
. (!$popularite ? '' :"<th>".ucfirst(trim(trim(_T('info_popularite_5'),':')))."</th>")
. (!$total ? '' :"<th>".ucfirst(trim(trim(_T('info_total'),':')))."</th>")
. (!$classement ? '' :"<th>".ucfirst(trim(trim($classement[0],':')))."</th>")
. "</tr>
</thead>
<tbody>

Loading…
Cancel
Save