Subversion Repositories eFlore/Applications.del

Rev

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

Rev 649 Rev 655
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.vues.plateformedetermination.forum">
5
  xmlns:forum="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.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>
9
	<g:HTMLPanel>
10
		
10
		
11
		<g:HTMLPanel>
11
		<g:HTMLPanel>
12
			<g:Label text="{constants.metadonnees}" styleName="titre"/>
12
			<g:Label text="{constants.metadonnees}" styleName="titre"/>
13
			<g:HTMLPanel ui:field="metadonnees" />
13
			<g:HTMLPanel ui:field="metadonnees" />
14
		</g:HTMLPanel>
14
		</g:HTMLPanel>
15
		<g:HTMLPanel styleName="{style.zoneDetailImage}">
15
		<g:HTMLPanel styleName="{style.zoneDetailImage}">
16
			<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
16
			<g:VerticalPanel ui:field="detailImageObservation" styleName="{style.zoneImage}"/>
17
			<g:HTMLPanel ui:field="voteProtocole" />
17
			<g:HTMLPanel ui:field="voteProtocole" />
18
		</g:HTMLPanel>
18
		</g:HTMLPanel>
19
	    <g:HTMLPanel styleName="{style.zoneVote}">
19
	    <g:HTMLPanel styleName="{style.zoneVote}">
20
			<g:Label styleName="titre" text="{constants.titreDetermination}" />
20
			<g:Label styleName="titre" text="{constants.titreDetermination}" />
21
			<g:HTMLPanel>
21
			<g:HTMLPanel>
22
				<g:Label styleName="gauche">Détermination la plus probable :&nbsp;</g:Label>
22
				<g:Label styleName="gauche">Détermination la plus probable :&nbsp;</g:Label>
23
				<g:Label ui:field="nomTaxonProbable" styleName="gauche gras"/>
23
				<g:Label ui:field="nomTaxonProbable" styleName="gauche gras"/>
24
			</g:HTMLPanel>	    
24
			</g:HTMLPanel>	    
25
	    	<g:HTMLPanel>
25
	    	<g:HTMLPanel>
26
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="{style.boutonProposer}"  />
26
	    		<g:Button text="{constants.proposerSaDetermination}" ui:field="boutonAjoutProposition" styleName="{style.boutonProposer} arrondi"  />
27
	    		<g:Button text="Ajouter un commentaire" ui:field="boutonAjoutCommentaire" styleName="{style.boutonProposer}"  />
27
	    		<g:Button text="Ajouter un commentaire" ui:field="boutonAjoutCommentaire" styleName="{style.boutonProposer}"  />
28
	    	</g:HTMLPanel>
28
	    	</g:HTMLPanel>
29
	    	<g:VerticalPanel ui:field="forum" />
29
	    	<g:VerticalPanel ui:field="forum" />
30
	    </g:HTMLPanel>
30
	    </g:HTMLPanel>
31
	    <g:HTMLPanel styleName="{style.zoneOutils} gauche">
31
	    <g:HTMLPanel styleName="{style.zoneOutils} gauche">
32
	    	<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
32
	    	<g:VerticalPanel ui:field="formulaireRechercheEflore"/>
33
	    </g:HTMLPanel>
33
	    </g:HTMLPanel>
34
	</g:HTMLPanel>
34
	</g:HTMLPanel>
35
 
35
 
36
</ui:UiBinder>
36
</ui:UiBinder>