{** * copyedit.tpl * * Copyright (c) 2003-2011 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Subtemplate defining the copyediting table. * * $Id$ *}

{translate key="submission.copyediting"}

{if $useCopyeditors}
{translate key="user.role.copyeditor"} {if $submission->getUserIdBySignoffType('SIGNOFF_COPYEDITING_INITIAL')}{$copyeditor->getFullName()|escape}{else}{translate key="common.none"}{/if}
{/if} {assign var="copyeditInitialSignoff" value=$submission->getSignoff('SIGNOFF_COPYEDITING_INITIAL')} {assign var="copyeditAuthorSignoff" value=$submission->getSignoff('SIGNOFF_COPYEDITING_AUTHOR')} {assign var="copyeditFinalSignoff" value=$submission->getSignoff('SIGNOFF_COPYEDITING_FINAL')}
getArticleId()}" class="action">{translate key="submission.reviewMetadata"} {translate key="submission.request"} {translate key="submission.underway"} {translate key="submission.complete"}
1.{translate key="submission.copyedit.initialCopyedit"} {$copyeditInitialSignoff->getDateNotified()|date_format:$dateFormatShort|default:"—"} {$copyeditInitialSignoff->getDateUnderway()|date_format:$dateFormatShort|default:"—"} {$copyeditInitialSignoff->getDateCompleted()|date_format:$dateFormatShort|default:"—"}
  {translate key="common.file"}: {if $copyeditInitialSignoff->getDateCompleted() && $initialCopyeditFile} getArticleId()|to_array:$copyeditInitialSignoff->getFileId():$copyeditInitialSignoff->getFileRevision()}" class="file">{$initialCopyeditFile->getFileName()|escape}  {$initialCopyeditFile->getDateModified()|date_format:$dateFormatShort} {else} {translate key="common.none"} {/if}
 
2.{translate key="submission.copyedit.editorAuthorReview"} {$copyeditAuthorSignoff->getDateNotified()|date_format:$dateFormatShort|default:"—"} {$copyeditAuthorSignoff->getDateUnderway()|date_format:$dateFormatShort|default:"—"} {if not $copyeditAuthorSignoff->getDateNotified() or $copyeditAuthorSignoff->getDateCompleted()} {icon name="mail" disabled="disabled"} {else} {url|assign:"url" op="completeAuthorCopyedit" articleId=$submission->getArticleId()} {translate|assign:"confirmMessage" key="common.confirmComplete"} {icon name="mail" onclick="return confirm('$confirmMessage')" url=$url} {/if} {$copyeditAuthorSignoff->getDateCompleted()|date_format:$dateFormatShort|default:""}
  {translate key="common.file"}: {if $copyeditAuthorSignoff->getDateNotified() && $editorAuthorCopyeditFile} getArticleId()|to_array:$copyeditAuthorSignoff->getFileId():$copyeditAuthorSignoff->getFileRevision()}" class="file">{$editorAuthorCopyeditFile->getFileName()|escape}  {$editorAuthorCopyeditFile->getDateModified()|date_format:$dateFormatShort} {else} {translate key="common.none"} {/if}
getDateNotified() or $copyeditAuthorSignoff->getDateCompleted()} disabled="disabled"{/if} class="uploadField" /> getDateNotified() or $copyeditAuthorSignoff->getDateCompleted()} disabled="disabled"{/if} />
 
3.{translate key="submission.copyedit.finalCopyedit"} {$copyeditFinalSignoff->getDateNotified()|date_format:$dateFormatShort|default:"—"} {$copyeditFinalSignoff->getDateUnderway()|date_format:$dateFormatShort|default:"—"} {$copyeditFinalSignoff->getDateCompleted()|date_format:$dateFormatShort|default:"—"}
  {translate key="common.file"}: {if $copyeditFinalSignoff->getDateCompleted() && $finalCopyeditFile} getArticleId()|to_array:$copyeditFinalSignoff->getFileId():$copyeditFinalSignoff->getFileRevision()}" class="file">{$finalCopyeditFile->getFileName()|escape}  {$finalCopyeditFile->getDateModified()|date_format:$dateFormatShort} {else} {translate key="common.none"} {/if}
 
{translate key="submission.copyedit.copyeditComments"} {if $submission->getMostRecentCopyeditComment()} {assign var="comment" value=$submission->getMostRecentCopyeditComment()} getArticleId() anchor=$comment->getId()}');" class="icon">{icon name="comment"}{$comment->getDatePosted()|date_format:$dateFormatShort} {else} getArticleId()}');" class="icon">{icon name="comment"}{translate key="common.noComments"} {/if} {if $currentJournal->getLocalizedSetting('copyeditInstructions') != ''}    {translate key="submission.copyedit.instructions"} {/if}