{** * templates/manager/statistics/reportGenerator.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Report generator page. * *} {include file="common/header.tpl" pageTitle="manager.statistics.reports"}
{capture assign=reportGeneratorUrl}{url router=$smarty.const.ROUTE_COMPONENT component="statistics.ReportGeneratorHandler" op="fetchReportGenerator" escape=false}{/capture} {load_url_in_div id="reportGeneratorContainer" url="$reportGeneratorUrl"}
{include file="common/footer.tpl"}