<@row> <@columns> <@box> <@boxHeader> <@link href='jsp/admin/system/ManagePlugins.jsp#${name}' title='${name}'> <@img url=iconUrl alt=name title=name /> #i18n{portal.system.view_plugin.boxTitlePluginDetail} "${name}" <@boxBody>

#i18n{portal.system.view_plugin.labelVersion} ${version}

#i18n{portal.system.view_plugin.labelDescription} #i18n{${description}}

#i18n{portal.system.view_plugin.labelAuthor} #i18n{${provider}}

#i18n{portal.system.view_plugin.labelProvider} <@link href='${providerUrl}' target='_blank'>${providerUrl}

#i18n{portal.system.view_plugin.labelCoreCompatibility} min : ${minCoreVersion?default("")} - max : ${maxCoreVersion?default("")}

<#if rights?has_content> <@row> <@columns> <@box> <@boxHeader title='#i18n{portal.system.view_plugin.boxTitleAdministrationFunctionnalities}' /> <@boxBody> <@ul> <#list rights as feature>
  • <#if feature.iconUrl?exists> <@img url=feature.iconUrl alt=name title=name />

    ${feature.name}

    ${feature.description}

  • <#if portletTypes?has_content> <@row> <@columns> <@box> <@boxHeader title='#i18n{portal.system.view_plugin.boxTitlePortletsType}' /> <@boxBody> <@ul> <#list portletTypes as portlet >
  • ${portlet.name}

  • <#if applications?has_content> <@row> <@columns> <@box> <@boxHeader title='#i18n{portal.system.view_plugin.boxTitleXpageApplications}' /> <@boxBody> <@ul> <#list applications as application >
  • ${application.id}<#if !application.enabled> <@tag><@icon style='ban' /> ${i18n("portal.system.view_plugin.disabled")}

    ${application.className!}

  • <#if contentServices?has_content> <@row> <@columns> <@box> <@boxHeader title='#i18n{portal.system.view_plugin.boxTitleContentServices}' /> <@boxBody> <@ul> <#list contentServices as contentService >
  • ${contentService.className}

  • <#if insertServices?has_content> <@row> <@columns> <@box> <@boxHeader title='#i18n{portal.system.view_plugin.boxTitleInsertServices}' /> <@boxBody> <@ul> <#list insertServices as insertService >
  • ${insertService.name}