{** * view.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * View issue -- This displays the issue TOC or title page, as appropriate, * *without* header or footer HTML (see viewPage.tpl) * * $Id$ *} {if $subscriptionRequired && $showGalleyLinks && $showToc}
{translate key= {translate key="reader.openAccess"}  {translate key= {if $purchaseArticleEnabled} {translate key="reader.subscriptionOrFeeAccess"} {else} {translate key="reader.subscriptionAccess"} {/if}
{/if} {if !$showToc && $issue} {if $issueId} {url|assign:"currentUrl" page="issue" op="view" path=$issueId|to_array:"showToc"} {else} {url|assign:"currentUrl" page="issue" op="current" path="showToc"} {/if}
{if $coverPagePath}
{$coverPageAltText|escape}
{/if}
{$issue->getLocalizedCoverPageDescription()|strip_unsafe_html|nl2br}
{elseif $issue}
{$issue->getLocalizedDescription()|strip_unsafe_html|nl2br}
{if $issue->getIssueDescription() != ""}
{/if} {include file="issue/issue.tpl"} {else} {translate key="current.noCurrentIssueDesc"} {/if}