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")}
${i18n("label.group")}
${i18n("label.website")}
Score
${i18n("label.history")}
top 3
top 10
top 100
out
<#list summaries as record>
<#assign target = record.target >
<#assign summary = record.summary >
<#assign targetLink = reverseRoute("google.GoogleTargetController", "target", "groupId", target.getGroupId(), "targetId", target.getId()) >
${record.groupName}
${target.getName()}
${fu.formatScore(summary.getScoreBP())}%
<#if (summary.getTotalKeywords() > 0) >
#if>
<#if (summary.getTotalKeywords() > 0) >
#if>
<#if (summary.getTotalKeywords() > 0) >
#if>
<#if (summary.getTotalKeywords() > 0) >
#if>
#list>
@>