{** * 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.copyediting"}

{if $currentJournal->getLocalizedSetting('copyeditInstructions') != ''}

{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}
{assign var="initialCopyeditSignoff" value=$submission->getSignoff('SIGNOFF_COPYEDITING_INITIAL')} {assign var="authorCopyeditSignoff" value=$submission->getSignoff('SIGNOFF_COPYEDITING_AUTHOR')} {assign var="finalCopyeditSignoff" value=$submission->getSignoff('SIGNOFF_COPYEDITING_FINAL')}
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"}{$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}
getDateNotified() or $initialCopyeditSignoff->getDateCompleted()} disabled="disabled"{/if} class="uploadField" /> getDateNotified() or $initialCopyeditSignoff->getDateCompleted()} disabled="disabled"{/if} />
 
2.{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.{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}
getDateNotified() or $finalCopyeditSignoff->getDateCompleted()} disabled="disabled"{/if} class="uploadField"> getDateNotified() or $finalCopyeditSignoff->getDateCompleted()} disabled="disabled"{/if} />
 
{translate key="submission.copyedit.copyeditComments"} {if $submission->getMostRecentCopyeditComment()} {assign var="comment" value=$submission->getMostRecentCopyeditComment()} getId() anchor=$comment->getId()}');" class="icon">{icon name="comment"}{$comment->getDatePosted()|date_format:$dateFormatShort} {else} getId()}');" class="icon">{icon name="comment"}{translate key="common.noComments"} {/if}