{** * plugins/generic/timedView/timedViewReportForm.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Form to select dates for a timed view report *} {assign var="pageTitle" value="plugins.reports.timedView.displayName"} {include file="common/header.tpl"}
{translate key="plugins.reports.timedView.form.largeSetOfDataIssue"}

{include file="common/formErrors.tpl"}
{fieldLabel name="dateStart" required="true" key="manager.subscriptions.form.dateStart"} {html_select_date prefix="dateStart" all_extra="class=\"selectMenu\"" start_year="$yearOffsetPast" end_year="$yearOffsetFuture" time="$dateStart"}
{fieldLabel name="dateEnd" required="true" key="manager.subscriptions.form.dateEnd"} {html_select_date prefix="dateEnd" start_year="$yearOffsetPast" all_extra="class=\"selectMenu\"" end_year="$yearOffsetFuture" time="$dateEnd"}

{translate key="plugins.reports.timedView.form.clearLogs"}

{translate key="plugins.reports.timedView.form.clearLogs.description"}

{html_select_date prefix="dateClear" start_year="$yearOffsetPast" all_extra="class=\"selectMenu\"" end_year="$yearOffsetFuture" time="$dateEnd"}

{include file="common/footer.tpl"}