@row>
<@columns>
<@box>
<@boxHeader title='#i18n{blog.adminFeature.ManageBlogs.name}'>
<#if permission_manage_create_blog>
<@tform action='jsp/admin/plugins/blog/ManageBlogs.jsp'>
<@button type='submit' name='view_createBlog' buttonIcon='plus' title='#i18n{blog.manage_blogs.buttonAdd}' />
@tform>
#if>
@boxHeader>
<@boxBody>
<@messages infos=infos />
<@tform id='form-manage' name='form-manage' action='jsp/admin/plugins/blog/ManageBlogs.jsp'>
<@formGroup labelFor='search_text' labelKey='#i18n{blog.manage_blogs.search}'>
<@inputGroup>
<@input type='text' id='search_text' name='search_text' value='${search_text!\'\'}' />
<@inputGroupItem type='addon'>
<@checkBox labelFor='current_user' labelKey='#i18n{blog.manage_blogs.sortByUserButton}' id='current_user' name='current_user' value='true' checked=is_checked orientation='horizontal' />
@inputGroupItem>
@inputGroup>
@formGroup>
<@formGroup labelFor='search_text' labelKey='#i18n{blog.manage_blogs.labelTag}'>
<@select id='tag_doc' multiple=1 name='tag_doc'>
<#list list_tag?sort as tgName>
#list>
@select>
@formGroup>
<@formGroup class='input-daterange' labelFor='dateUpdateBlogAfter' labelKey='#i18n{blog.manage_blogs.labelAfter}'>
<@inputGroup>
<@input type='text' name='dateUpdateBlogAfter' id='dateUpdateBlogAfter' value='${dateUpdateBlogAfter!}' />
<@inputGroupItem type='addon'>
<@icon style='calendar' />
@inputGroupItem>
@inputGroup>
@formGroup>
<@formGroup class='input-daterange' labelFor='dateUpdateBlogBefor' labelKey='#i18n{blog.manage_blogs.labelBefore}'>
<@inputGroup>
<@input type='text' name='dateUpdateBlogBefor' id='dateUpdateBlogBefor' value='${dateUpdateBlogBefor!}' />
<@inputGroupItem type='addon'>
<@icon style='calendar' />
@inputGroupItem>
@inputGroup>
@formGroup>
<@formGroup>
<@checkBox labelFor='unpublished' labelKey='#i18n{blog.manage_blogs.labelNotPublished}' name='unpublished' id='unpublished' value='false' checked=unpublished title='#i18n{blog.manage_blogs.labelNotPublished}' />
@formGroup>
<@formGroup>
<@button type='submit' name='button_search' id='button_search' title='#i18n{blog.manage_blogs.search}' />
<@button type='submit' name='button_reset' id='button_reset' title='#i18n{blog.manage_blogs.reset}' />
@formGroup>
@tform>
@boxBody>
@box>
<@box>
<@boxHeader title='#i18n{blog.manage_blogs.title}' />
<@boxBody>
<#assign idx=0 />
<@table>
#i18n{blog.manage_blogs.columnContentLabel}
<@sort jsp_url="jsp/admin/plugins/blog/ManageBlogs.jsp" attribute="contentLabel" />
#i18n{blog.manage_blogs.columnCreationDate}
<@sort jsp_url="jsp/admin/plugins/blog/ManageBlogs.jsp" attribute="creationDate" />
#i18n{blog.manage_blogs.columnUpdateDate} <@sort jsp_url="jsp/admin/plugins/blog/ManageBlogs.jsp" attribute="updateDate" />
#i18n{blog.create_blog.TagsTitle}
#i18n{blog.publication_blog.labelPublication}
#i18n{portal.util.labelActions}
${blog.contentLabel!} <#if blog.locked><@icon style='lock' />#if>
Créé par ${blog.userCreatorInfos.lastName!} ${blog.userCreatorInfos.firstName!} le ${blog.creationDate?date}
<#if blog.editComment?? && blog.editComment?trim !=''> <@icon style='comment' /> #i18n{blog.manage_blogs.columnEditComment}: ${blog.editComment} #if>
#i18n{blog.modify_blog.labelLoading}
@modalBody> <@modalFooter> <@button type='button' params='data-dismiss="modal"' title='#i18n{blog.create_blog.labelCollapse}' color='btn-default' /> @modalFooter> @modal>