social-profile/src/main/java/org/gcube/portlets/user/socialprofile/client/ui/DisplayProfile.ui.xml

22 lines
547 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>
<table class="">
<tr>
<td width="150px;" align="middle">
<a href="">
<g:Image title="Edit Profile Picture" styleName="member-photo"
url="" ui:field="avatarImage" width="150" height="150" />
</a>
</td>
<td>
<div class="">
SSSSSS
</div>
</td>
</tr>
</table>
</g:HTMLPanel>
</ui:UiBinder>