Server IP : 103.11.96.170 / Your IP : 3.138.188.86 Web Server : Microsoft-IIS/10.0 System : Windows NT WIN-F6SLGVICLOP 10.0 build 17763 (Windows Server 2016) AMD64 User : elibrary.unsap.ac.id ( 0) PHP Version : 7.4.19 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF Directory (0777) : D:/localhost/ejournal/templates/admin/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
{** * templates/admin/journalSettings.tpl * * Copyright (c) 2014-2019 Simon Fraser University * Copyright (c) 2003-2019 John Willinsky * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING. * * Basic journal settings under site administration. * *} <script> $(function() {ldelim} // Attach the form handler. $('#journalSettingsForm').pkpHandler('$.pkp.controllers.form.AjaxFormHandler'); {rdelim}); </script> <form class="pkp_form" id="journalSettingsForm" method="post" action="{url router=$smarty.const.ROUTE_COMPONENT component="grid.admin.journal.JournalGridHandler" op="updateContext"}"> {csrf} {include file="controllers/notification/inPlaceNotification.tpl" notificationId="journalSettingsNotification"} {if $contextId} {fbvElement id="contextId" type="hidden" name="contextId" value=$contextId} {else} <p>{translate key="admin.journals.createInstructions"}</p> {/if} {fbvFormArea id="journalSettings"} {fbvFormSection title="manager.setup.journalTitle" required=true for="name"} {fbvElement type="text" id="name" value=$name multilingual=true required=true} {/fbvFormSection} {fbvFormSection title="admin.journals.journalDescription" for="description"} {fbvElement type="textarea" id="description" value=$description multilingual=true rich=true} {/fbvFormSection} {fbvFormSection title="journal.path" required=true for="path"} {fbvElement type="text" id="path" value=$path size=$smarty.const.SMALL maxlength="32" required=true} {capture assign="sampleUrl"}{url router=$smarty.const.ROUTE_PAGE journal="path"}{/capture} {** FIXME: is this class instruct still the right one? **} <span class="instruct">{translate key="admin.journals.urlWillBe" sampleUrl=$sampleUrl}</span> {/fbvFormSection} {fbvFormSection for="enabled" list=true} {if $enabled}{assign var="enabled" value="checked"}{/if} {fbvElement type="checkbox" id="enabled" checked=$enabled value="1" label="admin.journals.enableJournalInstructions"} {/fbvFormSection} <p><span class="formRequired">{translate key="common.requiredField"}</span></p> {fbvFormButtons id="journalSettingsFormSubmit" submitText="common.save"} {/fbvFormArea} </form>