Subversion Repositories eFlore/Applications.del

Rev

Rev 1196 | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
602 aurelien 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'
1196 gduche 5
  xmlns:vues="urn:import:org.tela_botanica.del.client.composants.forum">
602 aurelien 6
 
7
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
8
<ui:style src="formulaireProposition.css" />
690 gduche 9
<g:HTMLPanel styleName="{style.formulaireProposition}">
602 aurelien 10
	<g:Label text="{constants.proposerSaDetermination}" styleName="titre"/>
11
	<g:HTML><br /></g:HTML>
690 gduche 12
  	  <g:HTMLPanel styleName="{style.colonneGauche}">
617 aurelien 13
  	  		<g:Label ui:field="labelnomPrenom" text="{constants.vous}" styleName="sousTitre"/>
690 gduche 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>
1367 aurelien 27
 
607 aurelien 28
  	  		<g:HTML><br /></g:HTML>
29
	  		<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
1367 aurelien 30
			<g:Label text="{constants.referentiel}"  styleName="petit"/>
31
			<g:ListBox ui:field="referentiel" />
607 aurelien 32
	  		<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/>
33
	  		<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
34
	  		<g:HTML><br /></g:HTML>
1367 aurelien 35
 
607 aurelien 36
	  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/>
37
	  		<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
655 gduche 38
	  		<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer} arrondi"/>
690 gduche 39
  		</g:HTMLPanel>
40
  </g:HTMLPanel>
602 aurelien 41
 
42
</ui:UiBinder>