Subversion Repositories eFlore/Applications.del

Rev

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

Rev 95 Rev 105
Line 6... Line 6...
6
  
6
  
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
 
8
 
9
  <g:VerticalPanel>
9
  <g:VerticalPanel>
-
 
10
	  <g:HTML HTML="{constants.proposer_sa_determination}"></g:HTML>
10
	  <g:HTML HTML="{constants.proposer_sa_determination}"></g:HTML>
11
	  <g:HorizontalPanel>
-
 
12
	  	  <g:Label text="{constants.auteur}" /> 
11
	  <g:FlowPanel>
13
		  <g:TextBox ui:field="nomPrenom" />
-
 
14
		  <g:Label text="{constants.choisir_un_taxon}" /> 
12
		  <g:TextBox ui:field="nomPrenom" />
15
		  <g:ListBox ui:field="choixProposition" />
-
 
16
		  <g:Label text="{constants.autre_proposition}" /> 
13
		  <g:ListBox ui:field="choixProposition" />
17
		  <g:TextBox ui:field="autreProposition" />
-
 
18
		  <g:Label text="{constants.fiabilite}" /> 
14
		  <g:TextBox ui:field="autreProposition" />
19
		  <g:TextBox ui:field="pourcentageConfiance" />
15
		  <g:TextBox ui:field="pourcentageConfiance" />
20
		  <g:Label text="{constants.commentaire}" /> 
16
		  <g:TextArea ui:field="commentaires" />
21
		  <g:TextArea ui:field="commentaires" />
17
	  </g:FlowPanel>
22
	  </g:HorizontalPanel>
Line 18... Line 23...
18
	  <g:Button text="{constants.ok}" ui:field="boutonValidationProposition" />
23
	  <g:Button text="{constants.ok}" ui:field="boutonValidationProposition" />
19
  </g:VerticalPanel>
24
  </g:VerticalPanel>