<@sidebar step="portlet" />
#i18n{pluginwizard.pluginwizard_manage_portlets.pageHelp}
<#include "infos_handler.html" />
#i18n{pluginwizard.pluginwizard_manage_portlets.pageTitle}
#i18n{pluginwizard.pluginwizard_manage_portlets.labelPortletClass} |
#i18n{pluginwizard.pluginwizard_manage_portlets.labelPortletTypeName} |
#i18n{pluginwizard.pluginwizard_manage_portlets.labelPortletJspBaseName} |
#i18n{pluginwizard.pluginwizard_manage_portlets.labelPortletAction} |
<#if plugin_portlets?? > <#list plugin_portlets as portlet >
<#assign nEndIndex = portlet.portletClass?length>
<#assign nBeginIndex = portlet.portletClass?last_index_of(".")+1>
${portlet.portletClass?substring(nBeginIndex, nEndIndex)}
|
${portlet.portletTypeName} |
${portlet.jspBaseName} |
|
#list>
#if>