<#-- $This file is distributed under the terms of the license in /doc/license.txt$ --> <#-- Template for the page that displays the StartupStatus on request. Unlike the "raw" page, this one assumes that the usual Freemarker framework is in place. --> <#macro statusItem item> <#if item.level = "FATAL"> <#assign color = "error" > <#elseif item.level = "WARNING"> <#assign color = "warning" > <#elseif item.level = "INFO"> <#assign color = "info" > <#elseif item.level = "NOT_EXECUTED"> <#assign color = "not_executed" > <#else> <#assign color = "" >
  • ${item.level}: ${item.shortSourceName}

  • ${stylesheets.add('')} <#if status.errorItems?has_content>

    ${i18n().fatal_error}

    ${i18n().fatal_error_detected(applicationName)}

    <#if status.warningItems?has_content>

    ${i18n().warning}

    ${i18n().warning_issued(applicationName)}

    ${i18n().startup_trace}

    ${i18n().full_list_startup}