My favorites | Sign in
Project Logo
                
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<tpl:WidgetName>Last comments</tpl:WidgetName>
<tpl:WidgetDescription>List last comments</tpl:WidgetDescription>
<tpl:WidgetDefineBlock name="Main">
<div class="lastcomments">
<h2>{{tpl:WidgetText name="title" title="Title:" default="Last comments" order="1"}}</h2>
<ul>
<tpl:Comments lastn="5">
<li><a href="{{tpl:CommentPostURL}}#c{{tpl:CommentID}}">{{tpl:CommentEntryTitle}} - {{tpl:CommentAuthor}}</a></li>
</tpl:Comments>
</ul>
</div>
</tpl:WidgetDefineBlock>
<tpl:WidgetCheckboxIf name="homeonly" value="1" title="Home page only" default="1" order="2">
<tpl:WidgetPageTypeIf type="default">
{{tpl:WidgetUseBlock name="Main"}}
</tpl:WidgetPageTypeIf>
</tpl:WidgetCheckboxIf>
<tpl:WidgetCheckboxIf name="homeonly" value="0">
{{tpl:WidgetUseBlock name="Main"}}
</tpl:WidgetCheckboxIf>
Show details Hide details

Change log

r142 by olivier.azeau on Mar 30, 2008   Diff
templateWidget 1.0
http://barrejadis.azeau.com/post/2008/03/3
0/Extension-pour-Dotclear-2-%3A-creer-un-
widget-a-laide-dun-simple-fichier-
template-html
Go to: 
Project members, sign in to write a code review

Older revisions

r141 by olivier.azeau on Mar 30, 2008   Diff
templateWidget 1.0
http://barrejadis.azeau.com/post/2008/
03/30/Extension-pour-Dotclear-2-%3A-
creer-un-widget-a-laide-dun-simple-
fichier-template-html
All revisions of this file

File info

Size: 812 bytes, 20 lines
Hosted by Google Code