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

freemarker.resource.resource-report.ftl Maven / Gradle / Ivy

The newest version!

	<#if (globalResults?size > 0 || lineNumberSuggestions?size > 0 || classificationResults?size > 0 || linkResults?size > 0)>
		
<#if (classificationResults?size > 0)>

Classification

    <#list classificationResults as result>
  • ${result.description} <#if (result.hints?size > 0)>
      <#list result.hints as hint>
    • ${hint}
<#if (globalResults?size > 0)>

Highlights

    <#list globalResults as result>
  • ${result.description} <#if (result.hints?size > 0)>
      <#list result.hints as hint>
    • ${hint}
<#if (linkResults?size > 0)>

Links

<#if (lineNumberSuggestions?size > 0)>

Notification

<#t><#rt>
				${sourceText?html}<#t><#rt>
			
<#t><#rt>
<#include "resource-script.ftl">




© 2015 - 2025 Weber Informatics LLC | Privacy Policy