#include "adminidentities_tabs.html" />
<@tabs tab="attributekey" />
<@rowBox>
<@boxHeader i18nTitleKey="identitystore.view_appRightAttributes.title.title">
<@headerButtons>
@headerButtons>
@boxHeader>
<@boxBody>
<@paginationAdmin paginator=paginator combo=1 />
<@table>
#i18n{identitystore.view_appRightAttributes.columnName} |
#i18n{identitystore.view_appRightAttributes.columnKeyName} |
#i18n{identitystore.view_appRightAttributes.columnRead} |
#i18n{identitystore.view_appRightAttributes.columnWrite} |
#i18n{identitystore.view_appRightAttributes.columnCertification} |
<@tableHeadBodySeparator />
<#list attributekey_list as attributekey >
${attributekey.name}
|
<#if ( attributekey.keyName?length > 33 ) >
${attributekey.keyName[0..30]}...
|
<#else>
${attributekey.keyName!''}
|
#if>
<#if attribute_apps_right_map[attributekey.keyName]?? >
<#list attribute_apps_right_map[attributekey.keyName].readApplications as readApp >
${readApp}
#list>
|
<#list attribute_apps_right_map[attributekey.keyName].writeApplications as writeApp >
${writeApp}
#list>
|
<#list attribute_apps_right_map[attributekey.keyName].certifApplications as certifApp >
${certifApp}
#list>
|
<#else>
|
|
#if>
#list>
@table>
<@paginationAdmin paginator=paginator />
@boxBody>
@rowBox>