#SET{temps, #ARRAY}
#SET{auteurs,#ARRAY}
#SET{dates, #ARRAY}
#SET{temps_date,#ARRAY}
<:bigbrother:info_stats_id_objet_visite_auteurs_nb{nb=#GET{nb_users},nb_visites=#GET{nb_visites},objet=#ENV{objet},id_objet=#ENV{id_objet}}:>
] [(#REM) Un auteur dans le contexte, pas besoin du tableau spécifique à cet auteur ni de son graphique ]<:bigbrother:thead_id_auteur:> | <:bigbrother:temps_passe:> |
---|---|
[(#VALEUR|is_numeric|oui) #INFO_NOM{auteur,#VALEUR}] [(#VALEUR|is_numeric|non) #VALEUR] | [(#GET{temps}|table_valeur{aut#VALEUR}|bigbrother_duree{0,horaire}) | ]
<:bigbrother:temps_total:> : [(#GET{temps}|array_sum|bigbrother_duree{0, horaire})]
<:bigbrother:temps_median:> : [(#GET{temps}|bigbrother_mediane|floor|bigbrother_duree{0, horaire})]
<:bigbrother:temps_moyen:> : [(#GET{temps}|array_sum|div{#GET{auteurs}|count}|floor|bigbrother_duree{0, horaire})]
<:bigbrother:thead_date:> | <:bigbrother:thead_temps_consultation:> |
---|---|
[(#VALEUR|affdate)] | [(#GET{temps_date}|table_valeur{#VALEUR}|bigbrother_duree{0,horaire}) | ]
<:bigbrother:temps_total:> : [(#GET{temps_date}|array_sum|bigbrother_duree{0, horaire})]
<:bigbrother:temps_median:> : [(#GET{temps_date}|bigbrother_mediane|floor|bigbrother_duree{0, horaire})]
<:bigbrother:temps_moyen:> : [(#GET{temps_date}|array_sum|div{[(#GET{dates}|count)]}|round|bigbrother_duree{0, horaire})]