Subversion Repositories eFlore/Applications.del

Rev

Rev 128 | 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"/>
<ui:style src="formulaireProposition.css" />
<g:VerticalPanel styleName="{style.formulaireProposition}">
        <g:Label text="{constants.proposer_sa_determination}" styleName="titre"/>
        <g:Label text="{constants.infoProposerDetermination}"  styleName="petit"/>
        <g:HTML><br /></g:HTML> 
                <g:HorizontalPanel>
                          <g:VerticalPanel styleName="{style.colonneGauche}">
                                        <g:Label text="{constants.vous}" styleName="sousTitre"/>
                                        <g:Label text="{constants.infoVous}" styleName="petit" />
                                        <g:TextBox ui:field="nomPrenom" />
                                        <g:HTML><br /></g:HTML>
                                        <g:Label text="{constants.choisir_un_taxon}" styleName="sousTitre"/>
                                        <g:HTML HTML="{constants.infoTaxon}" styleName="petit"/> 
                                        <g:ListBox ui:field="choixProposition" />
                                        <g:TextBox ui:field="autreProposition" />
                                        <g:HTML><br /></g:HTML>
                                        <g:Label text="{constants.fiabilite}" styleName="sousTitre"/>
                                        <g:Label text="{constants.infoFiabilite}" styleName="petit"/> 
                                        <g:ListBox ui:field="pourcentageConfiance" />
                                </g:VerticalPanel>
                                <g:VerticalPanel styleName="{style.colonneGauche}">
                                        <g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
                                        <g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
                                </g:VerticalPanel>
                                
                        </g:HorizontalPanel>
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer}"/>                 
  </g:VerticalPanel>

</ui:UiBinder>