/
home
/
apeolorg
/
public_html
/
old
/
templates
/
about
/
Upload File
HOME
{** * templates/about/aboutThisPublishingSystem.tpl * * Copyright (c) 2013-2016 Simon Fraser University Library * Copyright (c) 2003-2016 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * About the Journal / About This Publishing System. * * TODO: Display the image describing the system. * *} {strip} {assign var="pageTitle" value="about.aboutThisPublishingSystem"} {include file="common/header.tpl"} {/strip} <p id="aboutThisPublishingSystem"> {if $currentJournal} {translate key="about.aboutOJSJournal" ojsVersion=$ojsVersion} {else} {translate key="about.aboutOJSSite" ojsVersion=$ojsVersion} {/if} </p> <p align="center"> <img src="{$baseUrl}/{$edProcessFile}" style="border: 0;" alt="{translate key="about.aboutThisPublishingSystem.altText"}" /> </p> {include file="common/footer.tpl"}