<@row> <@columns> <@box color='info'> <@boxHeader title='#i18n{portal.style.manage_mode.pageTitle}' boxTools=true> <@tform method='post' action='jsp/admin/style/CreateMode.jsp'> <@button type='submit' buttonIcon='plus' title='#i18n{portal.style.manage_modes.buttonLabelCreate}' size='' /> <@boxBody> <@table> #i18n{portal.style.manage_modes.columnTitleId} #i18n{portal.style.manage_modes.columnTitleDescription} #i18n{portal.style.manage_modes.columnTitleXslPath} #i18n{portal.util.labelActions} <#list mode_list as mode > ${mode.id} ${mode.description} ${mode.path} <@aButton href='jsp/admin/style/ModifyMode.jsp?mode_id=${mode.id}' buttonIcon='edit' title='#i18n{portal.util.labelModify}' showTitle=false />