41 |
aurelien |
1 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
|
|
|
2 |
<ui:UiBinder
|
|
|
3 |
xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
4 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
46 |
aurelien |
5 |
xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
|
135 |
gduche |
6 |
|
|
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
|
|
8 |
<ui:style src="determinationVue.css" />
|
|
|
9 |
<g:HorizontalPanel styleName="{style.zoneDetermination}">
|
|
|
10 |
<g:VerticalPanel styleName="{style.zoneDetailImage}">
|
|
|
11 |
<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
|
|
|
12 |
<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
|
|
|
13 |
</g:VerticalPanel>
|
|
|
14 |
<g:VerticalPanel styleName="{style.zoneVote}">
|
238 |
gduche |
15 |
<g:VerticalPanel ui:field="vote" />
|
|
|
16 |
<g:VerticalPanel ui:field="barreRepartition" styleName="{style.zoneBarreRepartition} repartitionVoteTaxonPopulaire"/>
|
135 |
gduche |
17 |
<g:HTML><br /></g:HTML>
|
238 |
gduche |
18 |
<g:VerticalPanel ui:field="forum" />
|
262 |
aurelien |
19 |
<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="{style.boutonProposer}" />
|
135 |
gduche |
20 |
</g:VerticalPanel>
|
|
|
21 |
</g:HorizontalPanel>
|
41 |
aurelien |
22 |
|
|
|
23 |
</ui:UiBinder>
|