Subversion Repositories eFlore/Applications.del

Rev

Rev 105 | Go to most recent revision | Blame | Last modification | View Log | RSS feed

<!DOCTYPE ui:UiBinder SYSTEM "http://dl.google.com/gwt/DTD/xhtml.ent">
<ui:UiBinder
  xmlns:ui='urn:ui:com.google.gwt.uibinder'
  xmlns:g='urn:import:com.google.gwt.user.client.ui'
  xmlns:vues="urn:import:org.tela_botanica.del.client.vues.plateformedetermination.forum">
  
 <ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>

  <g:VerticalPanel>
          <g:HTML HTML="{constants.proposer_sa_determination}"></g:HTML>
          <g:HorizontalPanel>
                  <g:Label text="{constants.auteur}" /> 
                  <g:TextBox ui:field="nomPrenom" />
                  <g:Label text="{constants.choisir_un_taxon}" /> 
                  <g:ListBox ui:field="choixProposition" />
                  <g:Label text="{constants.autre_proposition}" /> 
                  <g:TextBox ui:field="autreProposition" />
                  <g:Label text="{constants.fiabilite}" /> 
                  <g:ListBox ui:field="pourcentageConfiance" />
                  <g:Label text="{constants.commentaire}" /> 
                  <g:TextArea ui:field="commentaires" />
          </g:HorizontalPanel>
          <g:Button text="{constants.ok}" ui:field="boutonValidationProposition" />
  </g:VerticalPanel>

</ui:UiBinder>