{% extends "popularity/base.html"%} {% block jsonref %} {% with "True" as withjsonref %} {{ block.super }} {% endwith %} {% endblock jsonref %} {% block sub_title %} {{ block.super }}

User Stat

{% endblock sub_title %} {% block caption %} {% with "User activity statistics on a given datatier in a specified time window. The statistics are provided in terms of number of Accesses, CPU time and Sites accessed." as captionlabel %} {{ block.super }} {% endwith %} {% endblock caption %} {% block body_content %} {{block.super}} {% include 'includeInput.html' with datepicker="true" datatier="true" dtlist=datatiers%}
UserName Accesses CPU Time Sites
[N] [%] [h] [%] [mean] [%]
{% endblock body_content%} {% block js %} {% endblock js %}