| Server IP : 195.134.90.114 / Your IP : 216.73.216.86 Web Server : Apache/2.4.58 System : Linux nepub 6.8.0-88-generic #89-Ubuntu SMP PREEMPT_DYNAMIC Sat Oct 11 01:02:46 UTC 2025 x86_64 User : www-data ( 33) 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/plugins/generic/formHoneypot/templates/ |
Upload File : |
{**
* plugins/generic/formHoneypot/settingsForm.tpl
*
* Copyright (c) University of Pittsburgh
* Distributed under the GNU GPL v2 or later. For full terms see the LICENSE file.
*
* Form Honeypot plugin settings
*
*}
<script>
$(function() {ldelim}
// Attach the form handler.
$('#formHoneypotSettingsForm').pkpHandler('$.pkp.controllers.form.AjaxFormHandler');
{rdelim});
</script>
<form class="pkp_form" id="formHoneypotSettingsForm" 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="formHoneypotSettingsFormNotification"}
<div id="description">{translate key="plugins.generic.formHoneypot.manager.settings.description"}</div>
{fbvFormArea id="settingsFormArea" description="plugins.generic.formHoneypot.manager.settings.description"}
{fbvElement type="text" id="formHoneypotMinimumTime" name="formHoneypotMinimumTime" value="$formHoneypotMinimumTime" label="plugins.generic.formHoneypot.manager.settings.minimumTime" size=$fbvStyles.size.SMALL inline="inline"}
{fbvElement type="text" id="formHoneypotMaximumTime" name="formHoneypotMaximumTime" value="$formHoneypotMaximumTime" label="plugins.generic.formHoneypot.manager.settings.maximumTime" size=$fbvStyles.size.SMALL inline="inline"}
{/fbvFormArea}
{fbvFormButtons}
</form>