Author: rhirsch
Date: Wed Oct 14 07:06:07 2009
New Revision: 825037
URL: http://svn.apache.org/viewvc?rev=825037&view=rev
Log:
[ESME-110] Wrong fields in the public timeline
Patch from Xuefeng Wu applied
Modified:
incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html
Modified:
incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html
URL:
http://svn.apache.org/viewvc/incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html?rev=825037&r1=825036&r2=825037&view=diff
==============================================================================
--- incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html
(original)
+++ incubator/esme/trunk/server/src/main/webapp/templates-hidden/message.html
Wed Oct 14 07:06:07 2009
@@ -96,21 +96,22 @@
<lift:comet type="PublicTimeline"/>
<tbody id="public_timeline_messages">
<tr id="message">
- <td><img id="avatar" src="/images/avatar.jpg"
alt="Anonymous" width="50px"/><div id="author">anon</div></td>
- <td id="author">dhague</td>
+ <td><img id="avatar" src="/images/avatar.jpg"
alt="Anonymous" width="50px"/><div id="author">anon</div></td>
<td class="message">
<div class="outer">
<div class="inner clear">
- <p class="text" id="body">This is a public
timeline message in the HTML for designers.</p>
+ <p class="text" id="body">This is a test
message in the HTML for designers.</p>
</div>
<div class="metainfo">
- <span id="when" class="date">now</span>
+ <span id="pool">in pool PUBLIC</span>
+ <span id="reason">resent by me</span>
+ <span id="when" class="date">today</span>
</div>
</div>
</td>
<td id="tags" class="tag">
- <p id="tag"><a href="tag/tagA">tagA</a></p>
- <p id="tag"><a href="tag/tagB">tagB</a></p>
+ <p id="tag"><a href="tag/tag1">tag1</a></p>
+ <p id="tag"><a href="tag/tag2">tag2</a></p>
</td>
</tr>
</tbody>