Subversion Repositories eFlore/Applications.del

Rev

Rev 1339 | 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'>
  
<ui:with field="constants" type="org.tela_botanica.del.client.i18n.Vocabulary"/>
<ui:style src="formulaireCommentaire.css" />
<g:VerticalPanel styleName="{style.formulaireProposition}">
        <g:Label text="{constants.ajouterCommentaire}" styleName="titre"/>
        <g:Label text="{constants.infoProposerCommentaire}"  styleName="petit"/>
        <g:HTML><br /></g:HTML> 
                <g:HTMLPanel>
                          <g:HTMLPanel styleName="{style.colonneGauche}">
                                        <g:Label text="{constants.vous}" styleName="sousTitre"/>
                                        <g:Label text="{constants.infoVous}" styleName="petit" />
                                        <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.commentaire}" styleName="sousTitre"/> 
                                        <g:TextArea ui:field="commentaire" styleName="{style.commentaire}" />
                                </g:HTMLPanel>
                        </g:HTMLPanel>
<g:Button text="{constants.boutonProposer}" ui:field="boutonValidationCommentaire" styleName="{style.boutonProposer} arrondi"/>                 
  </g:VerticalPanel>
</ui:UiBinder>