Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 57 → Rev 58

/src/org/tela_botanica/del/client/vues/comparaisoneflore/ComparaisonEfloreVue.ui.xml
1,27 → 1,58
<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:Image ui:field="imagePrincipale" />
<g:Label ui:field="nomEspece">Nom</g:Label>
<g:Label ui:field="nomAuteur">Auteur</g:Label>
<g:Label ui:field="dateObservation">Date</g:Label>
<g:Label ui:field="famille">Famille</g:Label>
<g:Label ui:field="localite">Localite</g:Label>
<g:Label text="{constants.taxon_a_determiner} : " />
<g:HorizontalPanel>
<g:Image ui:field="imagePrincipale" />
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.nom_retenu} : " />
<g:Label ui:field="nomEspece">Nom</g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.observateur} : " />
<g:Label ui:field="nomAuteur">Auteur</g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.date_observation} : " />
<g:Label ui:field="dateObservation">Date</g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.famille} : " />
<g:Label ui:field="famille">Famille</g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.localite} : " />
<g:Label ui:field="localite">Localite</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="scrollLeftImage" resource='{res.arrowLeft}' />
<g:Image ui:field="imageEflore" />
<g:Image ui:field="scrollRightImage" resource='{res.arrowRight}' />
</g:HorizontalPanel>
<g:Label ui:field="nomEspeceEflore">Nom</g:Label>
<g:Label ui:field="nomAuteurEflore">Auteur</g:Label>
<g:Label ui:field="localiteEflore">Localite</g:Label>
<g:Label ui:field="dateObservationEflore">Date</g:Label>
<g:HorizontalPanel>
<g:Label text="{constants.nom_retenu} : " />
<g:Label ui:field="nomEspeceEflore">Nom</g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.observateur} : " />
<g:Label ui:field="nomAuteurEflore">Auteur</g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.localite} : " />
<g:Label ui:field="localiteEflore">Localite</g:Label>
<g:Label ui:field="dateObservationEflore">Date</g:Label>
</g:HorizontalPanel>
</g:VerticalPanel>
</g:HorizontalPanel>
</g:VerticalPanel>