Subversion Repositories eFlore/Applications.del

Rev

Rev 2046 | 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="preferences.css" />
<g:HTMLPanel styleName="{style.conteneurPreferences}">
        <g:Label text="{constants.preferences}" styleName="titre"/>
        <g:Label styleName="petit {style.messageTemporaire}" text="{constants.messageTemporaireMails}" />
        <g:HTML><br /></g:HTML> 
                <g:VerticalPanel ui:field="panneauChargement">
                        <g:Image url="./img/wait.gif"></g:Image>
                </g:VerticalPanel>                              
                <g:HTMLPanel styleName="{style.colonneGauche}" ui:field="conteneurChamps">
                        <g:HTMLPanel styleName="{style.zoneMailsMesObs}">
                                <g:Label text="{constants.recevoirMailComProp}" styleName="petit" />
                                <g:CheckBox ui:field="recevoirMailsMesObs" styleName="gauche pointeur"/><g:Label text="{constants.comEtPropSurObs}" styleName="petit" />
                                <g:CheckBox ui:field="recevoirMailsMesCom" styleName="gauche pointeur"/><g:Label text="{constants.comSurComEtProp}" styleName="petit" />
                        </g:HTMLPanel>
                        <g:HTMLPanel styleName="{style.zoneMailsToutesObs}">
                                <g:CheckBox ui:field="recevoirMailsToutesObs" styleName="gauche pointeur" />
                                <g:Label text="{constants.recevoirMailsToutesObs}" styleName="petit" />
                        </g:HTMLPanel>
                        
                        <g:Button text="{constants.sauvegarder}" ui:field="boutonSauvegarderPreferences" styleName="{style.boutonSauvegarder} arrondi"/>         
                </g:HTMLPanel>
  </g:HTMLPanel>

</ui:UiBinder>