{translate key="common.title"} |
{$suppFile->getSuppFileTitle()|escape|default:"—"} |
{translate key="author.submit.suppFile.createrOrOwner"} |
{$suppFile->getSuppFileCreator()|escape|default:"—"} |
{translate key="common.subject"} |
{$suppFile->getSuppFileSubject()|escape|default:"—"} |
{translate key="common.type"} |
{$suppFile->getType()|escape|default:$suppFile->getSuppFileTypeOther()|default:"—"} |
{translate key="author.submit.suppFile.briefDescription"} |
{$suppFile->getSuppFileDescription()|escape|nl2br|default:"—"} |
{translate key="common.publisher"} |
{$suppFile->getSuppFilePublisher()|escape|default:"—"} |
{translate key="author.submit.suppFile.contributorOrSponsor"} |
{$suppFile->getSuppFileSponsor()|escape|default:"—"} |
{translate key="common.date"} |
{$suppFile->getDateCreated()|default:"—"} |
{translate key="common.source"} |
{$suppFile->getSuppFileSource()|escape|default:"—"} |
{translate key="common.language"} |
{$suppFile->getLanguage()|escape|default:"—"} |
{foreach from=$pubIdPlugins item=pubIdPlugin}
{if $issue->getPublished()}
{assign var=pubId value=$pubIdPlugin->getPubId($suppFile)}
{else}
{assign var=pubId value=$pubIdPlugin->getPubId($suppFile, true)}{* Preview rather than assign a pubId *}
{/if}
{if $pubId}
{$pubIdPlugin->getPubIdFullName()|escape} |
{$pubIdPlugin->getResolvingURL($currentJournal->getId(), $pubId)|escape} |
{/if}
{/foreach}