{** * templates/copyeditor/submission/copyedit.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. * * Subtemplate defining the copyeditor's submission management table. * *}
{translate key="submission.copyedit.instructions"}
{/if}{translate key="user.role.copyeditor"} | {if $submission->getUserIdBySignoffType('SIGNOFF_COPYEDITING_INITIAL')}{$copyeditor->getFullName()|escape}{else}{translate key="common.none"}{/if} |
getId()}">{translate key="submission.reviewMetadata"} {if $metaCitations}getId()}">{translate key="submission.citations"}{/if} | {translate key="submission.request"} | {translate key="submission.underway"} | {translate key="submission.complete"} | |
1. | {translate key="submission.copyedit.initialCopyedit"} | {assign var="initialCopyeditSignoff" value=$submission->getSignoff('SIGNOFF_COPYEDITING_INITIAL')}{$initialCopyeditSignoff->getDateNotified()|date_format:$dateFormatShort|default:"—"} | {$initialCopyeditSignoff->getDateUnderway()|date_format:$dateFormatShort|default:"—"} | {if not $initialCopyeditSignoff->getDateNotified() or $initialCopyeditSignoff->getDateCompleted()} {icon name="mail" disabled="disabled"} {else} {url|assign:"url" op="completeCopyedit" articleId=$submission->getId()} {translate|assign:"confirmMessage" key="common.confirmComplete"} {icon name="mail" onclick="return confirm('$confirmMessage')" url=$url} {/if} {$initialCopyeditSignoff->getDateCompleted()|date_format:$dateFormatShort|default:""} |
{translate key="common.file"}:
{if $initialCopyeditSignoff->getDateNotified() && $initialCopyeditFile}
getId()|to_array:$initialCopyeditSignoff->getFileId():$initialCopyeditSignoff->getFileRevision()}" class="file">{$initialCopyeditFile->getFileName()|escape} {$initialCopyeditFile->getDateModified()|date_format:$dateFormatShort}
{else}
{translate key="common.none"}
{/if}
|
||||
2. | {assign var="authorCopyeditSignoff" value=$submission->getSignoff('SIGNOFF_COPYEDITING_AUTHOR')}{translate key="submission.copyedit.editorAuthorReview"} | {$authorCopyeditSignoff->getDateNotified()|date_format:$dateFormatShort|default:"—"} | {$authorCopyeditSignoff->getDateUnderway()|date_format:$dateFormatShort|default:"—"} | {$authorCopyeditSignoff->getDateCompleted()|date_format:$dateFormatShort|default:"—"} |
{translate key="common.file"}: {if $authorCopyeditSignoff->getDateCompleted() && $editorAuthorCopyeditFile} getId()|to_array:$authorCopyeditSignoff->getFileId():$authorCopyeditSignoff->getFileRevision()}" class="file">{$editorAuthorCopyeditFile->getFileName()|escape} {$editorAuthorCopyeditFile->getDateModified()|date_format:$dateFormatShort} {else} {translate key="common.none"} {/if} | ||||
3. | {assign var="finalCopyeditSignoff" value=$submission->getSignoff('SIGNOFF_COPYEDITING_FINAL')}{translate key="submission.copyedit.finalCopyedit"} | {$finalCopyeditSignoff->getDateNotified()|date_format:$dateFormatShort|default:"—"} | {$finalCopyeditSignoff->getDateUnderway()|date_format:$dateFormatShort|default:"—"} | {if not $finalCopyeditSignoff->getDateNotified() or $finalCopyeditSignoff->getDateCompleted()} {icon name="mail" disabled="disabled"} {else} {url|assign:"url" op="completeFinalCopyedit" articleId=$submission->getId()} {translate|assign:"confirmMessage" key="common.confirmComplete"} {icon name="mail" onclick="return confirm('$confirmMessage')" url=$url} {/if} {$finalCopyeditSignoff->getDateCompleted()|date_format:$dateFormatShort|default:""} |
{translate key="common.file"}:
{if $finalCopyeditSignoff->getDateNotified() && $finalCopyeditFile}
getId()|to_array:$finalCopyeditSignoff->getFileId():$finalCopyeditSignoff->getFileRevision()}" class="file">{$finalCopyeditFile->getFileName()|escape} {$finalCopyeditFile->getDateModified()|date_format:$dateFormatShort}
{else}
{translate key="common.none"}
{/if}
|
||||