| Server IP : 195.134.90.114 / Your IP : 216.73.217.100 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/googleAnalytics/templates/ |
Upload File : |
{**
* plugins/generic/googleAnalytics/settingsForm.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.
*
* Google Analytics plugin settings
*
*}
<script>
$(function() {ldelim}
// Attach the form handler.
$('#gaSettingsForm').pkpHandler('$.pkp.controllers.form.AjaxFormHandler');
{rdelim});
</script>
<form class="pkp_form" id="gaSettingsForm" 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="gaSettingsFormNotification"}
<div id="description">{translate key="plugins.generic.googleAnalytics.manager.settings.description"}</div>
{fbvFormArea id="webFeedSettingsFormArea"}
{fbvElement type="text" id="googleAnalyticsSiteId" value=$googleAnalyticsSiteId label="plugins.generic.googleAnalytics.manager.settings.googleAnalyticsSiteId"}
{/fbvFormArea}
{fbvFormButtons}
<p><span class="formRequired">{translate key="common.requiredField"}</span></p>
</form>