| Server IP : 10.10.92.66 / Your IP : 104.23.197.231 Web Server : Apache/2.4.52 (Ubuntu) System : Linux jurnalpolinema 5.15.0-177-generic #187-Ubuntu SMP Sat Apr 11 22:54:33 UTC 2026 x86_64 User : jurnal ( 1001) PHP Version : 7.4.33 Disable Function : pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare, MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /home/jurnal/public_html/plugins/generic/kimberli/templates/ |
Upload File : |
{**
* plugins/generic/shibboleth/templates/settingsForm.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.
*
* Shibboleth Authentication plugin settings
*
*}
<script>
$(function() {ldelim}
// Attach the form handler.
$('#shibSettingsForm').pkpHandler('$.pkp.controllers.form.AjaxFormHandler');
{rdelim});
</script>
<form class="pkp_form" id="shibSettingsForm" method="post" action="{url router=$smarty.const.ROUTE_COMPONENT op="manage" category="generic" plugin=$pluginName verb="settings" save=true}">
{csrf}
{include file="controllers/notification/inPlaceNotification.tpl" notificationId="shibSettingsFormNotification"}
<div id="description">{translate key="plugins.generic.shibboleth.manager.settings.description"}</div>
{fbvFormArea id="shibbolethSettingsFormArea"}
{fbvElement id="shibbolethWayfUrlSetting" type="text" name="shibbolethWayfUrl" value=$shibbolethWayfUrl label="plugins.generic.shibboleth.manager.settings.shibbolethWayfUrl" required="true"}
{fbvElement id="shibbolethHeaderUinSetting" type="text" name="shibbolethHeaderUin" value=$shibbolethHeaderUin label="plugins.generic.shibboleth.manager.settings.shibbolethHeaderUin" required="true"}
{fbvElement id="shibbolethHeaderFirstNameSetting" type="text" name="shibbolethHeaderFirstName" value=$shibbolethHeaderFirstName label="plugins.generic.shibboleth.manager.settings.shibbolethHeaderFirstName" required="true"}
{fbvElement id="shibbolethHeaderLastNameSetting" type="text" name="shibbolethHeaderLastName" value=$shibbolethHeaderLastName label="plugins.generic.shibboleth.manager.settings.shibbolethHeaderLastName"}
{fbvElement id="shibbolethHeaderInitialsSetting" type="text" name="shibbolethHeaderInitials" value=$shibbolethHeaderInitials label="plugins.generic.shibboleth.manager.settings.shibbolethHeaderInitials"}
{fbvElement id="shibbolethHeaderEmailSetting" type="text" name="shibbolethHeaderEmail" value=$shibbolethHeaderEmail label="plugins.generic.shibboleth.manager.settings.shibbolethHeaderEmail" required="true"}
{fbvElement id="shibbolethHeaderPhoneSetting" type="text" name="shibbolethHeaderPhone" value=$shibbolethHeaderPhone label="plugins.generic.shibboleth.manager.settings.shibbolethHeaderPhone"}
{fbvElement id="shibbolethHeaderMailingSetting" type="text" name="shibbolethHeaderMailing" value=$shibbolethHeaderMailing label="plugins.generic.shibboleth.manager.settings.shibbolethHeaderMailing"}
{fbvElement id="shibbolethAdminUinsSetting" type="text" name="shibbolethAdminUins" value=$shibbolethAdminUins label="plugins.generic.shibboleth.manager.settings.shibbolethAdminUins"}
{/fbvFormArea}
{fbvFormArea title="plugins.generic.shibboleth.manager.settings.shibbolethOptional"}
{fbvFormSection for="shibbolethOptionalSetting" list=true description="plugins.generic.shibboleth.manager.settings.shibbolethOptionalDescription"}
{fbvElement id="shibbolethOptional" type="checkbox" value="1" checked=$shibbolethOptional label="plugins.generic.shibboleth.manager.settings.shibbolethOptionalLabel"}
{/fbvFormSection}
{fbvElement id="shibbolethOptionalTitle" type="text" name="shibbolethOptionalTitle" value=$shibbolethOptionalTitle label="plugins.generic.shibboleth.manager.settings.shibbolethOptionalTitle"}
{fbvElement id="shibbolethOptionalLoginDescription" type="text" name="shibbolethOptionalLoginDescription" value=$shibbolethOptionalLoginDescription label="plugins.generic.shibboleth.manager.settings.shibbolethOptionalDescriptionForLogin"}
{fbvElement id="shibbolethOptionalRegistrationDescription" type="text" name="shibbolethOptionalRegistrationDescription" value=$shibbolethOptionalRegistrationDescription label="plugins.generic.shibboleth.manager.settings.shibbolethOptionalDescriptionForRegistration"}
{fbvElement id="shibbolethOptionalButtonLabel" type="text" name="shibbolethOptionalButtonLabel" value=$shibbolethOptionalButtonLabel label="plugins.generic.shibboleth.manager.settings.shibbolethOptionalButtonLabel"}
{/fbvFormArea}
{fbvFormButtons}
<p><span class="formRequired">{translate key="common.requiredField"}</span></p>
</form>