{% extends "popularity/base.html"%} {% block jsonref %} {% with "True" as withjsonref %} {{ block.super }} {% endwith %} {% endblock jsonref %} {% block caption %} {% with "Popularity of a DataSetName in terms of # Accesses, CPU time and Users*day, in a specific time window" as captionlabel %} {{ block.super }} {% endwith %} {% endblock caption %} {% block js_include %} {{ block.super }} {% endblock js_include %} {% block sub_title %} {{ block.super }}

ProcessedDataset

{% endblock sub_title %} {% block body_content %} {{block.super}} {% include 'includeInput.html' with datepicker="true" sitename="true" snlist=siteslist %}
DataSet Accesses CPU Time Users*day
[N] [%] [h] [%] [N] [%]
[N] [%] [h] [%] [N] [%]
{% endblock body_content%} {% block js %} {% endblock js %}