Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 393 → Rev 394

/trunk/src/org/tela_botanica/del/client/vues/rechercheimages/resultats/images/ImageVue.ui.xml
13,26 → 13,16
<g:VerticalPanel styleName="{style.zoneCache}" ui:field="zoneCache">
<g:VerticalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.observateur} : "/>
<g:Label text="{constants.observateur}" styleName="gris petit"/>
<g:Label ui:field="nomObservateur">Nom observateur</g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.nomRetenu} : "/>
<g:Label text="{constants.nomRetenu}" styleName="gris petit"/>
<g:Label ui:field="nomRetenu">Nom retenu</g:Label>
</g:HorizontalPanel>
<g:HorizontalPanel>
<g:Label text="{constants.dateObservation} : "/>
<g:Label text="{constants.famille}" styleName="gris petit"/>
<g:Label ui:field="famille">Famille</g:Label>
<g:Label text="{constants.dateObservation}" styleName="gris petit"/>
<g:Label ui:field="dateObservation">Date observation</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:Label text="{constants.localite}" styleName="gris petit"/>
<g:Label ui:field="localite">Localite</g:Label>
</g:VerticalPanel>
</g:VerticalPanel>
</g:HTMLPanel>