Changes for page TwitterMacros
Last modified by Ludovic Dubost on 2009/01/02 17:09
From version 12.1
edited by Ludovic Dubost
on 2009/01/02 16:48
on 2009/01/02 16:48
Change comment:
There is no comment for this version
To version 9.1
edited by Ludovic Dubost
on 2009/01/02 16:42
on 2009/01/02 16:42
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -4,14 +4,18 @@ 4 4 5 5 #macro(twitter_display $list $nb $withuser) 6 6 {pre} 7 +<table> 7 7 #foreach($msg in $list) 8 8 #if($velocityCount<$nb) 9 -<div style="border: 0px; border-bottom:1px dashed #D2DADA;"> 10 +<tr> 11 +<td style="border: 0px; border-bottom:1px dashed #D2DADA;"> 10 10 #if($withuser)<a href="$msg.user.URL">$msg.user.name</a>#end $msg.text 11 11 <span style="color: #A2AAAA; font-size: 10px;">$xwiki.formatDate($msg.createdAt) #if($msg.source!="")from $msg.source #end</span> 14 +</td> 15 +</tr> 12 12 #end 13 -</div> 14 14 #end 18 +</table> 15 15 {/pre} 16 16 #end 17 17