Changes for page TwitterMacros

Last modified by Ludovic Dubost on 2009/01/02 17:09

From version 13.1
edited by Ludovic Dubost
on 2009/01/02 16:49
Change comment: There is no comment for this version
To version 10.1
edited by Ludovic Dubost
on 2009/01/02 16:44
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -4,14 +4,19 @@
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
13 +<br />
11 11  <span style="color: #A2AAAA; font-size: 10px;">$xwiki.formatDate($msg.createdAt) #if($msg.source!="")from $msg.source #end</span>
12 -</div>
15 +</td>
16 +</tr>
13 13  #end
14 14  #end
19 +</table>
15 15  {/pre}
16 16  #end
17 17