%STARTINCLUDE%
~~~
%~~ DBQUERY{"TopicType=~'\bBlogLink\b'
~~~ %IFDEFINED{"%CAT%" then="AND SubjectCategory=~'\b%CAT%\b'" glue="off"}%
~~~ %IFDEFINED{"%NOCAT%" then="AND !(SubjectCategory=~'\b%NOCAT%\b')" glue="off"}%
~~~ %IFDEFINED{"%AUTHOR%" then="AND BlogAuthor=~'\b%AUTHOR%\b'" glue="off"}%"
~~~ web="%WEB%"
~~~ order="Name" hidenull="on"
~~~ header="<div class=\"blogSideBarSection blogSideBarAggregations\"><noautolink>
~~~ <h1 class=\"blogSideBarHeader\">
*~~ %IFDEFINED{"%TITLE%" then="%TITLE%" else="Blogroll"}%
*~~ $percntREDDOT{\"%WEB%.%TOPIC%\"}$percnt</h1><ul>"
~~~ format="<li>
~~~ $percntIFDEFINEDTHEN{\"$formfield(Feed)\" glue=\"off\"}$percnt
~~~ <a href=\"%SCRIPTURLPATH{"view"}%/$web/$topic
*~~ %IFDEFINED{"%CAT%" then="?cat=%CAT%"}%\"
~~~ title=\"$formfield(Headline)\">$formfield(Name)</a>
~~~ $percntELSEDEFINED$percnt
~~~ <a href=\"$formfield(Url)\"
~~~ title=\"$formfield(Headline)\">$formfield(Name)</a>
*~~ $percntREDDOT{\"$web.$topic\"}$percnt
~~~ $percntFIDEFINED$percnt </li>"
~~~ footer="</ul></noautolink></div>"
~~~ }%
*~~
~~~
%STOPINCLUDE%
| TopicForm | |
|---|---|
| TopicType | TopicFunction |
| TopicDescription | Render the list of BlogLinks in the sidebar |