Subversion Repositories eFlore/Applications.del

Rev

Rev 1834 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
1196 gduche 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'
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"/>
8
	<ui:style src="determinationVue.css" />
9
	<g:HTMLPanel styleName="{style.pageDetermination}">
10
		<g:HTMLPanel styleName="limiteMax">
1689 jpm 11
			<g:HTMLPanel styleName="{style.limiteZoneMenu}">
12
				<g:Hyperlink ui:field="lienRetour" styleName="lienRetour">Retour</g:Hyperlink>
1690 jpm 13
				<g:HTMLPanel ui:field="zoneActionsObs">
14
					<g:Button ui:field="btnDepublierObs" text="{constants.depublierObs}" styleName="droite bouton {style.btnDepublierObs}" />
15
				</g:HTMLPanel>
1689 jpm 16
			</g:HTMLPanel>
17
			<g:HTMLPanel styleName="{style.limiteZoneMetadonnees}">
18
				<g:HTMLPanel ui:field="metadonnees" styleName="{style.metadonnees}" />
19
			</g:HTMLPanel>
1196 gduche 20
		</g:HTMLPanel>
21
		<g:HTMLPanel styleName="contenuCentre">
22
			<g:HTMLPanel styleName="{style.zoneDetailImage}">
1689 jpm 23
				<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}" />
1196 gduche 24
			</g:HTMLPanel>
1689 jpm 25
			<g:HTMLPanel styleName="{style.zoneVote}">
1196 gduche 26
				<g:Label styleName="titre" text="{constants.titreDetermination}" />
27
				<g:HTMLPanel styleName="nettoyage {style.boutons}">
1689 jpm 28
					<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" 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>
31
				</g:HTMLPanel>
32
 
33
				<g:VerticalPanel ui:field="forum" />
34
				<g:HTMLPanel styleName="nettoyage {style.boutons}">
35
					<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutPropositionBas" styleName="bouton" />
36
					<g:Button text="{constants.ajouterCommentaire}" ui:field="boutonAjoutCommentaireBas" styleName="bouton" />
37
				</g:HTMLPanel>
38
			</g:HTMLPanel>
39
			<g:HTMLPanel styleName="{style.zoneOutils}">
40
				<g:Label text="Pour vous aider : " styleName="titre3"></g:Label>
41
				<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
42
 
43
				<g:Label styleName="{style.autreOutils} sousTitre">Vérifier sa détermination</g:Label>
44
				<g:Label styleName="lienListe labelLien" ui:field="lienEflore">eFlore</g:Label>
45
 
46
				<g:Label styleName="{style.autreOutils} sousTitre">Autres outils en ligne</g:Label>
47
				<g:Label styleName="lienListe labelLien" ui:field="lienOuvrages">Flores numérisées</g:Label>
48
				<g:Label styleName="lienListe labelLien" ui:field="lienBonnier">Flore Bonnier interactive</g:Label>
49
				<g:Label styleName="lienListe labelLien" ui:field="lienCles">Clés de détermination</g:Label>
50
			</g:HTMLPanel>
51
		</g:HTMLPanel>
1196 gduche 52
	</g:HTMLPanel>
53
</ui:UiBinder>