Subversion Repositories eFlore/Applications.del

Rev

Rev 105 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed

Rev Author Line No. Line
41 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">
70 aurelien 6
 
7
 <ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
41 aurelien 8
 
9
  <g:VerticalPanel>
70 aurelien 10
	  <g:HTML HTML="{constants.proposer_sa_determination}"></g:HTML>
105 aurelien 11
	  <g:HorizontalPanel>
12
	  	  <g:Label text="{constants.auteur}" />
41 aurelien 13
		  <g:TextBox ui:field="nomPrenom" />
105 aurelien 14
		  <g:Label text="{constants.choisir_un_taxon}" />
46 aurelien 15
		  <g:ListBox ui:field="choixProposition" />
105 aurelien 16
		  <g:Label text="{constants.autre_proposition}" />
41 aurelien 17
		  <g:TextBox ui:field="autreProposition" />
105 aurelien 18
		  <g:Label text="{constants.fiabilite}" />
128 aurelien 19
		  <g:ListBox ui:field="pourcentageConfiance" />
105 aurelien 20
		  <g:Label text="{constants.commentaire}" />
41 aurelien 21
		  <g:TextArea ui:field="commentaires" />
105 aurelien 22
	  </g:HorizontalPanel>
77 aurelien 23
	  <g:Button text="{constants.ok}" ui:field="boutonValidationProposition" />
41 aurelien 24
  </g:VerticalPanel>
25
 
26
</ui:UiBinder>