--- a/ckanext/ga_report/templates/ga_report/publisher/read.html +++ b/ckanext/ga_report/templates/ga_report/publisher/read.html @@ -7,12 +7,28 @@ Usage by Dataset + + + + + + + + + + +
  • Download

    Download as CSV

    +
  • +
  • +

    Graph Legend

    +
    +
  • @@ -23,14 +39,19 @@ ${usage_nav('Datasets')} + +

    ${c.publisher.title}

    + +

    No page views in this period

    + + + ${rickshaw_graph(c.graph_data,'dataset-downloads',debug=True)} +
    - + + ${month_selector(c.month, c.months, c.day)} +
    - -

    ${c.publisher.title}

    - -

    No page views in this period

    - - - - - - - - - - - - + +
    DatasetVisitsViews
    ${h.link_to(package.title or package.name, h.url_for(controller='package', action='read', id=package.name))} - ${visits}${views}
    + + + + + + + + + + + -
    DatasetViewsDownloads
    + ${h.link_to(package.title or package.name, h.url_for(controller='package', action='read', id=package.name))} + ${views}${downloads}
    + +