Line 4... |
Line 4... |
4 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
4 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
5 |
xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
|
5 |
xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
|
Line 6... |
Line 6... |
6 |
|
6 |
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
- |
|
8 |
<ui:style src="determinationVue.css" />
|
- |
|
9 |
<g:HTMLPanel>
|
- |
|
10 |
|
8 |
<ui:style src="determinationVue.css" />
|
11 |
<g:HTMLPanel>
|
- |
|
12 |
<g:Label text="Métadonnées" styleName="titre"/>
|
- |
|
13 |
<g:HTMLPanel ui:field="metadonnees" />
|
9 |
<g:HorizontalPanel styleName="{style.zoneDetermination}">
|
14 |
</g:HTMLPanel>
|
10 |
<g:VerticalPanel styleName="{style.zoneDetailImage}">
|
15 |
<g:HTMLPanel styleName="{style.zoneDetailImage}">
|
11 |
<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
|
16 |
<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
|
12 |
<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
|
17 |
<g:VerticalPanel ui:field="voteProtocole" />
|
13 |
</g:VerticalPanel>
|
18 |
</g:HTMLPanel>
|
14 |
<g:VerticalPanel styleName="{style.zoneVote}">
|
19 |
<g:HTMLPanel styleName="{style.zoneVote}">
|
15 |
<g:HTMLPanel ui:field="metadonnees"/>
|
20 |
<g:Label styleName="titre">Détermination/Confirmation</g:Label>
|
- |
|
21 |
<g:HTMLPanel>
|
16 |
<g:VerticalPanel ui:field="vote" />
|
22 |
<g:Label styleName="gauche">Détermination la plus probable : </g:Label>
|
17 |
<g:VerticalPanel ui:field="barreRepartition" styleName="{style.zoneBarreRepartition} repartitionVoteTaxonPopulaire"/>
|
23 |
<g:HTMLPanel ui:field="barreRepartition" styleName="gauche {style.barreRepartition}"/>
|
18 |
<g:HTML><br /></g:HTML>
|
24 |
</g:HTMLPanel>
|
19 |
<g:VerticalPanel ui:field="forum" />
|
25 |
<g:HTMLPanel>
|
- |
|
26 |
<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="{style.boutonProposer}" />
|
- |
|
27 |
<g:Button text="Ajouter un commentaire" ui:field="boutonAjoutCommentaire" styleName="{style.boutonProposer}" />
|
- |
|
28 |
</g:HTMLPanel>
|
- |
|
29 |
<g:VerticalPanel ui:field="forum" />
|
- |
|
30 |
</g:HTMLPanel>
|
- |
|
31 |
<g:HTMLPanel styleName="{style.zoneOutils} gauche">
|
20 |
<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="{style.boutonProposer}" />
|
32 |
<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
|
21 |
</g:VerticalPanel>
|
33 |
</g:HTMLPanel>
|
Line 22... |
Line 34... |
22 |
</g:HorizontalPanel>
|
34 |
</g:HTMLPanel>
|
23 |
|
35 |
|