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" />
|
662 |
gduche |
9 |
<g:HTMLPanel styleName="limiteMin">
|
625 |
gduche |
10 |
|
|
|
11 |
<g:HTMLPanel>
|
645 |
gduche |
12 |
<g:Label text="{constants.metadonnees}" styleName="titre"/>
|
625 |
gduche |
13 |
<g:HTMLPanel ui:field="metadonnees" />
|
|
|
14 |
</g:HTMLPanel>
|
|
|
15 |
<g:HTMLPanel styleName="{style.zoneDetailImage}">
|
135 |
gduche |
16 |
<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
|
649 |
gduche |
17 |
<g:HTMLPanel ui:field="voteProtocole" />
|
625 |
gduche |
18 |
</g:HTMLPanel>
|
|
|
19 |
<g:HTMLPanel styleName="{style.zoneVote}">
|
645 |
gduche |
20 |
<g:Label styleName="titre" text="{constants.titreDetermination}" />
|
625 |
gduche |
21 |
<g:HTMLPanel>
|
|
|
22 |
<g:Label styleName="gauche">Détermination la plus probable : </g:Label>
|
645 |
gduche |
23 |
<g:Label ui:field="nomTaxonProbable" styleName="gauche gras"/>
|
625 |
gduche |
24 |
</g:HTMLPanel>
|
662 |
gduche |
25 |
<g:HTMLPanel styleName="nettoyage {style.boutons}">
|
|
|
26 |
<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="bouton" />
|
663 |
benjamin |
27 |
<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaire" styleName="bouton" />
|
625 |
gduche |
28 |
</g:HTMLPanel>
|
|
|
29 |
<g:VerticalPanel ui:field="forum" />
|
|
|
30 |
</g:HTMLPanel>
|
|
|
31 |
<g:HTMLPanel styleName="{style.zoneOutils} gauche">
|
|
|
32 |
<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
|
|
|
33 |
</g:HTMLPanel>
|
|
|
34 |
</g:HTMLPanel>
|
41 |
aurelien |
35 |
|
|
|
36 |
</ui:UiBinder>
|