Subversion Repositories eFlore/Applications.del

Rev

Rev 617 | Rev 683 | Go to most recent revision | 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.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.proposerSaDetermination}" styleName="titre"/>
        <g:HTML><br /></g:HTML> 
          <g:VerticalPanel styleName="{style.colonneGauche}">
                        <g:Label ui:field="labelnomPrenom" text="{constants.vous}" styleName="sousTitre"/>
                        <g:Label ui:field="infosNomPrenom" text="{constants.infoVous}" styleName="petit" />
                        <g:TextBox ui:field="nomPrenom" />
                        <g:HTML><br /></g:HTML>
                        <g:Label text="{constants.choisirUnTaxon}" styleName="sousTitre"/>
                        <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:VerticalPanel>                              
  </g:VerticalPanel>

</ui:UiBinder>