{** * templates/issue/view.tpl * * Copyright (c) 2013-2015 Simon Fraser University Library * Copyright (c) 2003-2015 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) *} {if $subscriptionRequired && $showGalleyLinks && $showToc}
{translate key="issue.viewIssueDescription"} | {if $hasAccess || ($subscriptionRequired && $showGalleyLinks)} {foreach from=$issueGalleys item=issueGalley} {if $issueGalley->isPdfGalley()} getBestIssueId()|to_array:$issueGalley->getBestGalleyId($currentJournal)}" class="file">{$issueGalley->getGalleyLabel()|escape} {else} getBestIssueId()|to_array:$issueGalley->getBestGalleyId($currentJournal)}" class="file">{$issueGalley->getGalleyLabel()|escape} {/if} {if $subscriptionRequired && $showGalleyLinks && $restrictOnlyPdf} {if $issue->getAccessStatus() == $smarty.const.ISSUE_ACCESS_OPEN || !$issueGalley->isPdfGalley()} {else} {/if} {/if} {/foreach} {if $subscriptionRequired && $showGalleyLinks && !$restrictOnlyPdf} {if $issue->getAccessStatus() == $smarty.const.ISSUE_ACCESS_OPEN} {else} {/if} {/if} {/if} |