Subversion Repositories eFlore/Applications.del

Rev

Rev 1690 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

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