21 lines
734 B
Smarty
21 lines
734 B
Smarty
{**
|
|
* plugins/generic/crossref/templates/index.tpl
|
|
*
|
|
* Copyright (c) 2014-2021 Simon Fraser University
|
|
* Copyright (c) 2003-2021 John Willinsky
|
|
* Distributed under The MIT License. For full terms see the file LICENSE.
|
|
*
|
|
* List of operations this plugin can perform
|
|
*}
|
|
{extends file="layouts/backend.tpl"}
|
|
|
|
{block name="page"}
|
|
<h1 class="app__pageHeading">
|
|
{$pageTitle}
|
|
</h1>
|
|
|
|
{capture assign=doiManagementUrl}{url page="dois"}{/capture}
|
|
{capture assign=doiSettingsUrl}{url page="management" op="settings" path="distribution" anchor="dois"}{/capture}
|
|
<notification type="warning">{translate key="manager.dois.settings.relocated" doiManagementUrl=$doiManagementUrl doiSettingsUrl=$doiSettingsUrl}</notification>
|
|
{/block}
|