Subversion Repositories eFlore/Applications.del

Rev

Rev 1196 | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1196 Rev 1367
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.composants.forum">
5
  xmlns:vues="urn:import:org.tela_botanica.del.client.composants.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:HTMLPanel styleName="{style.formulaireProposition}">
9
<g:HTMLPanel styleName="{style.formulaireProposition}">
10
	<g:Label text="{constants.proposerSaDetermination}" styleName="titre"/>
10
	<g:Label text="{constants.proposerSaDetermination}" styleName="titre"/>
11
	<g:HTML><br /></g:HTML> 
11
	<g:HTML><br /></g:HTML> 
12
  	  <g:HTMLPanel styleName="{style.colonneGauche}">
12
  	  <g:HTMLPanel styleName="{style.colonneGauche}">
13
  	  		<g:Label ui:field="labelnomPrenom" text="{constants.vous}" styleName="sousTitre"/>
13
  	  		<g:Label ui:field="labelnomPrenom" text="{constants.vous}" styleName="sousTitre"/>
14
  	  		<g:HTMLPanel styleName="{style.zoneNom}">
14
  	  		<g:HTMLPanel styleName="{style.zoneNom}">
15
  	  			<g:Label text="{constants.nom}" styleName="petit" />
15
  	  			<g:Label text="{constants.nom}" styleName="petit" />
16
  	  			<g:TextBox ui:field="nom"/>
16
  	  			<g:TextBox ui:field="nom"/>
17
  	  		</g:HTMLPanel>
17
  	  		</g:HTMLPanel>
18
  	  		<g:HTMLPanel styleName="{style.zonePrenom}">
18
  	  		<g:HTMLPanel styleName="{style.zonePrenom}">
19
  	  			<g:Label text="{constants.prenom}" styleName="petit" />
19
  	  			<g:Label text="{constants.prenom}" styleName="petit" />
20
  	  			<g:TextBox ui:field="prenom"/>
20
  	  			<g:TextBox ui:field="prenom"/>
21
  	  		</g:HTMLPanel>
21
  	  		</g:HTMLPanel>
22
  	  		
22
  	  		
23
  	  		<g:HTMLPanel styleName="{style.zoneEmail}">
23
  	  		<g:HTMLPanel styleName="{style.zoneEmail}">
24
  	  			<g:Label text="Votre adresse email : " styleName="petit" />
24
  	  			<g:Label text="Votre adresse email : " styleName="petit" />
25
  	  			<g:TextBox ui:field="courriel" />
25
  	  			<g:TextBox ui:field="courriel" />
26
  	  		</g:HTMLPanel>
26
  	  		</g:HTMLPanel>
27
  	  		
27
  	  		  	  		
28
  	  		<g:HTML><br /></g:HTML>
28
  	  		<g:HTML><br /></g:HTML>
29
	  		<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
29
	  		<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
-
 
30
			<g:Label text="{constants.referentiel}"  styleName="petit"/>
-
 
31
			<g:ListBox ui:field="referentiel" />
30
	  		<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/> 
32
	  		<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/> 
31
	  		<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
33
	  		<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
32
	  		<g:HTML><br /></g:HTML>
34
	  		<g:HTML><br /></g:HTML>
-
 
35
	  		
33
	  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
36
	  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
34
	  		<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
37
	  		<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
35
	  		<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer} arrondi"/>	 
38
	  		<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer} arrondi"/>	 
36
  		</g:HTMLPanel>		  		
39
  		</g:HTMLPanel>		  		
37
  </g:HTMLPanel>
40
  </g:HTMLPanel>
38
 
41
 
39
</ui:UiBinder>
42
</ui:UiBinder>