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

23 lines
682 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="">
<tr>
<td width="150px;" align="middle">
<a href="">
<g:Image title="Edit Profile Picture" styleName="user-photo"
url="" ui:field="avatarImage" width="120" height="120" />
</a>
</td>
<td width="350px;" valign="top">
<div class="">
<div class="full-name">Massimiliano Assante</div>
<div class="headline">Researcher</div>
</div>
</td>
</tr>
</table>
</g:HTMLPanel>
</ui:UiBinder>