Subversion Repositories eFlore/Applications.del

Rev

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

Rev 602 Rev 607
Line 8... Line 8...
8
<ui:style src="formulaireProposition.css" />
8
<ui:style src="formulaireProposition.css" />
9
<g:VerticalPanel styleName="{style.formulaireProposition}">
9
<g:VerticalPanel styleName="{style.formulaireProposition}">
10
	<g:Label text="{constants.proposerSaDetermination}" styleName="titre"/>
10
	<g:Label text="{constants.proposerSaDetermination}" styleName="titre"/>
11
	<g:Label text="{constants.infoProposerDetermination}"  styleName="petit"/>
11
	<g:Label text="{constants.infoProposerDetermination}"  styleName="petit"/>
12
	<g:HTML><br /></g:HTML> 
12
	<g:HTML><br /></g:HTML> 
13
		<g:HorizontalPanel>
-
 
14
		  	  <g:VerticalPanel styleName="{style.colonneGauche}">
13
  	  <g:VerticalPanel styleName="{style.colonneGauche}">
15
		  	  		<g:Label text="{constants.vous}" styleName="sousTitre"/>
14
  	  		<g:Label text="{constants.vous}" styleName="sousTitre"/>
16
		  	  		<g:Label text="{constants.infoVous}" styleName="petit" />
15
  	  		<g:Label text="{constants.infoVous}" styleName="petit" />
17
		  	  		<g:TextBox ui:field="nomPrenom" />
16
  	  		<g:TextBox ui:field="nomPrenom" />
18
		  	  		<g:HTML><br /></g:HTML>
17
  	  		<g:HTML><br /></g:HTML>
19
			  		<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
18
	  		<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
20
			  		<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/> 
19
	  		<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/> 
21
			  		<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
20
	  		<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
22
			  		<g:HTML><br /></g:HTML>
21
	  		<g:HTML><br /></g:HTML>
23
			  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
22
	  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
24
			  		<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
23
	  		<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
25
		  		</g:VerticalPanel>
-
 
26
		  		
-
 
27
		  	</g:HorizontalPanel>
-
 
28
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer}"/>	  		
24
	  		<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer}"/>	 
-
 
25
  		</g:VerticalPanel>		  		
29
  </g:VerticalPanel>
26
  </g:VerticalPanel>
Line 30... Line 27...
30
 
27
 
31
</ui:UiBinder>
28
</ui:UiBinder>