@row>
<@columns>
<@box color='primary'>
<#assign logo>
#assign>
<@boxHeader title='#i18n{portal.system.manage_plugins.titleCorePlugin} ${logo} ${core.name} ${core.version}' boxTools=true>
<@tform method='post' class='form-inline pull-right' action='jsp/admin/system/ViewPluginDescription.jsp?plugin_name=${core.name}'>
<@button type='submit' title='#i18n{portal.system.manage_plugins.actionDisplay}' buttonIcon='info-circle' showTitle=false />
@tform>
@boxHeader>
@box>
@columns>
@row>
<@row>
<@columns>
<@box color='primary'>
<@boxHeader title='Liste des plugins' boxTools=true>
<@tform method='post' class='form-inline pull-left'>
<@formGroup labelFor='plugin_type' labelKey='#i18n{portal.system.manage_plugins.buttonFilter}' showLabel=false formStyle='inline'>
<@inputGroup>
<@input type='text' name='search_plugins' id='search_plugins' placeHolder='#i18n{portal.system.manage_plugins.buttonFilter}' params='autocomplete="off"' />
<@inputGroupItem>
<@button type='submit' title='#i18n{portal.system.manage_plugins.buttonFilter}' buttonIcon='filter' showTitle=false />
@inputGroupItem>
@inputGroup>
@formGroup>
@tform>
<@tform method='post' name='FilterPluginsForm' action='jsp/admin/system/ManagePlugins.jsp' class='form-inline pull-right hidden-xs spaced'>
<@formGroup labelKey='#i18n{portal.system.manage_plugins.labelComboFilter}' labelFor='plugin_type' showLabel=false formStyle='inline'>
<@inputGroup>
<@select sort=true name='plugin_type' default_value='${current_filter}' items=filter_list />
<@inputGroupItem>
<@button type='submit' buttonIcon='search' title='Search' showTitle=false />
@inputGroupItem>
@inputGroup>
<@button type='button' buttonIcon='list' title='Layout' showTitle=false id='th'/>
@formGroup>
@tform>
@boxHeader>
<@boxBody>
<#if plugins_list?has_content >
<@row id='plugins'>
<#list plugins_list as plugin >
<@columns sm=6 md=4 lg=4 class='plugins'>
<@box id='plugin_${plugin.name}_${plugin.version}' params='data-plugin="${plugin.name}"' class='plugin-box plugin'>
<#assign logo>
#assign>
<@boxHeader title='${logo} ${plugin.name}'boxTools=true>
<#if plugin.installed>
<@tag color='success' title='#i18n{portal.system.manage_caches.imgAltEnable}'>
<@icon style='check-circle' />
#i18n{portal.system.manage_caches.imgAltEnable}
@tag>
<#else>
<@tag color='danger' title='#i18n{portal.system.manage_caches.imgAltDisable}'>
<@icon style='times-circle' />
#i18n{portal.system.manage_caches.imgAltDisable}
@tag>
#if>
@boxHeader>
<@boxBody>
#i18n{portal.system.manage_plugins.labelVersion}: ${plugin.version}
#i18n{${plugin.description}}
<@icon style='user' /> #i18n{portal.system.manage_plugins.labelAuthor} : #i18n{${plugin.provider}}
<@icon style='globe' /> #i18n{portal.system.manage_plugins.labelAuthorUrl} : ${plugin.providerUrl}
@boxBody> <@boxFooter> <#if plugin.installed> <#if plugin.dbPoolRequired> <@tform method='post' class='form-inline pull-right' action='jsp/admin/system/DoModifyPluginPool.jsp#plugin_${plugin.name}_${plugin.version}'> <@select name='db_pool_name' default_value='${plugin.dbPoolName}' items=pools_list sort=true /> <@button type='submit' title='#i18n{portal.system.manage_plugins.buttonModifyDbPool}' buttonIcon='check' showTitle=false /> @tform> #if> #if> <@tform method='post' class='form-inline pull-right spaced' action='jsp/admin/system/ViewPluginDescription.jsp?plugin_name=${plugin.name}'> <@button type='submit' title='' buttonIcon='info-circle' showTitle=false /> @tform> <#if plugin.installed > <@tform method='post' class='form-inline pull-right spaced' action='jsp/admin/system/ConfirmUninstallPlugin.jsp'> <@button type='submit' title='#i18n{portal.system.manage_plugins.buttonDisable}' buttonIcon='stop' showTitle=false color='btn-danger' /> @tform> <#else> <@tform method='post' class='form-inline pull-right spaced' action='jsp/admin/system/DoInstallPlugin.jsp#plugin_${plugin.name}_${plugin.version}'> <@button type='submit' title='#i18n{portal.system.manage_plugins.buttonEnable}' buttonIcon='play' showTitle=false color='btn-success' /> @tform> #if> @boxFooter> @box> @columns> #list> @row> <#else> <@alert class='alert-danger'>#i18n{portal.system.manage_plugins.filterNoResult}@alert> #if> @boxBody> @box> @columns> @row>