Subversion Repositories eFlore/Applications.del

Rev

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

Rev 223 Rev 239
Line 18... Line 18...
18
		  	  		<g:HTML><br /></g:HTML>
18
		  	  		<g:HTML><br /></g:HTML>
19
			  		<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
19
			  		<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
20
			  		<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/> 
20
			  		<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/> 
21
			  		<g:TextBox ui:field="propositionTaxon" />
21
			  		<g:TextBox ui:field="propositionTaxon" />
22
			  		<g:HTML><br /></g:HTML>
22
			  		<g:HTML><br /></g:HTML>
23
			  	</g:VerticalPanel>
-
 
24
		  		<g:VerticalPanel styleName="{style.colonneGauche}">
-
 
25
			  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
23
			  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
26
			  		<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
24
			  		<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
27
		  		</g:VerticalPanel>
25
		  		</g:VerticalPanel>
Line 28... Line 26...
28
		  		
26