--- a/ckanext/ga_report/templates/ga_report/publisher/index.html +++ b/ckanext/ga_report/templates/ga_report/publisher/index.html @@ -3,35 +3,53 @@ xmlns:xi="http://www.w3.org/2001/XInclude" py:strip=""> - Publisher Analytics for ${g.site_title} + + + Usage by Publisher + + +
  • +

    Download

    +

    + Download as CSV
    +

    +
  • + +
    +
    -

    Publisher Analytics

    -

    The top 20 publishers

    -
    +

    Site Usage

    + + ${usage_nav('Publishers')} + + +
    - +
    + - - + -
    Publisher Dataset ViewsVisits
    ${h.link_to(publisher.title, h.url_for(controller='ckanext.ga_report.controller:GaPublisherReport', action='read', id=publisher.name))} + ${h.link_to(publisher.title, h.url_for(controller='ckanext.ga_report.controller:GaDatasetReport', action='read_publisher', id=publisher.name))} ${views}${visits}
    @@ -53,5 +71,3 @@ - -