[ 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
/
lib
/
pkp
/
templates
/
install
/
[
Home
]
File: upgradeComplete.tpl
{** * templates/install/upgradeComplete.tpl * * Copyright (c) 2013-2019 Simon Fraser University * Copyright (c) 2000-2019 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} {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"}