Subversion Repositories eFlore/Applications.del

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
2212 arthur 1
<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
2
<ui:UiBinder
3
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
4
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
5
  xmlns:vues="urn:import:org.tela_botanica.del.client.composants.forum">
6
 
7
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
8
<ui:style src="formulaireProposition.css" />
9
<g:HTMLPanel styleName="{style.formulaireProposition}">
10
	<g:Label text="{constants.proposerSaDetermination}" styleName="titre"/>
11
	<g:HTML><br /></g:HTML>
12
  	  <g:HTMLPanel styleName="{style.colonneGauche}">
13
  	  		<g:Label ui:field="labelnomPrenom" text="{constants.vous}" styleName="sousTitre"/>
14
  	  		<g:HTMLPanel styleName="{style.zoneNom}">
15
  	  			<g:Label text="{constants.nom}" styleName="petit" />
16
  	  			<g:TextBox ui:field="nom"/>
17
  	  		</g:HTMLPanel>
18
  	  		<g:HTMLPanel styleName="{style.zonePrenom}">
19
  	  			<g:Label text="{constants.prenom}" styleName="petit" />
20
  	  			<g:TextBox ui:field="prenom"/>
21
  	  		</g:HTMLPanel>
22
 
23
  	  		<g:HTMLPanel styleName="{style.zoneEmail}">
24
  	  			<g:Label text="Votre adresse email : " styleName="petit" />
25
  	  			<g:TextBox ui:field="courriel" />
26
  	  		</g:HTMLPanel>
27
 
28
  	  		<g:HTML><br /></g:HTML>
29
	  		<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
30
			<g:Label text="{constants.referentiel}"  styleName="petit"/>
31
			<g:ListBox ui:field="referentiel" />
32
	  		<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/>
33
	  		<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
34
	  		<g:HTML><br /></g:HTML>
35
 
36
	  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/>
37
	  		<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
38
	  		<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer} arrondi"/>
39
  		</g:HTMLPanel>
40
  </g:HTMLPanel>
41
 
42
</ui:UiBinder>