Rev 58 | Rev 69 | Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | RSS feed
<ui:UiBinder xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'>
<ui:with field='res' type='org.tela_botanica.del.client.Ressources' />
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
<g:HTMLPanel>
<g:VerticalPanel>
<g:HorizontalPanel>
<g:VerticalPanel>
<g:Label text="{constants.taxon_a_determiner} : " />
<g:HorizontalPanel>
<g:Image ui:field="imagePrincipale" />
</g:HorizontalPanel>
<g:HTML>
<br />
</g:HTML>
<g:HorizontalPanel>
<g:Label text="{constants.metadonnees_photo} : " />
</g:HorizontalPanel>
<g:HTML>
<br />
</g:HTML>
<g:HorizontalPanel>
<g:Label text="{constants.observateur} : " />
<g:Label ui:field="nomAuteur"></g:Label>
</g:HorizontalPanel>
<g:Label text="----------------" />
<g:HorizontalPanel>
<g:Label text="{constants.date_observation} : " />
<g:Label ui:field="dateObservation"></g:Label>
</g:HorizontalPanel>
<g:Label text="----------------" />
<g:HorizontalPanel>
<g:Label text="{constants.commentaires} : " />
<g:Label ui:field="famille"></g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.mots_clefs} : " />
<g:Label ui:field="motsClefs"></g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.valide_par} : " />
<g:Label ui:field="validateurs"></g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.date_validation} : " />
<g:Label ui:field="dateValidation"></g:Label>
</g:HorizontalPanel>
</g:VerticalPanel>
<g:VerticalPanel>
<g:Label text="{constants.image_eflore} : " />
<g:HorizontalPanel>
<g:Image ui:field="scrollLeftImage" resource='{res.arrowLeft}' />
<g:Image ui:field="imageEflore" />
<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}' />
</g:HorizontalPanel>
<g:HTML>
<br />
</g:HTML>
<g:HorizontalPanel>
<g:Label text="{constants.metadonnees_photo} : " />
</g:HorizontalPanel>
<g:HTML>
<br />
</g:HTML>
<g:HorizontalPanel>
<g:Label text="{constants.taxon} : " />
<g:Label ui:field="nomEspeceEflore"></g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.localite} : " />
<g:Label ui:field="localiteEflore"></g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.auteur} : " />
<g:Label ui:field="nomAuteurEflore"></g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.transmis_le} : " />
<g:Label ui:field="dateObservationEflore"></g:Label>
</g:HorizontalPanel>
</g:VerticalPanel>
</g:HorizontalPanel>
</g:VerticalPanel>
</g:HTMLPanel>
</ui:UiBinder>