[ Mini Kiebo ]
Server: Windows NT DESKTOP-5B8S0D4 6.2 build 9200 (Windows 8 Professional Edition) i586
Path:
D:
/
Backup
/
14082024
/
Data
/
htdocs
/
htdocs
/
ojs
/
248
/
templates
/
manager
/
statistics
/
[
Home
]
File: index.tpl
{** * templates/manager/statistics/index.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. * * Display the statistics & reporting page. * *} {strip} {assign var="pageTitle" value="manager.statistics"} {include file="common/header.tpl"} {/strip} <br /> {include file="manager/statistics/statistics.tpl"} <div class="separator"> </div> <br /> <div id="reports"> <h3>{translate key="manager.statistics.reports"}</h3> <p>{translate key="manager.statistics.reports.description"}</p> <ul> {foreach from=$reportPlugins key=key item=plugin} <li><a href="{url op="report" path=$plugin->getName()|escape}">{$plugin->getDisplayName()|escape}</a></li> {/foreach} </ul> {if !empty($availableMetricTypes)} <p><a href="{url op="reportGenerator"}">{translate key="manager.statistics.reports.generateReport"}</a></p> {/if} </div> {include file="common/footer.tpl"}