Subversion Repositories eFlore/Applications.del

Rev

Rev 625 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 625 Rev 645
Line 7... Line 7...
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>
Line 10... Line 10...
10
		
10
		
11
		<g:HTMLPanel>
11
		<g:HTMLPanel>
12
			<g:Label text="Métadonnées" 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:VerticalPanel ui:field="voteProtocole" />
17
			<g:VerticalPanel 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">Détermination/Confirmation</g:Label>
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:HTMLPanel ui:field="barreRepartition" styleName="gauche {style.barreRepartition}"/>
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}"  />
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}"  />