WP File Manager
Current Path:
/
home
/
argothem
/
www
/
organecyberpresse
/
plugins-dist
/
statistiques
/
prive
/
transmettre
/
csv
/
Name
Action
..
statistiques.csv.html
Edit
Editing: statistiques.csv.html
[(#REM) Ce squelette ne permet pas en l'état d'exporter autre chose que des données "date, visites." ]#CACHE{0} #HTTP_HEADER{Content-Type: text/csv; charset=#CHARSET} #HTTP_HEADER{Content-Disposition: attachment; filename=statistiques_#ENV{objet}_#ENV{id_objet}_#ENV{duree,90}.csv} <B_statsj><:date|trim{':'}|trim:>,<:statistiques:info_visites|trim{':'}|trim:> <BOUCLE_statsj(DATA){source stats_#ENV{export,visites},jour,#ENV{duree},#ENV{objet},#ENV{id_objet}}{datapath data}>[(#VALEUR{date}|affdate{'Y-m-d'})],[(#VALEUR{visites})] </BOUCLE_statsj>