{% extends "popularity/base.html" %} {% block css %} {{ block.super }} {% endblock css %} {% block js_include %} {{ block.super }} {% endblock js_include %} {% block caption %} {% with "

To add an item to the chart select it from the table and click the chart button.
The date input parameters identify the time window in which the popularity is evaluated.
The data are ordered by their popularity in the defined date window, and can be selected/deselected.
The popularity is displayed for the full length of its lifetime, and not only in the time window used for the ranking definition, in the lower chart. The metric used for the popularity ranking can be chosen as: CPU time [h], number of access, number of users.

" as captionlabel %} {{ block.super }} {% endwith %} {% endblock caption %} {% block body_content %} {{ block.super }}
{{ elementtype }}
{% include 'includeInput.html' with datepicker="true" choice_metric="true" choice_TimeAggr="true" datatype="dataSet" sitename="true" snlist=siteslist %}
{% endblock body_content%} {% block js %} {% endblock js %}