You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
40 lines
1.5 KiB
40 lines
1.5 KiB
|
|
|
|
<p class="pagination">
|
|
<span class="dl">
|
|
#SET{args,#ARRAY{id_article,#ID_ARTICLE,duree,#DUREE}}
|
|
<a href="[(#URL_PAGE{transmettre,[(#VAL{statistiques}|param_low_sec{#GET{args}, '', 'transmettre'})]})]" class="noajax">CSV</a>
|
|
</span>
|
|
|
|
|
[<span class="duree">(#ENV{duree,365}|div{30}|intval) <:date_mois:></span>] |
|
|
<a href="[(#SELF|parametre_url{duree,#ENV{duree,365}|duree_zoom{moins}})]"
|
|
class="ajax">[(#CHEMIN_IMAGE{zoomout-24.png}|balise_img{<:statistiques:info_zoom:> -})]</a>
|
|
<a href="[(#SELF|parametre_url{duree,#ENV{duree,365}|duree_zoom{plus}})]"
|
|
class="ajax">[(#CHEMIN_IMAGE{zoomin-24.png}|balise_img{<:statistiques:info_zoom:> +})]</a>
|
|
</p>
|
|
|
|
|
|
<B_statsm>
|
|
<table class='visites' id='visites_mensuelles'>
|
|
<caption><:statistiques:visites_mensuelles:></caption>
|
|
<thead>
|
|
<tr class='row_first'>
|
|
<th><:date|trim{':'}|trim:></th>
|
|
<th class='valeur'><:statistiques:info_visites|trim{':'}|trim:></th>
|
|
<th class='moyenne'><:info_moyenne|trim{':'}|trim:></th>
|
|
<th class='prevision'><:statistiques:info_previsions|trim{':'}|trim:></th>
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
<BOUCLE_statsm(DATA){source stats_visites,mois,#ENV{duree,365},#ENV{id_article}}>
|
|
<tr class="c_[(#CLE|affdate{l}|substr{0,3})][(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE}|oui)c_today]">
|
|
<th title="[(#CLE|affdate{'Y-m-01'})]">[(#CLE|affdate_mois_annee)]</th>
|
|
<td class="val">#VALEUR{visites}</td>
|
|
<td class="mean">[(#VALEUR{moyenne}|round)]</td>
|
|
<td class="prev">[(#VALEUR{prevision})]</td>
|
|
</tr>
|
|
</BOUCLE_statsm>
|
|
</tbody>
|
|
</table>
|
|
</B_statsm>
|
|
|