Subversion Repositories eFlore/Applications.del

Rev

Rev 41 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 41 Rev 46
Line 6... Line 6...
6
 
6
 
7
  <g:VerticalPanel>
7
  <g:VerticalPanel>
8
	  <g:HTML> Proposer sa détermination </g:HTML>
8
	  <g:HTML> Proposer sa détermination </g:HTML>
9
	  <g:FlowPanel>	
9
	  <g:FlowPanel>	
10
		  <g:TextBox ui:field="nomPrenom" />
10
		  <g:TextBox ui:field="nomPrenom" />
11
		  <g:TextBox ui:field="choixProposition" />
11
		  <g:ListBox ui:field="choixProposition" />
12
		  <g:TextBox ui:field="autreProposition" />
12
		  <g:TextBox ui:field="autreProposition" />
13
		  <g:TextBox ui:field="pourcentageConfiance" />
13
		  <g:TextBox ui:field="pourcentageConfiance" />
14
		  <g:TextArea ui:field="commentaires" />
14
		  <g:TextArea ui:field="commentaires" />
15
	  </g:FlowPanel>
15
	  </g:FlowPanel>