Subversion Repositories eFlore/Applications.del

Rev

Rev 1367 | Blame | Compare with Previous | 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.composants.forum">
  
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
<ui:style src="formulaireProposition.css" />
<g:HTMLPanel styleName="{style.formulaireProposition}">
        <g:Label text="{constants.proposerSaDetermination}" styleName="titre"/>
        <g:HTML><br /></g:HTML> 
          <g:HTMLPanel styleName="{style.colonneGauche}">
                        <g:Label ui:field="labelnomPrenom" text="{constants.vous}" styleName="sousTitre"/>
                        <g:HTMLPanel styleName="{style.zoneNom}">
                                <g:Label text="{constants.nom}" styleName="petit" />
                                <g:TextBox ui:field="nom"/>
                        </g:HTMLPanel>
                        <g:HTMLPanel styleName="{style.zonePrenom}">
                                <g:Label text="{constants.prenom}" styleName="petit" />
                                <g:TextBox ui:field="prenom"/>
                        </g:HTMLPanel>
                        
                        <g:HTMLPanel styleName="{style.zoneEmail}">
                                <g:Label text="Votre adresse email : " styleName="petit" />
                                <g:TextBox ui:field="courriel" />
                        </g:HTMLPanel>
                                                
                        <g:HTML><br /></g:HTML>
                        <g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
                        <g:Label text="{constants.referentiel}"  styleName="petit"/>
                        <g:ListBox ui:field="referentiel" />
                        <g:HTML HTML="{constants.infoTaxon}" styleName="petit"/> 
                        <g:LayoutPanel ui:field="propositionTaxon" styleName="{style.propositionTaxon}" />
                        <g:HTML><br /></g:HTML>
                        
                        <g:Label text="{constants.commentaire}" styleName="sousTitre"/> 
                        <g:TextArea ui:field="commentaires" styleName="{style.commentaire}" />
                        <g:Button text="{constants.boutonProposer}" ui:field="boutonValidationProposition" styleName="{style.boutonProposer} arrondi"/>  
                </g:HTMLPanel>                          
  </g:HTMLPanel>

</ui:UiBinder>