#macro(friendlyPermalink $entry) #set ($categoryForEntry = $entry.getBlogCategory().getCategory()) #if ($categoryForEntry == "/") #set($categoryForEntry = "") #end #set ($entryLink = "$BLOJSOM_BLOG.getBlogURL()$categoryForEntry$entry.getDateAsFormat('yyyy')/$entry.getDateAsFormat('MM')/$entry.getDateAsFormat('dd')/$entry.getPermalink()") #end #set($blogCustomStylesheet = $BLOJSOM_BLOG.getBlogProperty("blog-stylesheet")) #if(!$blogCustomStylesheet.equals("")) #end #if(!$blogCustomStylesheet.equals("")) #else #end #if ( $prev_adding_category_name || $acl_denied ) #end #if ( $BLOJSOM_ADMIN_PLUGIN_OPERATION_RESULT ) #set ($opResultString = $BLOJSOM_ADMIN_PLUGIN_OPERATION_RESULT.substring(1)) #if ($BLOJSOM_ADMIN_PLUGIN_OPERATION_RESULT.startsWith("$"))
$locStrings.getProperty($opResultString)
#else #if ($BLOJSOM_ADMIN_PLUGIN_OPERATION_RESULT.startsWith(" "))
$locStrings.getProperty($opResultString)
#else
$BLOJSOM_ADMIN_PLUGIN_OPERATION_RESULT
#end #end #end

$BLOJSOM_BLOG.getBlogName()

$BLOJSOM_BLOG.getBlogDescription()

#set( $totalEntries = 0)
#foreach ($entry in $BLOJSOM_ENTRIES)
#friendlyPermalink($entry) #if ($BLOJSOM_INLINE_ADMIN_PLUGIN_AUTHENTICATED.equals("true") && $editing_category_name.equals($entry.getBlogCategory().toString()) && $editing_entry_id.equals($entry.getPermalink()))
$locStrings.getProperty("newentry.title")
#else
#if ($entry.getBlogCategory().getName()) #set ($blogCategoryName = $entry.getBlogCategory().getName()) #else #set ($blogCategoryName = $entry.getBlogCategory().getCategory().replaceAll("^/*(.+)/$", "$1")) #end #set ($blogCategoryLabel = $blogCategoryName.replaceAll("^(.{22}).+(.{22})$", "$1...$2")) #if ($BLOJSOM_PERMALINK) #if ($blogCategoryName.equals("/")) #else #end #if ($entry.getMetaData() && $entry.getMetaData().get("blog-entry-author")) #end #if ($entry.getMetaData() && $entry.getMetaData().get("rss-enclosure")) #end #if ($BLOJSOM_PERMALINK_PREVIOUS_ENTRY) #end #if ($BLOJSOM_PERMALINK_NEXT_ENTRY) #end
$locStrings.getProperty("newentry.title") $entry.getTitle()
$locStrings.getProperty("newentry.category") $blogCategoryLabel
$locStrings.getProperty("postedby")
$locStrings.getProperty("enclosures.entryenclosuresetting") $entry.getMetaData().get("rss-enclosure-object").getFilename()
$locStrings.getProperty("previous_entry") $ESCAPE_TAGS_PLUGIN.escapeTagsInText($!BLOJSOM_PERMALINK_PREVIOUS_ENTRY.getTitle())
$locStrings.getProperty("next_entry") $ESCAPE_TAGS_PLUGIN.escapeTagsInText($!BLOJSOM_PERMALINK_NEXT_ENTRY.getTitle())
#else #if ($blogCategoryName.equals("/")) #else #end #end
#end

#if ($BLOJSOM_INLINE_ADMIN_PLUGIN_AUTHENTICATED.equals("true") && $editing_category_name.equals($entry.getBlogCategory().toString()) && $editing_entry_id.equals($entry.getPermalink())) #else $entry.getDescription() #end

#foreach ($entryComment in $entry.getComments())
$locStrings.getProperty("comments.commentby") #if ($entryComment.getAuthorEmail() && $entryComment.getAuthorEmail().length() > 0) $entryComment.getAuthor() #else $entryComment.getAuthor() #end - $entryComment.getAuthorURL()
$locStrings.getProperty("comments.lefton") $entryComment.getCommentDate()
$entryComment.getComment()
#end #set( $totalEntries = $totalEntries + 1) #if ($BLOJSOM_COMMENTS_ENABLED.booleanValue() && $entry.supportsComments())


$locStrings.getProperty("comments.author")   Remember Me
$locStrings.getProperty("comments.email")
$locStrings.getProperty("comments.url")
$locStrings.getProperty("comments.comment")
#end #if ($BLOJSOM_PERMALINK) #set( $blogDescription = $entry.getEscapedDescription() ) #if ($blogDescription.length() > 255 ) #set( $ellipses = "..." ) #set( $blogDescription = "$blogDescription.substring(0,252)$ellipses" ) #end #end
#end #if($totalEntries == 0)
#if($acl_denied) $locStrings.getProperty("message.acldenied") #else $locStrings.getProperty("message.noentries") #end
#end
#if ($BLOJSOM_INLINE_ADMIN_PLUGIN_AUTHENTICATED.equals("false"))
$locStrings.getProperty("login.title")
$locStrings.getProperty("login.username")
$locStrings.getProperty("login.password")
#if ( $prev_adding_category_name ) #end
#end #if ($BLOJSOM_INLINE_ADMIN_PLUGIN_AUTHENTICATED.equals("true"))
$locStrings.getProperty("settings.title")
$locStrings.getProperty("settings.weblogname")
$locStrings.getProperty("settings.weblogdesc")
$locStrings.getProperty("settings.ownername")
$locStrings.getProperty("settings.owneremail")
$locStrings.getProperty("settings.theme")
$locStrings.getProperty("settings.acl")
$locStrings.getProperty("settings.acl.description")
$locStrings.getProperty("newentry.header")
$locStrings.getProperty("newentry.category")
$locStrings.getProperty("newentry.title")
$locStrings.getProperty("newcategory.title")
$locStrings.getProperty("newcategory.parent")
$locStrings.getProperty("newcategory.name")
#end