All Downloads are FREE. Search and download functionalities are using the official Maven repository.

serposcope.views.admin.SettingsController.settings.ftl.html Maven / Gradle / Ivy

The newest version!
<#-- @ftlvariable name="serp" type="com.serphacker.serposcope.models.google.GoogleSerp" -->
<#import "../admin.ftl.html" as layout>
<@layout.adminLayout i18n("admin.settings.title") >

<@authenticityForm/>

${i18n("label.general")}


${i18n("admin.settings.cronTimeHelp")}

${i18n("label.dbSize")} : <#if diskUsage?? >${diskUsage}<#else>${i18n("label.unavailableOnMySQL")} | ${i18n("label.diskFree")} : <#if diskFree?? >${diskFree}<#else>${i18n("label.unavailable")} | ${i18n("label.tasks")} : ${runs}
${i18n("admin.settings.historyLimitHelp")}

${i18n("label.display")}



${i18n("label.captcha")} (${i18n("label.help")})


${i18n("admin.settings.captchaHelp")}









© 2015 - 2024 Weber Informatics LLC | Privacy Policy