notifications/src/main/java/org/gcube/portlets/user/notifications/client/view/templates/SingleNotificationView.ui.xml

21 lines
703 B
XML
Raw Normal View History

<!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">
<g:HTMLPanel ui:field="mainPanel">
<table class="single-notification-table">
<tr>
<td width="30px;" align="middle">
<g:Image styleName="notification-photo" url="" ui:field="notificationImage"
width="30" height="30" />
</td>
<td valign="TOP">
<g:HTML styleName="user-notification" ui:field="notificationText" />
</td>
<td valign="top" width="100%">
<g:HTML styleName="user-notification-time" ui:field="timeArea" />
</td>
</tr>
</table>
</g:HTMLPanel>
</ui:UiBinder>