@row> <@columns> <@box> <@boxHeader title='#i18n{seo.manage_friendly_urls.labelUrlList}'> <@btnGroup align='right'> <@aButton color='primary' href='jsp/admin/plugins/seo/CreateFriendlyUrl.jsp' buttonIcon='plus-square' title='#i18n{seo.manage_friendly_urls.buttonCreate}' hideTitle=['xs','sm','md'] size='sm' /> <@aButton color='primary' href='jsp/admin/plugins/seo/GenerateAliasRules.jsp' buttonIcon='cog' title='#i18n{seo.manage_friendly_urls.buttonGenerateFriendlyUrls}' hideTitle=['xs','sm','md'] size='sm' /> <@aButton color='danger' href='jsp/admin/plugins/seo/DoRemoveAllFriendlyUrls.jsp' buttonIcon='trash' title='#i18n{seo.manage_friendly_urls.buttonRemoveAllFriendlyUrls}' hideTitle=['xs','sm','md'] size='sm' /> @btnGroup> @boxHeader> <@boxBody> <@paginationAdmin paginator=paginator combo=1 /> <@table> <@tr> <@th>#i18n{seo.manage_friendly_urls.columnFriendlyUrl} <@icon style='arrow-circle-right' />#i18n{seo.manage_friendly_urls.columnTechnicalUrl}@th> <@th hide=['xs']>#i18n{seo.manage_friendly_urls.columnCanonical}@th> <@th hide=['xs']>#i18n{seo.manage_friendly_urls.columnSitemap}@th> <@th hide=['xs']>#i18n{seo.manage_friendly_urls.columnLastMod}@th> <@th hide=['xs']>#i18n{seo.manage_friendly_urls.columnChangeFreq}@th> <@th hide=['xs']>#i18n{seo.manage_friendly_urls.columnPriority}@th> <@th>#i18n{seo.manage_friendly_urls.columnActions}@th> @tr>
<#list friendly_url_list as url > <@tr> <@td>${url.friendlyUrl} <@icon style='arrow-circle-right' /> ${url.technicalUrl}@td> <@td hide=['xs']> <#if url.canonical > <@tag color='success' tagIcon='check' >#i18n{portal.util.labelEnabled}@tag> <#else> <@tag color='danger' tagIcon='times' >#i18n{portal.util.labelDisabled}@tag> #if> @td> <@td hide=['xs']> <#if url.sitemap > <@tag color='success' tagIcon='check' >#i18n{portal.util.labelEnabled}@tag> <#else> <@tag color='danger' tagIcon='times' >#i18n{portal.util.labelDisabled}@tag> #if> @td> <@td hide=['xs']>${url.sitemapLastmod!"-"}@td> <@td hide=['xs']>${url.sitemapChangeFreq!"-"}@td> <@td hide=['xs']>${url.sitemapPriority!"-"}@td> <@td> <@aButton color='primary' href='jsp/admin/plugins/seo/ModifyFriendlyUrl.jsp?id_url=${url.id}' buttonIcon='pencil' title='#i18n{portal.util.labelModify}' hideTitle=['all'] size='sm' /> <@aButton color='danger' href='jsp/admin/plugins/seo/RemoveFriendlyUrl.jsp?id_url=${url.id}' buttonIcon='trash' title='#i18n{portal.util.labelDelete}' hideTitle=['all'] size='sm' /> @td> @tr> #list> @table> <@paginationAdmin paginator=paginator /> @boxBody> @box> @columns> @row>