One Hat Cyber Team
Your IP :
216.73.216.115
Server IP :
194.44.31.54
Server :
Linux zen.imath.kiev.ua 4.18.0-553.77.1.el8_10.x86_64 #1 SMP Fri Oct 3 14:30:23 UTC 2025 x86_64
Server Software :
Apache/2.4.37 (Rocky Linux) OpenSSL/1.1.1k
PHP Version :
5.6.40
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
var
/
www
/
ojs-nosc
/
lib
/
pkp
/
templates
/
admin
/
View File Name :
index.tpl
{** * templates/admin/index.tpl * * Copyright (c) 2014-2021 Simon Fraser University * Copyright (c) 2003-2021 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Site administration index. * * @hook Templates::Admin::Index::AdminFunctions [] *} {extends file="layouts/backend.tpl"} {block name="page"} <h1 class="app__pageHeading"> {translate key="navigation.admin"} </h1> {if $newVersionAvailable} <notification> {translate key="site.upgradeAvailable.admin" currentVersion=$currentVersion->getVersionString(false) latestVersion=$latestVersion} </notification> {/if} <action-panel> <h2>{translate key="admin.siteManagement"}</h2> <p> {translate key="admin.siteManagement.description"} </p> <template #actions> <pkp-button element="a" href="{url op="contexts"}" > {translate key="admin.hostedContexts"} </pkp-button> <pkp-button element="a" href="{url op="settings"}" > {translate key="admin.siteSettings"} </pkp-button> </template> </action-panel> <action-panel> <h2>{translate key="admin.systemInformation"}</h2> <p> {translate key="admin.systemInformation.description"} </p> <template #actions> <pkp-button element="a" href="{url op="systemInfo"}" > {translate key="admin.systemInformation.view"} </pkp-button> </template> </action-panel> <action-panel> <h2>{translate key="admin.expireSessions"}</h2> <p> {translate key="admin.expireSessions.description"} </p> <template #actions> <form type="post" action="{url op="expireSessions"}"> {csrf} <button class="pkpButton pkp_button_offset" onclick="return confirm({translate|json_encode|escape key="admin.confirmExpireSessions"})">{translate key="admin.expireSessions"}</button> </form> </template> </action-panel> <action-panel> <h2>{translate key="admin.deleteCache"}</h2> <p> {translate key="admin.deleteCache.description"} </p> <template #actions> <form type="post" action="{url op="clearDataCache"}"> {csrf} <button class="pkpButton pkp_button_offset">{translate key="admin.clearDataCache"}</button> </form> <form type="post" action="{url op="clearTemplateCache"}"> {csrf} <button class="pkpButton pkp_button_offset" onclick="return confirm({translate|json_encode|escape key="admin.confirmClearTemplateCache"})">{translate key="admin.clearTemplateCache"}</button> </form> </template> </action-panel> <action-panel> <h2>{translate key="admin.scheduledTask.clearLogs"}</h2> <p> {translate key="admin.scheduledTask.clearLogs.description"} </p> <template #actions> <form type="post" action="{url op="clearScheduledTaskLogFiles"}"> {csrf} <button class="pkpButton pkp_button_offset" onclick="return confirm({translate|json_encode|escape key="admin.scheduledTask.confirmClearLogs"})">{translate key="admin.scheduledTask.clearLogs.delete"}</button> </form> </template> </action-panel> <action-panel> <h2>{translate key="navigation.tools.jobs"}</h2> <p> {translate key="navigation.tools.jobs.description"} </p> <template #actions> <pkp-button element="a" href="{url op="jobs"}" > {translate key="navigation.tools.jobs.view"} </pkp-button> <pkp-button element="a" href="{url op="failedJobs"}" > {translate key="navigation.tools.jobs.failed.view"} </pkp-button> </template> </action-panel> {call_hook name="Templates::Admin::Index::AdminFunctions"} {/block}