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

serposcope.views.HomeController.table.ftl.html Maven / Gradle / Ivy

The newest version!
<#import "homeLayout.ftl.html" as layout> 
<@layout.homeLayout i18n("home.title") >
    
${i18n("label.summary")}
<#list summaries as record> <#assign target = record.target > <#assign summary = record.summary > <#assign targetLink = reverseRoute("google.GoogleTargetController", "target", "groupId", target.getGroupId(), "targetId", target.getId()) >
${i18n("label.group")} ${i18n("label.website")} Score ${i18n("label.history")} top 3 top 10 top 100 out
${record.groupName} ${target.getName()} ${fu.formatScore(summary.getScoreBP())}% <#if (summary.getTotalKeywords() > 0) >
${summary.getTotalTop3()}/${summary.getTotalKeywords()}
<#if (summary.getTotalKeywords() > 0) >
${summary.getTotalTop10()}/${summary.getTotalKeywords()}
<#if (summary.getTotalKeywords() > 0) >
${summary.getTotalTop100()}/${summary.getTotalKeywords()}
<#if (summary.getTotalKeywords() > 0) >
${summary.getTotalOut()}/${summary.getTotalKeywords()}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy