KONTOLODON
/
var
/
www
/
ojs-3.3.0-13
/
plugins
/
generic
/
usageStats
/
templates
/
Nama File / Folder
Size
Action
privacyInformation.tpl
1.014KB
Hapus
Edit
Rename
{** * plugins/generic/usageStats/templates/privacyInformation.tpl * * Copyright (c) 2013-2020 Simon Fraser University * Copyright (c) 2003-2020 John Willinsky * Distributed under the GNU GPL v3. For full terms see the file docs/COPYING. * * Display usage stats privacy information and an opt-out option. * *} {include file="frontend/components/header.tpl"} {translate key="plugins.generic.usageStats.optout.description.long.$applicationName" privacyStatementUrl=$privacyStatementUrl} <form action="{url}" method="POST"> {if $hasOptedOut} {translate key="plugins.generic.usageStats.optout.done"} <input type="submit" name="opt-in" class="button defaultButton" value="{translate key="plugins.generic.usageStats.optin"}"/> {else} {translate key="plugins.generic.usageStats.optout.cookie" privacyStatementUrl=$privacyStatementUrl} <input type="submit" name="opt-out" class="button defaultButton" value="{translate key="plugins.generic.usageStats.optout"}"/> {/if} </form> {include file="frontend/components/footer.tpl"}