Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 133 → Rev 135

/src/org/tela_botanica/del/client/vues/plateformedetermination/DeterminationVue.ui.xml
3,13 → 3,21
xmlns:ui='urn:ui:com.google.gwt.uibinder'
xmlns:g='urn:import:com.google.gwt.user.client.ui'
xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
<ui:style src="determinationVue.css" />
<g:HorizontalPanel styleName="{style.zoneDetermination}">
<g:VerticalPanel styleName="{style.zoneDetailImage}">
<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
</g:VerticalPanel>
<g:VerticalPanel styleName="{style.zoneVote}">
<g:VerticalPanel ui:field="vote" styleName="plein"/>
<g:HTML><br /></g:HTML>
<g:VerticalPanel ui:field="forum" styleName="plein"/>
<g:HTML><br /></g:HTML>
<g:VerticalPanel ui:field="formulaireProposition" styleName="plein"/>
</g:VerticalPanel>
</g:HorizontalPanel>
 
<g:VerticalPanel>
<g:VerticalPanel ui:field="detailImageObservation" />
<g:VerticalPanel ui:field="vote" />
<g:VerticalPanel ui:field="forum" />
<g:VerticalPanel ui:field="formulaireProposition" />
<g:VerticalPanel ui:field="formulaireRechercheEflore" />
</g:VerticalPanel>
 
</ui:UiBinder>