| Server IP : 195.130.67.5 / Your IP : 216.73.217.154 Web Server : Microsoft-IIS/10.0 System : Windows NT WEBSERVER1 10.0 build 17763 (Windows Server 2016) i586 User : IUSR ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /Old Sites/Libteiser - Ojs/ojs/templates/install/ |
Upload File : |
{**
* installComplete.tpl
*
* Copyright (c) 2003-2008 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Display confirmation of successful installation.
* If necessary, will also display new config file contents if config file could not be written.
*
* $Id: installComplete.tpl,v 1.10 2008/06/11 18:55:19 asmecher Exp $
*}
{assign var="pageTitle" value="installer.ojsInstallation"}
{include file="common/header.tpl"}
{url|assign:"loginUrl" page="login"}
{translate key="installer.installationComplete" loginUrl=$loginUrl}
{if $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>
{/if}
{if $manualInstall}
{translate key="installer.manualSQLInstructions"}
<form action="#">
<p>
{translate key="installer.installerSQLStatements"}:<br />
<textarea name="sql" cols="80" rows="20" class="textArea" style="font-family: Courier,'Courier New',fixed-width">{foreach from=$installSql item=sqlStmt}{$sqlStmt|escape};
{/foreach}</textarea>
</p>
</form>
{/if}
{include file="common/footer.tpl"}