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
Topic revision: r4 - 2009-06-04 - 14:26:36 - TWikiAdminUser
 
Copyright © 1999-2012 by the contributing authors. All material on this collaboration platform is the property of the contributing authors. Ideas, requests, problems regarding TWiki? Send feedback.