Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 655 → Rev 656

/trunk/src/org/tela_botanica/del/client/vues/rechercheobservations/resultats/observations/ObservationVue.ui.xml
6,15 → 6,25
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary" />
 
<ui:style src="observation.css" />
 
<g:HTMLPanel styleName="ligne {style.ligneObservation} ombre-faible limiteMin limiteMax arrondi">
<g:HTMLPanel styleName="colonne quart">
<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
<g:Label ui:field="lienDeterminer" styleName="acceder-outil {style.accesOutil}" text="{constants.voirFicheIndividu}" />
</g:HTMLPanel>
<g:HTMLPanel styleName="{style.ligneObservation}">
<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
<g:HTMLPanel ui:field="imagesPanel" styleName="{style.images}" />
<g:HTMLPanel styleName="{style.panneauDeterminations}">
<g:Label ui:field="lienDeterminer" styleName="acceder-outil" text="{constants.voirFicheIndividu}" />
<g:HTMLPanel ui:field="determinationsPanel" />
<g:Button ui:field="boutonAjoutProposition" styleName="{style.boutonDetermination}"
text="{constants.proposerSaDetermination}" />
<g:HTMLPanel styleName="colonne">
<g:HTMLPanel ui:field="imagesPanel" />
</g:HTMLPanel>
<g:HTMLPanel styleName="colonne tiers aDroite">
<g:HTMLPanel styleName="{style.panneauDeterminations}">
<g:HTMLPanel ui:field="determinationsPanel" />
<g:Button ui:field="boutonAjoutProposition" styleName="{style.boutonDetermination} arrondi" text="{constants.proposerSaDetermination}" />
</g:HTMLPanel>
</g:HTMLPanel>
<g:HTML><br class="nettoyage"/></g:HTML>
</g:HTMLPanel>
</ui:UiBinder>