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

serposcope.views.admin.TaskController.tasks.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.task.title") >

${i18n("admin.task.runningTasks")}

<#list running as task>
# ${i18n("label.mode")} ${i18n("label.module")} ${i18n("label.started")} ${i18n("label.progress")} ${i18n("label.captchas")} ${i18n("label.errors")} ${i18n("label.actions")}
${task.getId()} ${task.getMode()} ${task.getModule()} ${global.ldtf.format(task.getStarted())}
progress-bar-warning" style="width: ${task.getProgress()}%; min-width: 50px;" > <#if task.getStatus() != "RUNNING" > ${i18n("admin.task.aborting")} <#else> ${task.getProgress()} %
${task.getCaptchas()} ${task.getErrors()} abort

${i18n("admin.task.doneTasks")}

<#list done as task> <#if task.getStatus() == "DONE_SUCCESS" > <#else>
# ID ${i18n("label.mode")} ${i18n("label.module")} ${i18n("label.started")} ${i18n("label.finished")} ${i18n("label.duration")} ${i18n("label.captchas")} ${i18n("label.errors")} ${i18n("label.status")} ${i18n("label.actions")}
${task.getId()} ${task.getMode()} ${task.getModule()} ${global.ldtf.format(task.getStarted())} ${global.ldtf.format(task.getFinished())} ${task.getDurationFormated()} ${task.getCaptchas()} ${task.getErrors()} ${task.getStatus()} <#if task.getModule() == "GOOGLE" >




© 2015 - 2025 Weber Informatics LLC | Privacy Policy