Subversion Repositories eFlore/Applications.del

Rev

Rev 602 | Rev 617 | Go to most recent revision | 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'
5
  xmlns:vues="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
6
 
7
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
8
<ui:style src="formulaireProposition.css" />
9
<g:VerticalPanel styleName="{style.formulaireProposition}">
10
	<g:Label text="{constants.proposerSaDetermination}" styleName="titre"/>
11
	<g:Label text="{constants.infoProposerDetermination}"  styleName="petit"/>
12
	<g:HTML><br /></g:HTML>
607 aurelien 13
  	  <g:VerticalPanel styleName="{style.colonneGauche}">
14
  	  		<g:Label text="{constants.vous}" styleName="sousTitre"/>
15
  	  		<g:Label text="{constants.infoVous}" styleName="petit" />
16
  	  		<g:TextBox ui:field="nomPrenom" />
17
  	  		<g:HTML><br /></g:HTML>
18
	  		<g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
19
	  		<g:HTML HTML="{constants.infoTaxon}" styleName="petit"/>
20
	  		<g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
21
	  		<g:HTML><br /></g:HTML>
22
	  		<g:Label text="{constants.commentaire}" styleName="sousTitre"/>
23
	  		<g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
24
	  		<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer}"/>
25
  		</g:VerticalPanel>
602 aurelien 26
  </g:VerticalPanel>
27
 
28
</ui:UiBinder>