Changes for page BlogPostLayoutIDoc

Last modified by Administrator on 03.08.2023 14:17

From version 13.1
edited by Administrator
on 03.08.2023 14:17
Change comment: Imported from XAR
To version 10.6
edited by Administrator
on 18.09.2017 07:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Title
... ... @@ -1,1 +1,1 @@
1 -BlogPostLayoutIDoc
1 +BlogPostLayoutMyLayout
Parent
... ... @@ -1,1 +1,1 @@
1 -Blog.WebHome
1 +xwiki:Blog.WebHome
Default language
... ... @@ -1,0 +1,1 @@
1 +cs
Hidden
... ... @@ -1,1 +1,1 @@
1 -true
1 +false
XWiki.WikiMacroClass[0]
Macro code
... ... @@ -79,8 +79,12 @@
79 79  
80 80  ## #macro(displayEntryFooter $entryDoc $entryObj)
81 81   (% class="entry-footer" %)(((
82 - [[{{translation key='blog.code.permalink'/}}>>$postDoc||rel="bookmark"]] ##
83 - (% class="separator" %)·(%%) [[{{translation key='blog.code.comments'/}}>>$postDoc||anchor="Comments"]] (% class="itemCount" %)($postDoc.comments.size())(%%) ##
82 + #getEntryDate($postDoc $postObj $entryDate)
83 + #listCategories($postObj) #*
84 + ## Since the publish date and update date are not set at the exact same time, there could be a small difference that
85 + ## we assume cannot be more than 3 seconds.
86 + *#(% class="separator" %)·(%%) [[{{translation key='blog.code.permalink'/}}>>$postDoc||rel="bookmark"]] ##
87 + (% class="separator" %)·(%%) [[{{translation key='blog.code.comments'/}}>>$postDoc||anchor="Comments"]] (% class="itemCount" %)($postDoc.comments.size())(%%) ##
84 84   )))## entry-footer
85 85  ## #end
86 86  
Macro description
... ... @@ -1,1 +1,1 @@
1 -This macro is used to display a iDoc blog post
1 +Makro pro zobraze příspěvku iDoc
Macro id
... ... @@ -1,1 +1,1 @@
1 -blogPostLayoutIDoc
1 +blogPostLayoutMyLayout
Macro name
... ... @@ -1,1 +1,1 @@
1 -Blog Post Layout iDoc
1 +Blog Post Layout My Layout