[SPIP] v3.2.1-->v3.2.3
[lhc/web/www.git] / www / plugins-dist / statistiques / prive / squelettes / inclure / stats-visites-jours.html
index 7433228..6e7fe21 100644 (file)
                <tbody>
                        <tr class="odd on">
                                <th><:info_maximum|trim{':'}|trim|ucfirst:></th>
-                               <td class='num'>#GET{max}</td>
+                               <td class='num'>[(#GET{max}|number_format{0,"","&nbsp;"})]</td>
                        </tr>
                        <tr class="odd on">
                                <th><:info_moyenne|trim{':'}|trim|ucfirst:></th>
-                               <td class='num'>[(#GET{moy}|round)]</td>
+                               <td class='num'>[(#GET{moy}|round|number_format{0,"","&nbsp;"})]</td>
                        </tr>
                        <tr class="even">
                                <th><a href="#URL_ECRIRE{stats_referers,jour=jour}"
                                                                title="<:statistiques:titre_liens_entrants|trim{':'}|trim|attribut_html:>: <:info_aujourdhui|trim{':'}|trim|attribut_html:>"><:info_aujourdhui|trim{':'}|trim|ucfirst:></a></th>
-                               <td class='num'>#GET{last}</td>
+                               <td class='num'>[(#GET{last}|number_format{0,"","&nbsp;"})]</td>
                        </tr>
                        <tr class="even">
                                <th><a href="#URL_ECRIRE{stats_referers,jour=veille}"
                                                                title="<:statistiques:titre_liens_entrants|trim{':'}|trim|attribut_html:>: <:info_hier|trim{':'}|trim|attribut_html:>"><:info_hier|trim{':'}|trim|ucfirst:></a></th>
-                               <td class='num'>#GET{lastlast}</td>
+                               <td class='num'>[(#GET{lastlast}|number_format{0,"","&nbsp;"})]</td>
                        </tr>
                        <BOUCLE_art(ARTICLES){id_article}{statut?}>
                                <tr class="odd">
                                        <th><:statistiques:info_popularite_5|trim{':'}|trim|ucfirst:></th>
-                                       <td class='num'>[(#CHAMP_SQL{popularite}|round)]</td>
+                                       <td class='num'>[(#CHAMP_SQL{popularite}|round|number_format{0,"","&nbsp;"})]</td>
                                </tr>
                                <tr class="odd">
                                        <th><:info_total|trim{':'}|trim|ucfirst:></th>
-                                       <td class='num'>[(#VISITES|round)]</td>
+                                       <td class='num'>[(#VISITES|round|number_format{0,"","&nbsp;"})]</td>
                                </tr>
                                <tr class="odd">
                                        <th></th>
                        </BOUCLE_art>
                                <tr class="odd">
                                        <th><:info_total|trim{':'}|trim|ucfirst:></th>
-                                       <td class='num'>[(#REM|stats_total)]</td>
+                                       <td class='num'>[(#REM|stats_total|number_format{0,"","&nbsp;"})]</td>
                                </tr>
                                <tr class="odd">
                                        <th><:statistiques:info_popularite_2|trim{':'}|trim|ucfirst:></th>
-                                       <td class='num'>[(#CONFIG{popularite_total}|round)]</td>
+                                       <td class='num'>[(#CONFIG{popularite_total}|round|number_format{0,"","&nbsp;"})]</td>
                                </tr>
                        <//B_art>
                </tbody>