r1 - 12 Sep 2007 - 19:32:44 - TWikiGuestYou are here: CWiki >  Blogs Web > TopicFunction > RenderImageUtilisation

Function: RenderImageUtilisation

Render list of backlings to the BlogImages

Parameters

NONE

Implementation

%STARTINCLUDE%
<div class="blogSideBarSection blogImageSection">
%~~ DBQUERY{
~~~   "TopicType=~'\bBlogEntry\b' 
~~~    AND State='published'
~~~    AND (Teaser=~'<img ' OR Text=~'<img ' OR Teaser=~'25IMAGE.7b' OR Text=~'25IMAGE.7b')
~~~   "
~~~   hidenull="on" order="created" reverse="on"
~~~   header="<h1>Image Utilization</h1><ul>"
~~~   format="<li>[[$web.$topic][$expand(Headline or TopicDescription)]]</li>"
~~~   footer="</ul>"
~~~ }%
</div>
%STOPINCLUDE%

Test

Calls to 'RenderImageUtilisation'

TopicForm
TopicType TopicFunction
TopicDescription Render list of backlings to the BlogImages
Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r1 | More topic actions
 
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.