1196 |
gduche |
1 |
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
|
|
|
2 |
<ui:UiBinder
|
1668 |
jpm |
3 |
xmlns:ui='urn:ui:com.google.gwt.uibinder'
|
|
|
4 |
xmlns:g='urn:import:com.google.gwt.user.client.ui'
|
|
|
5 |
xmlns:forum="urn:import:org.tela_botanica.del.client.composants.forum">
|
|
|
6 |
|
|
|
7 |
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
|
1196 |
gduche |
8 |
<ui:style src="determinationVue.css" />
|
1668 |
jpm |
9 |
|
1196 |
gduche |
10 |
<g:HTMLPanel styleName="{style.pageDetermination}">
|
1199 |
gduche |
11 |
<g:HTMLPanel styleName="limiteMax">
|
1196 |
gduche |
12 |
<g:Hyperlink ui:field="lienRetour" styleName="lien">Retour</g:Hyperlink>
|
|
|
13 |
<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}"/>
|
|
|
14 |
</g:HTMLPanel>
|
|
|
15 |
<g:HTMLPanel styleName="contenuCentre">
|
|
|
16 |
<g:HTMLPanel styleName="{style.zoneDetailImage}">
|
|
|
17 |
<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
|
|
|
18 |
<g:Label text="Votes associés à l'image" styleName="titre"></g:Label>
|
|
|
19 |
<g:HTMLPanel ui:field="voteProtocole" styleName="{style.voteProtocole}"/>
|
|
|
20 |
</g:HTMLPanel>
|
1668 |
jpm |
21 |
<g:HTMLPanel styleName="{style.zoneVote}">
|
1196 |
gduche |
22 |
<g:Label styleName="titre" text="{constants.titreDetermination}" />
|
|
|
23 |
<g:HTMLPanel styleName="nettoyage {style.boutons}">
|
1668 |
jpm |
24 |
<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="bouton" />
|
|
|
25 |
<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaire" styleName="bouton" />
|
|
|
26 |
<g:HTMLPanel ui:field="zoneRss" styleName="droite {style.zonerss}"></g:HTMLPanel>
|
|
|
27 |
</g:HTMLPanel>
|
|
|
28 |
|
|
|
29 |
<g:HTMLPanel styleName="{style.taxonProbable}">
|
1196 |
gduche |
30 |
<g:Label styleName="gauche" text="{constants.determinationPlusProbable}" />
|
|
|
31 |
<g:Label ui:field="nomTaxonProbable" styleName="gauche gras {style.nomTaxonProbable}"/>
|
|
|
32 |
<g:HTML><br /></g:HTML>
|
|
|
33 |
</g:HTMLPanel>
|
1668 |
jpm |
34 |
<g:VerticalPanel ui:field="forum" />
|
|
|
35 |
<g:HTMLPanel styleName="nettoyage {style.boutons}">
|
|
|
36 |
<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutPropositionBas" styleName="bouton" />
|
|
|
37 |
<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaireBas" styleName="bouton" />
|
|
|
38 |
</g:HTMLPanel>
|
|
|
39 |
</g:HTMLPanel>
|
|
|
40 |
<g:HTMLPanel styleName="{style.zoneOutils}">
|
|
|
41 |
<g:Label text="Pour vous aider : " styleName="titre3"></g:Label>
|
|
|
42 |
<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
|
|
|
43 |
|
|
|
44 |
<g:Label styleName="{style.autreOutils} sousTitre">Vérifier sa détermination</g:Label>
|
|
|
45 |
<g:Label styleName="lienListe labelLien" ui:field="lienEflore">eFlore</g:Label>
|
|
|
46 |
|
|
|
47 |
<g:Label styleName="{style.autreOutils} sousTitre">Autres outils en ligne</g:Label>
|
|
|
48 |
<g:Label styleName="lienListe labelLien" ui:field="lienOuvrages">Flores numérisées</g:Label>
|
|
|
49 |
<g:Label styleName="lienListe labelLien" ui:field="lienBonnier">Flore Bonnier interactive</g:Label>
|
|
|
50 |
<g:Label styleName="lienListe labelLien" ui:field="lienCles">Clés de détermination</g:Label>
|
|
|
51 |
|
|
|
52 |
</g:HTMLPanel>
|
|
|
53 |
</g:HTMLPanel>
|
1196 |
gduche |
54 |
</g:HTMLPanel>
|
|
|
55 |
</ui:UiBinder>
|