first commit

This commit is contained in:
CHIEFSOFT\ameye
2024-06-08 17:09:23 -04:00
commit df3a033196
17887 changed files with 8637778 additions and 0 deletions
@@ -0,0 +1,20 @@
{**
* 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}
@@ -0,0 +1,13 @@
{**
* plugins/generic/crossref/templates/statusMessage.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.
*
* Crossref failure messages
*
*}
<pre style="white-space: pre-wrap;">{$statusMessage}</pre>