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

24 lines
799 B
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">
<g:HTMLPanel ui:field="mainPanel">
<table class="">
<tr>
<td width="120px;" align="middle">
<a href="">
<g:Image title="Edit Profile Picture" styleName="user-photo"
url="" ui:field="avatarImage" width="100" height="100" />
</a>
</td>
<td width="350px;" valign="top">
<div class="user-details">
<g:HTML styleName="full-name" ui:field="userFullName"></g:HTML>
<g:HTML styleName="headline" ui:field="headline"></g:HTML>
<g:HTML styleName="institution" ui:field="institution"></g:HTML>
</div>
</td>
</tr>
</table>
</g:HTMLPanel>
</ui:UiBinder>