Subversion Repositories eFlore/Applications.del

Rev

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

Rev 128 Rev 135
Line 2... Line 2...
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">
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
 
8
<ui:style src="formulaireProposition.css" />
9
  <g:VerticalPanel>
9
<g:VerticalPanel styleName="{style.formulaireProposition}">
-
 
10
	<g:Label text="{constants.proposer_sa_determination}" styleName="titre"/>
-
 
11
	<g:Label text="{constants.infoProposerDetermination}"  styleName="petit"/>
10
	  <g:HTML HTML="{constants.proposer_sa_determination}"></g:HTML>
12
	<g:HTML><br /></g:HTML> 
-
 
13
		<g:HorizontalPanel>
11
	  <g:HorizontalPanel>
14
		  	  <g:VerticalPanel styleName="{style.colonneGauche}">
-
 
15
		  	  		<g:Label text="{constants.vous}" styleName="sousTitre"/>
12
	  	  <g:Label text="{constants.auteur}" /> 
16
		  	  		<g:Label text="{constants.infoVous}" styleName="petit" />
-
 
17
		  	  		<g:TextBox ui:field="nomPrenom" />
13
		  <g:TextBox ui:field="nomPrenom" />
18
		  	  		<g:HTML><br /></g:HTML>
-
 
19
			  		<g:Label text="{constants.choisir_un_taxon}" styleName="sousTitre"/>
14
		  <g:Label text="{constants.choisir_un_taxon}" /> 
20
			  		<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/> 
15
		  <g:ListBox ui:field="choixProposition" />
21
			  		<g:ListBox ui:field="choixProposition" />
-
 
22
			  		<g:TextBox ui:field="autreProposition" />
16
		  <g:Label text="{constants.autre_proposition}" /> 
23
			  		<g:HTML><br /></g:HTML>
17
		  <g:TextBox ui:field="autreProposition" />
24
			  		<g:Label text="{constants.fiabilite}" styleName="sousTitre"/>
18
		  <g:Label text="{constants.fiabilite}" /> 
25
			  		<g:Label text="{constants.infoFiabilite}" styleName="petit"/> 
-
 
26
			  		<g:ListBox ui:field="pourcentageConfiance" />
-
 
27
			  	</g:VerticalPanel>
19
		  <g:ListBox ui:field="pourcentageConfiance" />
28
		  		<g:VerticalPanel styleName="{style.colonneGauche}">
20
		  <g:Label text="{constants.commentaire}" /> 
29
			  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
-
 
30
			  		<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
-
 
31
		  		</g:VerticalPanel>
21
		  <g:TextArea ui:field="commentaires" />
32
		  		
22
	  </g:HorizontalPanel>
33
		  	</g:HorizontalPanel>
23
	  <g:Button text="{constants.ok}" ui:field="boutonValidationProposition" />
34
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer}"/>	  		
Line 24... Line 35...
24
  </g:VerticalPanel>
35
  </g:VerticalPanel>
25
 
36