[SPIP] v3.2.12 -> v3.2.12 - Reinstallation avec le spip_loader
[lhc/web/www.git] / www / plugins-dist / statistiques / prive / squelettes / inclure / stats-visites-mois.html
1 #SET{duree,#ENV{duree,0}|duree_affiche{mois}}
2
3 <div class="pagination">
4 <span class="dl">
5 #SET{args,#ARRAY{id_article,#ID_ARTICLE,duree,#GET{duree}}}
6 <a href="[(#URL_PAGE{transmettre,[(#VAL{statistiques}|param_low_sec{#GET{args}, '', 'transmettre'})]})]" class="noajax"><:statistiques:csv:></a>
7 </span>
8 |
9 [<span class="duree">(#GET{duree}|div{30.41}|intval) <:date_mois:></span>] |
10 <a href="#" class="noajax" onclick="jQuery('.statistiques_visites_mensuelles .visites').show(); jQuery('.statistiques_visites_mensuelles .graphResult-wrap, .statistiques_visites_mensuelles .graphInfo').hide(); return false;"><:statistiques:info_tableaux:></a> |
11 <a href="#" class="noajax" onclick="jQuery('.statistiques_visites_mensuelles .visites').hide(); jQuery('.statistiques_visites_mensuelles .graphResult-wrap, .statistiques_visites_mensuelles .graphInfo').show(); return false;"><:statistiques:info_graphiques:></a>
12 </div>
13
14
15 <B_statsm>
16 <table class='visites' id='visites_mensuelles'>
17 <caption><:statistiques:visites_mensuelles:></caption>
18 <thead>
19 <tr class='row_first'>
20 <th><:date|trim{':'}|trim:></th>
21 <th class='valeur'><:statistiques:info_visites|trim{':'}|trim:></th>
22 <th class='moyenne'><:info_moyenne|trim{':'}|trim:></th>
23 <th class='prevision'><:statistiques:info_previsions|trim{':'}|trim:></th>
24 </tr>
25 </thead>
26 <tbody>
27 <BOUCLE_statsm(DATA){source stats_visites,mois,#GET{duree},#ENV{id_article}}>
28 <tr class="c_[(#CLE|affdate{l}|substr{0,3})][(#COMPTEUR_BOUCLE|=={#TOTAL_BOUCLE}|oui)c_today]">
29 <th title="[(#CLE|affdate{'Y/m/01'})]">[(#CLE|affdate_mois_annee)]</th>
30 <td class="val">#VALEUR{visites}</td>
31 <td class="mean">[(#VALEUR{moyenne}|round)]</td>
32 <td class="prev">[(#VALEUR{prevision})]</td>
33 </tr>
34 </BOUCLE_statsm>
35 </tbody>
36 </table>
37 </B_statsm>
38