Defines layout of content in
DiscussionTopics. See also
DiscussionForumsTopicViewTemplate? that defines overall page layout of
DiscussionTopics.
Documentation
Parameters
Css
Implementation
Header Section
%STARTSECTION{"header"}%
%~~ DBQUERY{topic="%BASETOPIC%"
~~~ web="%BASEWEB%"
~~~ format="---+ $expand(TopicTitle)
~~~ $n<span class='twikiSmall'> __Originally posted by
~~~ $percntREVINFO{\"$wikiusername on
~~~ $date\"
~~~ rev=\"1\"
~~~ }$percnt under $expand(DiscussionForum)__
~~~ </span>"
~~~ footer="$n $n"
~~~ }%
%ENDSECTION{"header"}%
Footer Section
%STARTSECTION{"footer"}%
<div class="commentBox">
%~~ IFDEFINED{"%WIKINAME%" as="TWikiGuest"
~~~ then="$n$n _Please $percntLOGIN$percnt or
~~~ [[$percntSYSTEMWEB$percnt.TWikiRegistration][register]] to post comments._ "
~~~ else="$percntCOMMENT{type=\"styled_comment\"
~~~ target=\"%BASEWEB%.%BASETOPIC%#AddComment\"}$percnt"
~~~ glue="off"
~~~ }%</div>
%ENDSECTION{"footer"}%
Copyright