r1 - 31 Aug 2006 - 15:09:44 - TWikiGuestYou are here: CWiki >  _BlogPlugin Web > TopicFunction > RenderTopicTypes

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/$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'

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
Blog.RenderTopicTypes moved from Blog.RenderRecentTopicTypes on 19 Oct 2005 - 15:52 by MichaelDaum?
 
CWiki
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding CWiki? Send feedback.