| Server IP : 127.0.1.1 / Your IP : 216.73.216.83 Web Server : Apache/2.4.58 (Ubuntu) System : Linux nepub 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64 User : root ( 0) PHP Version : 8.2.30 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : OFF Directory : /var/www/html/public_html/lib/pkp/templates/common/ |
Upload File : |
{**
* templates/common/footer.tpl
*
* Copyright (c) 2014-2020 Simon Fraser University
* Copyright (c) 2003-2020 John Willinsky
* Distributed under the GNU GPL v3. For full terms see the file docs/COPYING.
*
* Common site footer.
*}
</div><!-- pkp_structure_main -->
</div><!-- pkp_structure_body -->
<div class="pkp_structure_footer" role="contentinfo">
<div class="pkp_brand_footer">
<a href="{$pkpLink}">
<img alt="{translate key="common.publicKnowledgeProject"|default:''}" src="{$baseUrl}/{$brandImage}">
</a>
</div>
</div>
<script type="text/javascript">
// Initialize JS handler
$(function() {ldelim}
$('#pkpHelpPanel').pkpHandler(
'$.pkp.controllers.HelpPanelHandler',
{ldelim}
helpUrl: {url|json_encode page="help" escape=false},
helpLocale: '{$currentLocale|substr:0:2}',
{rdelim}
);
{rdelim});
</script>
<div id="pkpHelpPanel" class="pkp_help_panel" tabindex="-1">
<div class="panel">
<div class="header">
<a href="#" class="pkpHomeHelpPanel home">
{translate key="help.toc"}
</a>
<a href="#" class="pkpCloseHelpPanel close">
{translate key="common.close"}
</a>
</div>
<div class="content">
{include file="common/loadingContainer.tpl"}
</div>
<div class="footer">
<a href="#" class="pkpPreviousHelpPanel previous">
{translate key="help.previous"}
</a>
<a href="#" class="pkpNextHelpPanel next">
{translate key="help.next"}
</a>
</div>
</div>
</div>
</body>
</html>