{** * installComplete.tpl * * Copyright (c) 2000-2007 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.2 2007/04/10 20:45:13 asmecher Exp $ *} {assign var="pageTitle" value="installer.ocsInstallation"} {include file="common/header.tpl"} {url|assign:"loginUrl" page="login"} {translate key="installer.installationComplete" loginUrl=$loginUrl} {if $writeConfigFailed} {translate key="installer.overwriteConfigFileInstructions"}

{translate key="installer.contentsOfConfigFile"}:

{/if} {if $manualInstall} {translate key="installer.manualSQLInstructions"}

{translate key="installer.installerSQLStatements"}:

{/if} {include file="common/footer.tpl"}