--- a/ckanext/ga_report/templates/ga_report/publisher/read.html +++ b/ckanext/ga_report/templates/ga_report/publisher/read.html @@ -7,30 +7,51 @@ Usage by Dataset - -
  • -

    Download

    -

    - Download as CSV
    -

    -
  • - + + + + + + + + + + + + + + ${ga_sidebar(download_link=h.url_for(controller='ckanext.ga_report.controller:GaDatasetReport',action='dataset_csv',id=c.publisher_name or 'all',month=c.month or 'all'))} + + + +
  • Site Analytics
  • +
  • Datasets
  • +
  • ${c.publisher.title}
  • +
    -

    Site Usage

    +

    + Site-wide + | + Publishers + | + Datasets +

    - ${usage_nav('Datasets')} +
    +

    ${c.publisher.title}

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

    Statistics for ${h.month_option_title(c.month,c.months,c.day)}:

    +
    + +

    Statistics for all months:

    +
    +
    No page views in this period.
    + + + + + + + + + + + + + + +
    DatasetViewsDownloads
    + ${h.link_to(package.title or package.name, h.url_for(controller='package', action='read', id=package.name))} + ${views}${downloads}
    +
    -

    ${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}
    - +