Subversion Repositories eFlore/Applications.del

Rev

Rev 1196 | Blame | Compare with Previous | Last modification | View Log | RSS feed

<!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:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
<ui:style src="detailObservation.css" />
        <g:VerticalPanel>
                <g:Image ui:field="imageObservation"/>
                <g:VerticalPanel ui:field="detailObservation" styleName="{style.detailObservation}">
                                        <g:HorizontalPanel styleName="{style.observateur}">
                                                <!-- g:Label text="{constants.observateur} : "/ -->
                                                <g:Label ui:field="nomObservateur" /><g:HTML>&nbsp;-&nbsp;</g:HTML><g:Label ui:field="localite" /><g:HTML>&nbsp;-&nbsp;</g:HTML><g:Label ui:field="dateObservation" />
                                        </g:HorizontalPanel>
                                        <g:HorizontalPanel>
                                                <!-- <g:Label text="{constants.nom_retenu} : "/> -->
                                                <g:Label ui:field="nomRetenu"  styleName="{style.nomRetenu}"/>
                                                
                                        </g:HorizontalPanel>
                                        <g:HorizontalPanel styleName="{style.date}">
                                                <!-- <g:Label text="{constants.date_observation} : "/> -->
                                                
                                        </g:HorizontalPanel>
                                        <g:HorizontalPanel>
                                                <!-- <g:Label text="{constants.famille} : "/> -->
                                                <g:HorizontalPanel><g:Label ui:field="famille" /></g:HorizontalPanel>
                                                
                                        </g:HorizontalPanel>
                                        <g:HorizontalPanel>
                                                <!-- <g:Label text="{constants.localite} : "/> -->
                                                
                                        </g:HorizontalPanel>
                </g:VerticalPanel>
        </g:VerticalPanel>

</ui:UiBinder>