Subversion Repositories eFlore/Applications.del

Rev

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

Rev 210 Rev 223
Line 5... Line 5...
5
  xmlns:vues="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
5
  xmlns:vues="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
Line 6... Line 6...
6
  
6
  
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="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.proposer_sa_determination}" 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>
13
		<g:HorizontalPanel>
14
		  	  <g:VerticalPanel styleName="{style.colonneGauche}">
14
		  	  <g:VerticalPanel styleName="{style.colonneGauche}">
15
		  	  		<g:Label text="{constants.vous}" styleName="sousTitre"/>
15
		  	  		<g:Label text="{constants.vous}" styleName="sousTitre"/>
16
		  	  		<g:Label text="{constants.infoVous}" styleName="petit" />
16
		  	  		<g:Label text="{constants.infoVous}" styleName="petit" />
17
		  	  		<g:TextBox ui:field="nomPrenom" />
17
		  	  		<g:TextBox ui:field="nomPrenom" />
18
		  	  		<g:HTML><br /></g:HTML>
18
		  	  		<g:HTML><br /></g:HTML>
19
			  		<g:Label text="{constants.choisir_un_taxon}" 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>
23
			  	</g:VerticalPanel>