Function: RenderTopicTypes

Render list of TopicTypes

Parameters

Implementation

%STARTINCLUDE%
*~~ <div class="blogSideBarSection blogSideBarTopicType">
~~~   <h1>%NAME%%REDDOT{"%WEB%.%TOPIC%"}%</h1>
~~~   <noautolink>
~~~   <ol>
%~~     DBQUERY{"TopicType=~'\b%NAME%\b'" 
~~~       separator=" "
~~~       format="<li> 
~~~         <a href=\"%SCRIPTURLPATH%/view.pl/$web/$topic\" 
~~~            title=\"$formfield(TopicDescription)\"
~~~            style=\"$percntIFDEFINED{\"$web.$topic\" as=\"%BASEWEB%.%BASETOPIC%\" then=\"color:red\"}$percnt\">
~~~           $topic
~~~         </a></li>"
~~~    }%
~~~   </ol>
~~~   </noautolink>
~~~ </div>
*~~
%STOPINCLUDE%

Test

Calls to 'RenderTopicTypes'

Blog.RenderTopicTypes moved from Blog.RenderRecentTopicTypes on 19 Oct 2005 - 15:52 by MichaelDaum?