Subversion Repositories eFlore/Applications.del

Rev

Rev 135 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 135 Rev 140
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder
2
<ui:UiBinder
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
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">
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.proposer_sa_determination}" 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.choisir_un_taxon}" styleName="sousTitre"/>
20
			  		<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/> 
20
			  		<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/> 
21
			  		<g:ListBox ui:field="choixProposition" />
-
 
22
			  		<g:TextBox ui:field="autreProposition" />
21
			  		<g:TextBox ui:field="propositionTaxon" />
23
			  		<g:HTML><br /></g:HTML>
22
			  		<g:HTML><br /></g:HTML>
24
			  		<g:Label text="{constants.fiabilite}" styleName="sousTitre"/>
23
			  		<g:Label text="{constants.fiabilite}" styleName="sousTitre"/>
25
			  		<g:Label text="{constants.infoFiabilite}" styleName="petit"/> 
24
			  		<g:Label text="{constants.infoFiabilite}" styleName="petit"/> 
26
			  		<g:ListBox ui:field="pourcentageConfiance" />
25
			  		<g:ListBox ui:field="pourcentageConfiance" />
27
			  	</g:VerticalPanel>
26
			  	</g:VerticalPanel>
28
		  		<g:VerticalPanel styleName="{style.colonneGauche}">
27
		  		<g:VerticalPanel styleName="{style.colonneGauche}">
29
			  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
28
			  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
30
			  		<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
29
			  		<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
31
		  		</g:VerticalPanel>
30
		  		</g:VerticalPanel>
32
		  		
31
		  		
33
		  	</g:HorizontalPanel>
32
		  	</g:HorizontalPanel>
34
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer}"/>	  		
33
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer}"/>	  		
35
  </g:VerticalPanel>
34
  </g:VerticalPanel>
36
 
35
 
37
</ui:UiBinder>
36
</ui:UiBinder>