#set ($isReply = $req.getParameter("replyToComment")) #set ($queryString = $req.getQueryString()) ### Using an array placeholder since accessing the split results directly does not work. #set($queryStringArray = []) #foreach($q in $queryString.split("&replyToComment")) #set($result = $queryStringArray.add($q)) #end ### BEGIN: CODE COPIED FROM CONFLUENCE 6.4.0 SOURCE ### ### confluence-core/confluence-webapp/src/main/webapp/decorators/components/comments.vmd ### ### Classes and IDs have been added the "mobile" prefix. ### #macro (mobileCommentThread $comment) #set ($page = $comment.container)
$action.getText("comment.author.byline", ["#userLink ($comment.creator)"])#if ($page.type == "blogpost" && $comment.creator == $page.creator) $i18n.getText('comment.author.lozenge')#end