Site
Blog It-Skin Template-skittlish
#single-entry-view
(:if false:)[[#single-entry-view]](:if:)
(:div9998 class="article":)
(:includesection "#meta-data-head entryauthor='{*$:entryauthor}' entrydate={*$:entrydate} group={*$Group} page={*$Name} ":)
(:div9999 class="body":)
{*$:entrybody}
(:div9999end:)
(:includesection "#meta-data-foot entrytags={*$:entrytags} comments={*$entrycomments} group={*$Group} page={*$Name}":)
(:includesection "#comments-pagelist pagename={*$Name} group={*$Group} entrycomments={*$:entrycomments} divid=commentslist":)
(:div9998end:)
[[#single-entry-viewend]]
#multi-entry-view
(:if false:)[[#multi-entry-view]](:if:)
(:template each:)
(:div9998 class="article":)
!! %block title%[[{=$FullName}|{=$Title}]]
(:includesection "#meta-data-head entryauthor='{=$:entryauthor}' entrydate={=$:entrydate} group={=$Group} page={=$Name} ":)
(:div9999 class="body":)
(:blogit intro:){=$:entrybody}(:blogitend:)
%blogit-more%(:blogit more {=$FullName}:){=$:entrybody}(:blogitend:)%%
(:div9999end:)
(:includesection "#meta-data-foot entrytags={=$:entrytags} comments={=$entrycomments} group={=$Group} page={=$Name}":)
(:div9998end:)
(:template last:)
(:includesection "#page-navigation itemsonpage={$$PageCount} pagenav={$$pagenav} perpage={$$perpage}":)
[[#multi-entry-viewend]]
Meta Data Sections
#meta-data-head
Parameters: entryauthor, entrydate, group, page
(:if false:)[[#meta-data-head]](:if:)
%meta%written \
(:if1 !equal "{$$entryauthor}" "":)by (:if2 exists {$bi_AuthorGroup}.{$$entryauthor}:)[[{$bi_AuthorGroup}/{$$entryauthor}]](:else2:){$$entryauthor}(:if2:)(:if1:) \
on {(ftime fmt="%a, %d %b %Y @%H:%M" when=@{$$entrydate})} \
(:if auth edit:)%meta accesskey="$[ak_edit]"%[[{$$group}.{$$page}?action=blogitedit | $[edit]]]%%(:if:)
[[#meta-data-headend]]
#meta-data-foot
Parameters: entrytags, comments, group, page
(:if false:)[[#meta-data-foot]](:if:)
(:div9999 class="footer":)
(:if [ !equal {$$comments} "{$bi_CommentType_NONE}" && equal {$bi_CommentsEnabled} true ] :)\
%comments%[[{$$group}.{$$page}#commentblock | \
(:includesection "#comments-count-pagelist entrygroup='{$$group}' entryname='{$$page}' commentstatus=true":) comment(s)]]%%\
(:if:)
!!!!%meta%(:if !equal "{$$entrytags}" "":)tags: (:blogit tags:){$$entrytags}(:blogitend:)(:if:)
(:div9999end:)
[[#meta-data-footend]]
Comments
#comment-view
(:if false:)[[#comment-view]](:if:)
(:template first:)
(:if equal {$$onlyunapproved} "false":)
!!!%block content%$[Comments]
(:if:)
(:template each:)
(:if [ equal {$$onlyunapproved} "true" && !equal {(bi_base {=$FullName})} {(bi_base {<$FullName})} ]:)
!!! [[{(bi_base {=$FullName})} | {{(bi_base {=$FullName})}$Title}]](:if:)
* %apply=item class=comment%\
%meta%'''(:if [ equal "{$bi_LinkToCommentSite}" "true" && !equal "{=$:website}" "" ] :)[[{=$:website} | {=$:commentauthor}]](:else:){=$:commentauthor}(:if:)''' on ''{(ftime fmt="%a, %d %b %Y @%H:%M" when=@{=$:commentdate})}''\
(:if [ auth admin && equal {=$:commentapproved} false ] :)\
| [[{*$FullName}?action=blogitapprove&pn={=$FullName} | $[approve]]](:if:)\
(:if auth admin:) | [[{=$FullName}?action=edit | $[edit]]](:if:)
%body%(:blogit multiline:){=$:commenttext}(:blogitend:)%%
[[#comment-viewend]]
#comment-form
(:if false:)[[#comment-form]](:if:)
!!!%block content%$[Leave a comment]
(:messages:)
(:fieldset:)
:$[Name] $[(required)]:(:input text $:commentauthor id="comment-author":)
:$[E-mail] $[(required, will not be published)]:(:input text $:email id="comment-email":)
:$[Website]:(:input text $:website id="comment-website":)
:$[Comment]:(:input textarea $:commenttext rows=10 cols=50 id="comment-text":)
(:if equal {$EnablePostCaptchaRequired} 1:):Enter value: {$Captcha}:(:input captcha:) (:if:)\
(:input submit name=post value="$[Post]" id="comment-post":)
(:fieldsetend:)
[[#comment-formend]]