news-feed/src/main/java/org/gcube/portlets/user/newsfeed/client/templates/SingleComment.ui.xml

61 lines
2.1 KiB
XML

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder"
xmlns:g="urn:import:com.google.gwt.user.client.ui">
<ui:style>
.important {
font-weight: bold;
}
</ui:style>
<g:HTMLPanel ui:field="mainPanel">
<table class="single-comment">
<tr>
<td width="30px;" align="middle">
<g:Image styleName="member-photo" url="" ui:field="avatarImage"
width="30" height="30" />
</td>
<td width="100%" valign="TOP">
<div class="commentsPanel">
<g:HTML styleName="user-comment" ui:field="commentText" />
<g:HTML styleName="" ui:field="seeMore" />
<g:HTML styleName="user-comment-time" ui:field="timeArea" />
</div>
</td>
<td valign="top" class="comment-bgcolor">
<g:HTML height="15px" width="15px" ui:field="editImage"></g:HTML>
</td>
<td valign="top" class="comment-bgcolor">
<g:HTML height="15px" width="15px" ui:field="closeImage"></g:HTML>
</td>
</tr>
</table>
</g:HTMLPanel>
</ui:UiBinder>
<!-- <!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent"> -->
<!-- <ui:UiBinder xmlns:ui="urn:ui:com.google.gwt.uibinder" -->
<!-- xmlns:g="urn:import:com.google.gwt.user.client.ui"> -->
<!-- <ui:style> -->
<!-- .important { -->
<!-- font-weight: bold; -->
<!-- } -->
<!-- </ui:style> -->
<!-- <g:HorizontalPanel ui:field="mainPanel" styleName="single-comment"> -->
<!-- <g:SimplePanel width="30px"> -->
<!-- <g:Image styleName="member-photo" url="" ui:field="avatarImage" -->
<!-- width="30" height="30" /> -->
<!-- </g:SimplePanel> -->
<!-- <g:VerticalPanel ui:field="commentPanel" width="100%" styleName="shareContainer-in"> -->
<!-- <g:HTML styleName="user-comment" ui:field="commentText" /> -->
<!-- <g:HTML styleName="user-comment-time" ui:field="timeArea" /> -->
<!-- </g:VerticalPanel> -->
<!-- <g:SimplePanel width="15px"> -->
<!-- <g:HTML height="15px" ui:field="editImage"></g:HTML> -->
<!-- </g:SimplePanel> -->
<!-- <g:SimplePanel width="15px"> -->
<!-- <g:HTML height="15px" ui:field="closeImage"></g:HTML> -->
<!-- </g:SimplePanel> -->
<!-- </g:HorizontalPanel> -->
<!-- </ui:UiBinder> -->